diff --git a/src/ResourceManager/Aks/Commands.Aks.Test/packages.config b/src/ResourceManager/Aks/Commands.Aks.Test/packages.config
index 80d3f2992008..3c4cdb4867b9 100644
--- a/src/ResourceManager/Aks/Commands.Aks.Test/packages.config
+++ b/src/ResourceManager/Aks/Commands.Aks.Test/packages.config
@@ -3,7 +3,7 @@
-
+
diff --git a/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/packages.config b/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/packages.config
index 9d70720a894e..2c33c5eeaef0 100644
--- a/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/packages.config
+++ b/src/ResourceManager/AnalysisServices/Commands.AnalysisServices.Test/packages.config
@@ -6,7 +6,7 @@
-
+
diff --git a/src/ResourceManager/Automation/Automation.sln b/src/ResourceManager/Automation/Automation.sln
index a2007a17444d..ffcb6b24e53e 100644
--- a/src/ResourceManager/Automation/Automation.sln
+++ b/src/ResourceManager/Automation/Automation.sln
@@ -36,6 +36,6 @@ Global
{59D1B5DC-9175-43EC-90C6-CBA601B3565F} = {95C16AED-FD57-42A0-86C3-2CF4300A4817}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {7EB964F8-1A60-4113-A715-3087E4B215DE}
+ SolutionGuid = {321D48F0-23DC-42CE-8FA9-EBD686B690EC}
EndGlobalSection
EndGlobal
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.Netcore.csproj b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.Netcore.csproj
index 90dc74f60c90..a60d59f429cf 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.Netcore.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.Netcore.csproj
@@ -26,8 +26,9 @@
-
+
+
@@ -40,9 +41,15 @@
+
+ PreserveNewest
+
PreserveNewest
+
+ PreserveNewest
+
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
index f36d56f5f89f..ec5237d7581c 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/Commands.Automation.Test.csproj
@@ -1,5 +1,6 @@
-
+
@@ -51,17 +52,20 @@
false
-
- ..\..\..\packages\MSTest.TestFramework.1.3.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll
-
-
- ..\..\..\packages\MSTest.TestFramework.1.3.0\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll
+
+
+ ..\..\..\packages\Microsoft.Azure.Management.Automation.3.4.0-preview\lib\net452\Microsoft.Azure.Management.Automation.dll
+
+
+
+
+
@@ -122,9 +126,30 @@
+
+ PreserveNewest
+
PreserveNewest
+
+ PreserveNewest
+
+
+ Always
+
+
+ Always
+
+
+ Always
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
PreserveNewest
@@ -146,6 +171,80 @@
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/Properties/AssemblyInfo.cs b/src/ResourceManager/Automation/Commands.Automation.Test/Properties/AssemblyInfo.cs
index 31563e75a685..903430683fa3 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/Properties/AssemblyInfo.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/Properties/AssemblyInfo.cs
@@ -43,7 +43,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("4.0.0")]
-[assembly: AssemblyFileVersion("4.0.0")]
+[assembly: AssemblyVersion("6.0.0")]
+[assembly: AssemblyFileVersion("6.0.0")]
[assembly: CLSCompliant(false)]
[assembly: CollectionBehavior(DisableTestParallelization = true)]
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.cs b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.cs
new file mode 100644
index 000000000000..6bcbd183bca4
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.cs
@@ -0,0 +1,47 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.ServiceManagemenet.Common.Models;
+using Microsoft.WindowsAzure.Commands.ScenarioTest;
+using Xunit;
+
+namespace Microsoft.Azure.Commands.Automation.Test
+{
+ public class AccountTests : AutomationScenarioTestsBase
+ {
+ public XunitTracingInterceptor _logger;
+
+ public AccountTests(Xunit.Abstractions.ITestOutputHelper output)
+ {
+ _logger = new XunitTracingInterceptor(output);
+ XunitTracingInterceptor.AddToContext(_logger);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void TestGetAutomationAccts()
+ {
+ RunPowerShellTest(_logger, "Test-GetAutomationAccounts");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void TestAutomationAcctTags()
+ {
+ RunPowerShellTest(_logger, "Test-AutomationAccountTags");
+ }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.ps1 b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.ps1
new file mode 100644
index 000000000000..a458255875fc
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AccountTests.ps1
@@ -0,0 +1,109 @@
+# ----------------------------------------------------------------------------------
+#
+# Copyright Microsoft Corporation
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ----------------------------------------------------------------------------------
+
+$newAccountName='account-powershell-test'
+$existingResourceGroup='PowerShellTest'
+$location = "West Central US"
+
+########################################################################### Automation Scenario Tests ###########################################################################
+
+######### $accountName and $subscriptionName should be provided in variables.yml in order to run the following Test Cases #######################
+
+<#
+.SYNOPSIS
+Check if test account exists and remove it
+#>
+function CleanupExistingTestAccount
+{
+ $check = Get-AzureRmAutomationAccount -ResourceGroupName $existingResourceGroup -Name $newAccountName -ErrorAction SilentlyContinue
+ if ($null -ne $check)
+ {
+ Remove-AzureRmAutomationAccount -ResourceGroupName $existingResourceGroup -Name $newAccountName -Force
+ }
+}
+
+function CreateResourceGroup
+{
+ $check = Get-AzureRmResourceGroup -Name $existingResourceGroup -Location $location -ErrorAction SilentlyContinue
+ if ($null -eq $check)
+ {
+ New-AzureRmResourceGroup -Name $existingResourceGroup -Location $location -Force
+ }
+}
+<#
+.SYNOPSIS
+Create Test Automation Account
+#>
+function CreateTestAccount
+{
+ return New-AzureRmAutomationAccount -ResourceGroupName $existingResourceGroup -Name $newAccountName -Location $location
+}
+
+<#
+.SYNOPSIS
+Tests Runbook with Parameters
+#>
+function Test-GetAutomationAccounts
+{
+ # setup
+ CreateResourceGroup
+ CleanupExistingTestAccount
+
+ # get all accounts
+ $automationAccounts = Get-AzureRmAutomationAccount
+ Assert-NotNull $automationAccounts "Get All automation accounts return null."
+
+ $existingAccountCount = $automationAccounts.Count
+
+ $newAutomationAccount = CreateTestAccount
+ Assert-NotNull $newAutomationAccount "Create Account Failed."
+
+ #Test
+ $automationAccounts = Get-AzureRmAutomationAccount
+
+ $newAccountCount = $automationAccounts.Count
+ Assert-AreEqual ($existingAccountCount+1) $newAccountCount "There should have only 1 more account"
+
+ CleanupExistingTestAccount
+}
+
+<#
+.SYNOPSIS
+Tests of Start and Stop RunBook
+#>
+function Test-AutomationAccountTags
+{
+ # setup
+ CreateResourceGroup
+ CleanupExistingTestAccount
+ $newAutomationAccount = CreateTestAccount
+ Assert-AreEqual $newAutomationAccount.Tags.Count 0 "Unexpected Tag Counts"
+
+ # re-put using new
+ $newAutomationAccount = New-AzureRmAutomationAccount -ResourceGroupName $existingResourceGroup -Name $newAccountName -Location $location -Tags @{"abc"="def"; "gg"="hh"}
+ Assert-AreEqual $newAutomationAccount.Tags.Count 2 "Unexpected Tag Counts from new"
+ Assert-AreEqual $newAutomationAccount.Tags["gg"] "hh" "Unexpected Tag Content from new"
+
+ # use Set
+ $newAutomationAccount = Set-AzureRmAutomationAccount -ResourceGroupName $existingResourceGroup -Name $newAccountName -Tags @{"lm"="jk"}
+ Assert-AreEqual $newAutomationAccount.Tags.Count 1 "Unexpected Tag Counts from set"
+ Assert-AreEqual $newAutomationAccount.Tags["lm"] "jk" "Unexpected Tag Content from set"
+
+ # test tag from accounts
+ $newAutomationAccount = Get-AzureRmAutomationAccount | Where-Object {$_.AutomationAccountName -eq $newAccountName }
+ Assert-AreEqual $newAutomationAccount.Tags.Count 1 "Unexpected Tag Counts from get all"
+ Assert-AreEqual $newAutomationAccount.Tags["lm"] "jk" "Unexpected Tag Content from get all"
+
+ CleanupExistingTestAccount
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationScenarioTestsBase.cs b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationScenarioTestsBase.cs
index a04579c94f8a..869bf47b4f4a 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationScenarioTestsBase.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/AutomationScenarioTestsBase.cs
@@ -15,12 +15,16 @@
using System;
using System.Diagnostics;
using System.IO;
+using System.Linq;
using Microsoft.Azure.Commands.Common.Authentication;
-using Microsoft.Azure.Test.HttpRecorder;
+using Microsoft.Azure.Management.Automation;
using Microsoft.WindowsAzure.Commands.ScenarioTest;
using Microsoft.WindowsAzure.Commands.Test.Utilities.Common;
-using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
using Microsoft.Azure.ServiceManagemenet.Common.Models;
+using Microsoft.Azure.Test.HttpRecorder;
+using Microsoft.Rest.ClientRuntime.Azure.TestFramework;
+using ResourceManagementClient = Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient;
+using Microsoft.Azure.Management.Storage.Version2017_10_01;
namespace Microsoft.Azure.Commands.Automation.Test
{
@@ -33,27 +37,60 @@ protected AutomationScenarioTestsBase()
_helper = new EnvironmentSetupHelper();
}
+ protected void SetupManagementClients(MockContext context)
+ {
+ var resourceManagementClient = GetResourceManagementClient(context);
+ var armStorageManagementClient = GetArmStorageManagementClient(context);
+ var automationManagementClient = GetAutomationManagementClient(context);
+ _helper.SetupSomeOfManagementClients(resourceManagementClient, armStorageManagementClient, automationManagementClient);
+ }
+
protected void RunPowerShellTest(XunitTracingInterceptor logger, params string[] scripts)
{
var sf = new StackTrace().GetFrame(1);
var callingClassType = sf.GetMethod().ReflectedType?.ToString();
var mockName = sf.GetMethod().Name;
-
- _helper.TracingInterceptor = logger;
-
- HttpMockServer.RecordsDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "SessionRecords");
- using (MockContext.Start(callingClassType, mockName))
+ HttpMockServer.RecordsDirectory = GetSessionRecordsDirectory();
+ using (var context = MockContext.Start(callingClassType, mockName))
{
- _helper.SetupManagementClients();
- _helper.SetupEnvironment(AzureModule.AzureResourceManager);
+ SetupManagementClients(context);
- _helper.SetupModules(AzureModule.AzureResourceManager,
- "ScenarioTests\\" + this.GetType().Name + ".ps1",
- _helper.RMProfileModule,
- _helper.GetRMModulePath(@"AzureRM.Automation.psd1"));
+ var callingClassName = callingClassType?
+ .Split(new[] { "." }, StringSplitOptions.RemoveEmptyEntries)
+ .Last();
+ var scriptLocation = Path.Combine("ScenarioTests", callingClassName + ".ps1");
+ _helper.SetupModules(
+ scriptLocation,
+ _helper.RMProfileModule,
+ _helper.GetRMModulePath(@"AzureRM.Automation.psd1"), "AzureRM.Resources.ps1");
_helper.RunPowerShellTest(scripts);
}
}
+
+ protected StorageManagementClient GetArmStorageManagementClient(MockContext context)
+ {
+ return context.GetServiceClient(TestEnvironmentFactory.GetTestEnvironment());
+ }
+
+ private ResourceManagementClient GetResourceManagementClient(MockContext context)
+ {
+ return context.GetServiceClient(TestEnvironmentFactory.GetTestEnvironment());
+ }
+
+ protected AutomationClient GetAutomationManagementClient(MockContext context)
+ {
+ return context.GetServiceClient
+ (Microsoft.Rest.ClientRuntime.Azure.TestFramework.TestEnvironmentFactory.GetTestEnvironment());
+ }
+
+ private string GetSessionRecordsDirectory()
+ {
+ // Note: if you are developing new tests, set the recording directory to a local path.
+ // this is the location where the json files will be created.
+ // var recordsDirectory = Path.Combine("e:\\", "SessionRecords");
+ var recordsDirectory = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "SessionRecords");
+ return recordsDirectory;
+ }
}
-}
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.cs b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.cs
new file mode 100644
index 000000000000..5bb245f1c8b7
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.cs
@@ -0,0 +1,40 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Commands.Automation.Test
+{
+ using Microsoft.Azure.Commands.Automation.Test;
+ using Microsoft.WindowsAzure.Commands.ScenarioTest;
+ using Microsoft.Azure.ServiceManagemenet.Common.Models;
+ using Xunit;
+
+ public class HybridWorkerGroupTests : AutomationScenarioTestsBase
+ {
+ public XunitTracingInterceptor _logger;
+
+ public HybridWorkerGroupTests(Xunit.Abstractions.ITestOutputHelper output)
+ {
+ _logger = new XunitTracingInterceptor(output);
+ XunitTracingInterceptor.AddToContext(_logger);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void E2EHybridWorkerGroup()
+ {
+ RunPowerShellTest(_logger, "Test-E2EHybridWorkerGroup");
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.ps1 b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.ps1
new file mode 100644
index 000000000000..9bea0d3c0400
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/HybridWorkerGroupTests.ps1
@@ -0,0 +1,55 @@
+# ----------------------------------------------------------------------------------
+#
+# Copyright Microsoft Corporation
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ----------------------------------------------------------------------------------
+
+# Automation account information
+$resourceGroupName = "frangom-test"
+$automationAccountName = "frangom-sdkCmdlet-tests"
+$hybridWorkerGroupName = "test"
+
+function Test-E2EHybridWorkerGroup
+{
+ $expectedHybridWorkerGroup = @{
+ ResourceGroupName = $resourceGroupName
+ AutomationAccountName = $automationAccountName
+ Name = $hybridWorkerGroupName
+ GroupType = "User"
+ }
+
+ $group = Get-AzureRmAutomationHybridWorkerGroup -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $hybridWorkerGroupName
+
+ # Validate the hybrid worker group properties
+ $propertiesToValidate = @("ResourceGroupName", "AutomationAccountName", "Name", "GroupType")
+
+ foreach ($property in $propertiesToValidate)
+ {
+ Assert-AreEqual $group.$property $expectedHybridWorkerGroup.$property `
+ "'$property' of hybrid worker group does not match. Expected:$($expectedHybridWorkerGroup.$property) Actual: $($group.$property)"
+ }
+
+ # Remove the HybridWorkerGroup
+ Remove-AzureRmAutomationHybridWorkerGroup -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $hybridWorkerGroupName
+
+ # Make sure it was the hybrid worker group was deleted
+ $group = Get-AzureRmAutomationHybridWorkerGroup -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $hybridWorkerGroupName `
+ -ErrorAction SilentlyContinue
+
+ Assert-True {$group -eq $null} "Fail to remove HybridWorkerGroup '$hybridWorkerGroupName'"
+}
+
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/Resources/RB-GraphTutorial.graphrunbook b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/Resources/RB-GraphTutorial.graphrunbook
new file mode 100644
index 000000000000..871d9dc12e91
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/Resources/RB-GraphTutorial.graphrunbook
@@ -0,0 +1 @@
+{"SchemaVersion":"1.7","RunbookDefinition":"AAEAAAD/////AQAAAAAAAAAMAgAAAFZPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbAUBAAAALE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuR3JhcGhSdW5ib29rBQAAAApwYXJhbWV0ZXJzCmFjdGl2aXRpZXMFbGlua3MIY29tbWVudHMLb3V0cHV0VHlwZXMDAwMDA6YBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXaUBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5LCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1doQFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuTGluaywgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXaQBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbW1lbnQsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV1/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQIAAAAJAwAAAAkEAAAACQUAAAAJBgAAAAkHAAAABAMAAACmAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXIsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAACtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcltdAgAAAAgICQgAAAAAAAAAAAAAAAQEAAAApQFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQWN0aXZpdHksIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAACpPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5W10CAAAACAgJCQAAAAcAAAAHAAAABAUAAAChAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAmT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rW10CAAAACAgJCgAAAAUAAAAFAAAABAYAAACkAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tZW50LCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAApT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tZW50W10CAAAACAgJCwAAAAAAAAAAAAAABAcAAAB/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQMAAAAGX2l0ZW1zBV9zaXplCF92ZXJzaW9uBgAACAgJDAAAAAAAAAAAAAAABwgAAAAAAQAAAAAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAcJAAAAAAEAAAAIAAAABChPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5AgAAAAkNAAAACQ4AAAAJDwAAAAkQAAAACREAAAAJEgAAAAkTAAAACgcKAAAAAAEAAAAIAAAABCRPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkxpbmsCAAAACRQAAAAJFQAAAAkWAAAACRcAAAAJGAAAAA0DBwsAAAAAAQAAAAAAAAAEJ09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29tbWVudAIAAAARDAAAAAAAAAAFDQAAAC9PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbW1hbmRBY3Rpdml0eQwAAAAcPENvbW1hbmRUeXBlPmtfX0JhY2tpbmdGaWVsZDRJbnZvY2F0aW9uQWN0aXZpdHkrPFBhcmFtZXRlclNldE5hbWU+a19fQmFja2luZ0ZpZWxkLkludm9jYXRpb25BY3Rpdml0eSs8UGFyYW1ldGVycz5rX19CYWNraW5nRmllbGQ0SW52b2NhdGlvbkFjdGl2aXR5KzxDdXN0b21QYXJhbWV0ZXJzPmtfX0JhY2tpbmdGaWVsZDNJbnZvY2F0aW9uQWN0aXZpdHkrPENoZWNrcG9pbnRBZnRlcj5rX19CYWNraW5nRmllbGQiTG9vcGFibGVBY3Rpdml0eStsb29wRXhpdENvbmRpdGlvbitMb29wYWJsZUFjdGl2aXR5KzxMb29wRGVsYXk+a19fQmFja2luZ0ZpZWxkHkFjdGl2aXR5KzxOYW1lPmtfX0JhY2tpbmdGaWVsZCJBY3Rpdml0eSs8RW50aXR5SWQ+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblg+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblk+a19fQmFja2luZ0ZpZWxkJUFjdGl2aXR5KzxEZXNjcmlwdGlvbj5rX19CYWNraW5nRmllbGQEAQMBAAQEBAEAAAEzT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tYW5kQWN0aXZpdHlUeXBlAgAAANkCU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuRGljdGlvbmFyeWAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dASlPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbgIAAAA3T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25zdGFudFZhbHVlRGVzY3JpcHRvcgIAAAA7T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5BY3Rpdml0eU5hbWUCAAAACAgCAAAACRkAAAAGGgAAABtTZXJ2aWNlUHJpbmNpcGFsQ2VydGlmaWNhdGUJGwAAAAYcAAAAAAAJHQAAAAkeAAAACR8AAAAGIAAAACQ1MDI5ZWMwZS02YmJmLTRhOWUtYjUyZC0wYjZkYjJlMWIxOGEYAQAAlgAAAAYhAAAAGUF1dGhlbnRpY2F0ZSB0byBBenVyZSBBUk0BDgAAAA0AAAAJIgAAAAYjAAAAB0RlZmF1bHQJJAAAAAYlAAAAEy1FcnJvckFjdGlvbiBJZ25vcmUACSYAAAAJJwAAAAkoAAAABikAAAAkOWM5YTRiN2ItM2MwOC00ZjkzLWI5MjgtY2RiNDllNDUyZTRmGAEAADwAAAAGKgAAAEhHZXQgdGhlIEF6dXJlUnVuQXNDb25uZWN0aW9uIHdpdGggZGF0YSBmb3IgYXV0aGVudGljYXRpbmcgd2l0aCBBenVyZSBBUk0BDwAAAA0AAAAJKwAAAAkcAAAACS0AAAAJHAAAAAAJLwAAAAkwAAAACTEAAAAGMgAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEYAQAA8AAAAAYzAAAAMUdldCB0aGUgQXp1cmUgcmVzb3VyY2UgZ3JvdXBzIGluIHRoZSBzdWJzY3JpcHRpb24BEAAAAA0AAAAJNAAAAAY1AAAAMUxpc3RzIHRoZSByZXNvdXJjZXMgYmFzZWQgb24gdGhlIHNwZWNpZmllZCBzY29wZS4JNgAAAAkcAAAAAAk4AAAACTkAAAAJOgAAAAY7AAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMBgBAABKAQAABjwAAAAtR2V0IHRoZSBBenVyZSByZXNvdXJjZXMgaW4gdGhlIHJlc291cmNlIGdyb3VwAREAAAANAAAACT0AAAAGPgAAAAtOb0V4Y2VwdGlvbgk/AAAACRwAAAAACUEAAAAJQgAAAAlDAAAABkQAAAAkYTBlZTllMTctYWUxYi00NDljLWI1MDItOWUzMjM4NWFiMDRk4AEAAG4AAAAJHAAAAAUSAAAANk9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuV29ya2Zsb3dTY3JpcHRBY3Rpdml0eQsAAAAWPEJlZ2luPmtfX0JhY2tpbmdGaWVsZBg8UHJvY2Vzcz5rX19CYWNraW5nRmllbGQUPEVuZD5rX19CYWNraW5nRmllbGQgPENoZWNrcG9pbnRBZnRlcj5rX19CYWNraW5nRmllbGQiTG9vcGFibGVBY3Rpdml0eStsb29wRXhpdENvbmRpdGlvbitMb29wYWJsZUFjdGl2aXR5KzxMb29wRGVsYXk+a19fQmFja2luZ0ZpZWxkHkFjdGl2aXR5KzxOYW1lPmtfX0JhY2tpbmdGaWVsZCJBY3Rpdml0eSs8RW50aXR5SWQ+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblg+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblk+a19fQmFja2luZ0ZpZWxkJUFjdGl2aXR5KzxEZXNjcmlwdGlvbj5rX19CYWNraW5nRmllbGQBAQEABAQEAQAAAQEpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb24CAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29uc3RhbnRWYWx1ZURlc2NyaXB0b3ICAAAAO09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuQWN0aXZpdHlOYW1lAgAAAAgIAgAAAAkcAAAABkYAAADjBDwjCi5TWU5PUFNJUwpUaGlzIHJ1bmJvb2sgc2hvd3MgaG93IHRvIGF1dGhlbnRpY2F0ZSB0byBBenVyZSB3aXRoIHRoZSBSdW4gQXMgYWNjb3VudC4gIEl0IGFsc28gaG93IHRvIG1hbmFnZSBhbiBBenVyZSByZXNvdXJjZSAtIGluIHRoaXMgY2FzZSwgZ2V0IGEgbGlzdCBvZiBBenVyZSBWTXMgaW4gdGhlIHN1YnNjcmlwdGlvbi4KCi5ERVNDUklQVElPTgpUaGlzIHJ1bmJvb2sgc2hvd3MgaG93IHRvIGF1dGhlbnRpY2F0ZSB0byBBenVyZSB3aXRoIHRoZSBSdW4gQXMgYWNjb3VudC4gIEl0IGFsc28gaG93IHRvIG1hbmFnZSBBenVyZSByZXNvdXJjZXMgLSBpbiB0aGlzIGNhc2UsIGdldCBhIGxpc3Qgb2YgYWxsIHJlc291cmNlcyBpbiB5b3VyIEF6dXJlIHN1YnNjcmlwdGlvbi4KCi5ERVBFTkRFTkNJRVMKICAtIE5vbmUKICAKLlJFUVVJUkVEIEFVVE9NQVRJT04gQVNTRVRTCiAgLSBBbiBBdXRvbWF0aW9uIGNvbm5lY3Rpb24gYXNzZXQgY2FsbGVkICJBenVyZVJ1bkFzQ29ubmVjdGlvbiIgdGhhdCBpcyBvZiB0eXBlIEF6dXJlU2VydmljZVByaW5jaXBhbAoKLk5PVEVTCiAgIEFVVEhPUjogQXp1cmUgQXV0b21hdGlvbiBUZWFtIAogICBMQVNURURJVDogMjAxNi00LTIwCiM+CRwAAAAACUgAAAAJSQAAAAlKAAAABksAAAAkYzE5ZTQ2YTMtZjdkYy00ZmMyLWEyNGQtYWM0ZjM1MjlmMGQ3WgAAADwAAAAGTAAAAB1SZWFkIHRoZSBjb21tZW50IGluIHRoZSBDb2RlIQETAAAAEgAAAAkcAAAABk4AAACRASJSZXNvdXJjZSAnIiArICRBY3Rpdml0eU91dHB1dFsnRmluZCBBenVyZSBSZXNvdXJjZXMnXS5SZXNvdXJjZU5hbWUgKyAiJyBvZiB0eXBlICciICsgJEFjdGl2aXR5T3V0cHV0WydGaW5kIEF6dXJlIFJlc291cmNlcyddLlJlc291cmNlVHlwZSArICInIgoJHAAAAAAJUAAAAAlRAAAACVIAAAAGUwAAACQ0YmQ5ZTcxNC05YzlhLTQwMzYtOTk5Ni0xZDlkMmYxMGI0M2IYAQAApAEAAAkcAAAABRQAAAAkT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rBgAAAA5saW5rU3RyZWFtVHlwZQljb25kaXRpb24cPERlc2NyaXB0aW9uPmtfX0JhY2tpbmdGaWVsZCw8RGVzdGluYXRpb25BY3Rpdml0eUVudGl0eUlkPmtfX0JhY2tpbmdGaWVsZBk8TGlua1R5cGU+a19fQmFja2luZ0ZpZWxkJzxTb3VyY2VBY3Rpdml0eUVudGl0eUlkPmtfX0JhY2tpbmdGaWVsZAMEAQEEAQxTeXN0ZW0uSW50MzIpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb24CAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuTGlua1R5cGUCAAAAAgAAAAgIAAAAAAlVAAAACRwAAAAGVwAAACQ1MDI5ZWMwZS02YmJmLTRhOWUtYjUyZC0wYjZkYjJlMWIxOGEFqP///zdPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkxpbmtUeXBlAQAAAAd2YWx1ZV9fAAgCAAAAAQAAAAZZAAAAJDljOWE0YjdiLTNjMDgtNGY5My1iOTI4LWNkYjQ5ZTQ1MmU0ZgEVAAAAFAAAAAgIAAAAAAlaAAAACRwAAAAGXAAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEBo////6j///8BAAAABl4AAAAkNTAyOWVjMGUtNmJiZi00YTllLWI1MmQtMGI2ZGIyZTFiMThhARYAAAAUAAAACAgAAAAACV8AAAAJHAAAAAZhAAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMAGe////qP///wEAAAAGYwAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEBFwAAABQAAAAICAAAAAAJZAAAAAkcAAAABmYAAAAkNGJkOWU3MTQtOWM5YS00MDM2LTk5OTYtMWQ5ZDJmMTBiNDNiAZn///+o////AQAAAAZoAAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMAEYAAAAFAAAAAgIAAAAAAlpAAAACRwAAAAGawAAACRhMGVlOWUxNy1hZTFiLTQ0OWMtYjUwMi05ZTMyMzg1YWIwNGQBlP///6j///8AAAAABm0AAAAkOWM5YTRiN2ItM2MwOC00ZjkzLWI5MjgtY2RiNDllNDUyZTRmBRkAAAAzT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tYW5kQWN0aXZpdHlUeXBlAwAAACM8SW5wdXRQYXJhbWV0ZXJTZXRzPmtfX0JhY2tpbmdGaWVsZBw8Q29tbWFuZE5hbWU+a19fQmFja2luZ0ZpZWxkGzxNb2R1bGVOYW1lPmtfX0JhY2tpbmdGaWVsZAMBAakBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldCwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQIAAAAJbgAAAAZvAAAAEkFkZC1BenVyZVJtQWNjb3VudAZwAAAAD0F6dXJlUk0uUHJvZmlsZQQbAAAA2QJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5EaWN0aW9uYXJ5YDJbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdLFtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LklWYWx1ZURlc2NyaXB0b3IsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0EAAAAB1ZlcnNpb24IQ29tcGFyZXIISGFzaFNpemUNS2V5VmFsdWVQYWlycwADAAMIywFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5PYmplY3RFcXVhbGl0eUNvbXBhcmVyYDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQjdAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dW10EAAAACXEAAAAHAAAACXIAAAAFHQAAAClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbgIAAAAKZXhwcmVzc2lvbhU8TW9kZT5rX19CYWNraW5nRmllbGQBBC1PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbk1vZGUCAAAAAgAAAAkcAAAABYz///8tT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb25Nb2RlAQAAAAd2YWx1ZV9fAAgCAAAAAQAAAAUeAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29uc3RhbnRWYWx1ZURlc2NyaXB0b3IBAAAAFjxWYWx1ZT5rX19CYWNraW5nRmllbGQCAgAAAAgMAAAAAAAAAAAFHwAAADtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkFjdGl2aXR5TmFtZQEAAAAaQ2FzZUluc2Vuc2l0aXZlTmFtZWAxK25hbWUBAgAAAAZ1AAAADkxvZ2luIHRvIEF6dXJlASIAAAAZAAAACXYAAAAGdwAAABhHZXQtQXV0b21hdGlvbkNvbm5lY3Rpb24JHAAAAAEkAAAAGwAAAAEAAAAJcQAAAAMAAAAJegAAAAEmAAAAHQAAAAkcAAAAAYT///+M////AQAAAAEnAAAAHgAAAAgMAAAAAAAAAAABKAAAAB8AAAAGfQAAABVHZXQgUnVuIEFzIENvbm5lY3Rpb24BKwAAABkAAAAJfgAAAAZ/AAAAGEdldC1BenVyZVJtUmVzb3VyY2VHcm91cAaAAAAAEUF6dXJlUk0uUmVzb3VyY2VzBC0AAADZAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkRpY3Rpb25hcnlgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQMAAAAHVmVyc2lvbghDb21wYXJlcghIYXNoU2l6ZQADAAjLAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLk9iamVjdEVxdWFsaXR5Q29tcGFyZXJgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dCAAAAAAJcQAAAAAAAAABLwAAAB0AAAAJHAAAAAF9////jP///wEAAAABMAAAAB4AAAAIDAAAAAAAAAAAATEAAAAfAAAABoQAAAAZR2V0IEF6dXJlIFJlc291cmNlIEdyb3VwcwE0AAAAGQAAAAmFAAAABoYAAAAURmluZC1BenVyZVJtUmVzb3VyY2UGhwAAABFBenVyZVJNLlJlc291cmNlcwE2AAAAGwAAAAEAAAAJcQAAAAMAAAAJiQAAAAE4AAAAHQAAAAkcAAAAAXX///+M////AQAAAAE5AAAAHgAAAAgMAAAAAAAAAAABOgAAAB8AAAAGjAAAABRGaW5kIEF6dXJlIFJlc291cmNlcwE9AAAAGQAAAAmNAAAABo4AAAALV3JpdGUtRXJyb3IGjwAAABxNaWNyb3NvZnQuUG93ZXJTaGVsbC5VdGlsaXR5AT8AAAAbAAAAAQAAAAlxAAAAAwAAAAmRAAAAAUEAAAAdAAAACRwAAAABbf///4z///8BAAAAAUIAAAAeAAAACAwAAAAAAAAAAAFDAAAAHwAAAAaUAAAAIldyaXRlIEVycm9yIC0gQ29ubmVjdGlvbiBOb3QgRm91bmQBSAAAAB0AAAAJHAAAAAFq////jP///wEAAAABSQAAAB4AAAAIDAAAAAAAAAAAAUoAAAAfAAAABpcAAAAHUkVBRCBNRQFQAAAAHQAAAAkcAAAAAWf///+M////AQAAAAFRAAAAHgAAAAgMAAAAAAAAAAABUgAAAB8AAAAGmgAAABdXcml0ZSBPdXQgTmFtZSBhbmQgVHlwZQFVAAAAHQAAAAkcAAAAAWT///+M////AQAAAAFaAAAAHQAAAAkcAAAAAWP///+M////AQAAAAFfAAAAHQAAAAkcAAAAAWL///+M////AQAAAAFkAAAAHQAAAAkcAAAAAWH///+M////AQAAAAFpAAAAHQAAAAagAAAAKyghJEFjdGl2aXR5T3V0cHV0WydHZXQgUnVuIEFzIENvbm5lY3Rpb24nXSkBX////4z///8AAAAABG4AAACpAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAAC5PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldFtdAgAAAAgICaIAAAAGAAAABgAAAARxAAAAywFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5PYmplY3RFcXVhbGl0eUNvbXBhcmVyYDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQAAAAAHcgAAAAABAAAABAAAAAPbAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dBF3////bAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAgAAAANrZXkFdmFsdWUEBDxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUCAAAAPU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQWN0aXZpdHlPdXRwdXRWYWx1ZURlc2NyaXB0b3ICAAAACaQAAAAJpQAAAAFa////Xf///wmnAAAACagAAAABV////13///8JqgAAAAmrAAAAAVT///9d////Ca0AAAAJrgAAAAF2AAAAbgAAAAmvAAAAAQAAAAEAAAAHegAAAAABAAAAAQAAAAPbAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAVD///9d////CbEAAAAJsgAAAAF+AAAAbgAAAAmzAAAAAgAAAAIAAAABhQAAAG4AAAAJtAAAAAMAAAADAAAAB4kAAAAAAQAAAAEAAAAD2wJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5LZXlWYWx1ZVBhaXJgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQFL////Xf///wm2AAAACbcAAAABjQAAAG4AAAAJuAAAAAMAAAADAAAAB5EAAAAAAQAAAAEAAAAD2wJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5LZXlWYWx1ZVBhaXJgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQFH////Xf///wm6AAAACbsAAAAHogAAAAABAAAACAAAAAQsT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQCAAAACbwAAAAJvQAAAAm+AAAACb8AAAAJwAAAAAnBAAAADQIFpAAAADxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUBAAAAGkNhc2VJbnNlbnNpdGl2ZU5hbWVgMStuYW1lAQIAAAAGwgAAAA1BcHBsaWNhdGlvbklkBaUAAAA9T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5BY3Rpdml0eU91dHB1dFZhbHVlRGVzY3JpcHRvcgIAAAAdPEFjdGl2aXR5TmFtZT5rX19CYWNraW5nRmllbGQaPEZpZWxkUGF0aD5rX19CYWNraW5nRmllbGQEAztPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkFjdGl2aXR5TmFtZQIAAAAPU3lzdGVtLlN0cmluZ1tdAgAAAAnDAAAACcQAAAABpwAAAKQAAAAGxQAAABVDZXJ0aWZpY2F0ZVRodW1icHJpbnQBqAAAAKUAAAAJxgAAAAnHAAAAAaoAAACkAAAABsgAAAAQU2VydmljZVByaW5jaXBhbAGrAAAAHgAAAAgBAQGtAAAApAAAAAbJAAAACFRlbmFudElkAa4AAAClAAAACcoAAAAJywAAAAevAAAAAAEAAAAEAAAABCxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAIAAAAJzAAAAA0DAbEAAACkAAAABs0AAAAETmFtZQGyAAAAHgAAAAbOAAAAFEF6dXJlUnVuQXNDb25uZWN0aW9uB7MAAAAAAQAAAAQAAAAELE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyU2V0AgAAAAnPAAAACdAAAAANAge0AAAAAAEAAAAEAAAABCxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAIAAAAJ0QAAAAnSAAAACdMAAAAKAbYAAACkAAAABtQAAAAZUmVzb3VyY2VHcm91cE5hbWVDb250YWlucwG3AAAApQAAAAnVAAAACdYAAAAHuAAAAAABAAAABAAAAAQsT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQCAAAACdcAAAAJ2AAAAAnZAAAACgG6AAAApAAAAAbaAAAAB01lc3NhZ2UFuwAAAENPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBvd2VyU2hlbGxFeHByZXNzaW9uVmFsdWVEZXNjcmlwdG9yAQAAAApleHByZXNzaW9uAQIAAAAG2wAAALYBIlRoZSBDb25uZWN0aW9uIGFzc2V0IG5hbWVkICdBenVyZVJ1bkFzQ29ubmVjdGlvbicgY291bGQgbm90IGJlIGZvdW5kIGluIHRoaXMgQXV0b21hdGlvbiBhY2NvdW50LiAgQXNzdXJlIHRoYXQgdGhlIEF6dXJlIFJ1biBBcyBhY2NvdW50IGhhcyBiZWVuIGNyZWF0ZWQgZm9yIHRoaXMgQXV0b21hdGlvbiBhY2NvdW50LiIFvAAAACxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAMAAAAVPE5hbWU+a19fQmFja2luZ0ZpZWxkHzxPdXRwdXRUeXBlTmFtZT5rX19CYWNraW5nRmllbGQbPFBhcmFtZXRlcnM+a19fQmFja2luZ0ZpZWxkAQEDpgFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAgAAAAbcAAAABFVzZXIKCd0AAAABvQAAALwAAAAG3gAAABtTZXJ2aWNlUHJpbmNpcGFsQ2VydGlmaWNhdGUKCd8AAAABvgAAALwAAAAG4AAAABBTZXJ2aWNlUHJpbmNpcGFsCgnhAAAAAb8AAAC8AAAABuIAAAAQU3Vic2NyaXB0aW9uTmFtZQoJ4wAAAAHAAAAAvAAAAAbkAAAAC0FjY2Vzc1Rva2VuCgnlAAAAAcEAAAC8AAAABuYAAAAOU3Vic2NyaXB0aW9uSWQKCecAAAABwwAAAB8AAAAG6AAAABVHZXQgUnVuIEFzIENvbm5lY3Rpb24RxAAAAAEAAAAG6QAAAA1BcHBsaWNhdGlvbklkAcYAAAAfAAAABuoAAAAVR2V0IFJ1biBBcyBDb25uZWN0aW9uEccAAAABAAAABusAAAAVQ2VydGlmaWNhdGVUaHVtYnByaW50AcoAAAAfAAAABuwAAAAVR2V0IFJ1biBBcyBDb25uZWN0aW9uEcsAAAABAAAABu0AAAAIVGVuYW50SWQBzAAAALwAAAAG7gAAAAdEZWZhdWx0CgnvAAAAAc8AAAC8AAAABvAAAAApTGlzdHMgdGhlIHJlc291cmNlIGdyb3VwIGJhc2VkIGluIHRoZSBJZC4KCfEAAAAB0AAAALwAAAAG8gAAACtMaXN0cyB0aGUgcmVzb3VyY2UgZ3JvdXAgYmFzZWQgaW4gdGhlIG5hbWUuCgnzAAAAAdEAAAC8AAAABvQAAABFTGlzdHMgdGhlIHJlc291cmNlcyBiYXNlZCBvbiB0aGUgc3BlY2lmaWVkIHNjb3BlIGF0IHRoZSB0ZW5hbnQgbGV2ZWwuCgn1AAAAAdIAAAC8AAAABvYAAAAxR2V0IGEgcmVzb3VyY2VzIHVzaW5nIGEgbXVsdGktc3Vic2NyaXB0aW9uIHF1ZXJ5LgoJ9wAAAAHTAAAAvAAAAAb4AAAAMUxpc3RzIHRoZSByZXNvdXJjZXMgYmFzZWQgb24gdGhlIHNwZWNpZmllZCBzY29wZS4KCfkAAAAB1QAAAB8AAAAG+gAAABlHZXQgQXp1cmUgUmVzb3VyY2UgR3JvdXBzEdYAAAABAAAABvsAAAARUmVzb3VyY2VHcm91cE5hbWUB1wAAALwAAAAG/AAAAAtOb0V4Y2VwdGlvbgoJ/QAAAAHYAAAAvAAAAAb+AAAADVdpdGhFeGNlcHRpb24KCf8AAAAB2QAAALwAAAAGAAEAAAtFcnJvclJlY29yZAoJAQEAAAHdAAAAAwAAAAkCAQAABAAAAAQAAAAB3wAAAAMAAAAJAwEAAAYAAAAGAAAAAeEAAAADAAAACQQBAAAHAAAABwAAAAHjAAAAAwAAAAkFAQAACQAAAAkAAAAB5QAAAAMAAAAJBgEAAAUAAAAFAAAAAecAAAADAAAACQcBAAAJAAAACQAAAAHvAAAAAwAAAAkIAQAAAQAAAAEAAAAB8QAAAAMAAAAJCQEAAAIAAAACAAAAAfMAAAADAAAACQoBAAACAAAAAgAAAAH1AAAAAwAAAAkLAQAACQAAAAkAAAAB9wAAAAMAAAAJDAEAAAsAAAALAAAAAfkAAAADAAAACQ0BAAALAAAACwAAAAH9AAAAAwAAAAkOAQAACQAAAAkAAAAB/wAAAAMAAAAJDwEAAAoAAAAKAAAAAQEBAAADAAAACRABAAAGAAAABgAAAAcCAQAAAAEAAAAEAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJEQEAAAkSAQAACRMBAAAJFAEAAAcDAQAAAAEAAAAIAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJFQEAAAkWAQAACRcBAAAJGAEAAAkZAQAACRoBAAANAgcEAQAAAAEAAAAIAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJGwEAAAkcAQAACR0BAAAJHgEAAAkfAQAACSABAAAJIQEAAAoHBQEAAAABAAAAEAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACSIBAAAJIwEAAAkkAQAACSUBAAAJJgEAAAknAQAACSgBAAAJKQEAAAkqAQAADQcHBgEAAAABAAAACAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACSsBAAAJLAEAAAktAQAACS4BAAAJLwEAAA0DBwcBAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAkwAQAACTEBAAAJMgEAAAkzAQAACTQBAAAJNQEAAAk2AQAACTcBAAAJOAEAAA0HBwgBAAAAAQAAAAQAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAk5AQAADQMHCQEAAAABAAAABAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACToBAAAJOwEAAA0CBwoBAAAAAQAAAAQAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAk8AQAACT0BAAANAgcLAQAAAAEAAAAQAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJPgEAAAk/AQAACUABAAAJQQEAAAlCAQAACUMBAAAJRAEAAAlFAQAACUYBAAANBwcMAQAAAAEAAAAQAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJRwEAAAlIAQAACUkBAAAJSgEAAAlLAQAACUwBAAAJTQEAAAlOAQAACU8BAAAJUAEAAAlRAQAADQUHDQEAAAABAAAAEAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACVIBAAAJUwEAAAlUAQAACVUBAAAJVgEAAAlXAQAACVgBAAAJWQEAAAlaAQAACVsBAAAJXAEAAA0FBw4BAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAldAQAACV4BAAAJXwEAAAlgAQAACWEBAAAJYgEAAAljAQAACWQBAAAJZQEAAA0HBw8BAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAlmAQAACWcBAAAJaAEAAAlpAQAACWoBAAAJawEAAAlsAQAACW0BAAAJbgEAAAlvAQAADQYHEAEAAAABAAAACAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACXABAAAJcQEAAAlyAQAACXMBAAAJdAEAAAl1AQAADQIFEQEAAClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgUAAAAdPERlZmF1bHRWYWx1ZT5rX19CYWNraW5nRmllbGQVPE5hbWU+a19fQmFja2luZ0ZpZWxkGTxPcHRpb25hbD5rX19CYWNraW5nRmllbGQZPFR5cGVOYW1lPmtfX0JhY2tpbmdGaWVsZBw8RGVzY3JpcHRpb24+a19fQmFja2luZ0ZpZWxkAgQAAQE8T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lAgAAAAECAAAACgl2AQAAAQZ3AQAAKVN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uUFNDcmVkZW50aWFsCgESAQAAEQEAAAoJeAEAAAEGeQEAAD1NaWNyb3NvZnQuQXp1cmUuQ29tbW9uLkF1dGhlbnRpY2F0aW9uLk1vZGVscy5BenVyZUVudmlyb25tZW50CgETAQAAEQEAAAoJegEAAAEGewEAAA1TeXN0ZW0uU3RyaW5nCgEUAQAAEQEAAAoJfAEAAAEGfQEAAA1TeXN0ZW0uU3RyaW5nCgEVAQAAEQEAAAoJfgEAAAAGfwEAAA1TeXN0ZW0uU3RyaW5nCgEWAQAAEQEAAAoJgAEAAAAGgQEAAA1TeXN0ZW0uU3RyaW5nCgEXAQAAEQEAAAoJggEAAAEGgwEAAD1NaWNyb3NvZnQuQXp1cmUuQ29tbW9uLkF1dGhlbnRpY2F0aW9uLk1vZGVscy5BenVyZUVudmlyb25tZW50CgEYAQAAEQEAAAoJhAEAAAEGhQEAAA1TeXN0ZW0uU3RyaW5nCgEZAQAAEQEAAAoJhgEAAAAGhwEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBGgEAABEBAAAKCYgBAAAABokBAAANU3lzdGVtLlN0cmluZwoBGwEAABEBAAAKCYoBAAAABosBAAApU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5QU0NyZWRlbnRpYWwKARwBAAARAQAACgmMAQAAAQaNAQAAPU1pY3Jvc29mdC5BenVyZS5Db21tb24uQXV0aGVudGljYXRpb24uTW9kZWxzLkF6dXJlRW52aXJvbm1lbnQKAR0BAAARAQAACgmOAQAAAQaPAQAADVN5c3RlbS5TdHJpbmcKAR4BAAARAQAACgmQAQAAAAaRAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgEfAQAAEQEAAAoJkgEAAAEGkwEAAA1TeXN0ZW0uU3RyaW5nCgEgAQAAEQEAAAoJlAEAAAEGlQEAAA1TeXN0ZW0uU3RyaW5nCgEhAQAAEQEAAAoJlgEAAAAGlwEAAA1TeXN0ZW0uU3RyaW5nCgEiAQAAEQEAAAoJmAEAAAEGmQEAAA1TeXN0ZW0uU3RyaW5nCgEjAQAAEQEAAAoJmgEAAAEGmwEAAA1TeXN0ZW0uU3RyaW5nCgEkAQAAEQEAAAoJnAEAAAEGnQEAAA1TeXN0ZW0uU3RyaW5nCgElAQAAEQEAAAoJngEAAAEGnwEAAA1TeXN0ZW0uU3RyaW5nCgEmAQAAEQEAAAoJoAEAAAEGoQEAAClTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlBTQ3JlZGVudGlhbAoBJwEAABEBAAAKCaIBAAABBqMBAAA9TWljcm9zb2Z0LkF6dXJlLkNvbW1vbi5BdXRoZW50aWNhdGlvbi5Nb2RlbHMuQXp1cmVFbnZpcm9ubWVudAoBKAEAABEBAAAKCaQBAAABBqUBAAANU3lzdGVtLlN0cmluZwoBKQEAABEBAAAKCaYBAAABBqcBAAANU3lzdGVtLlN0cmluZwoBKgEAABEBAAAKCagBAAABBqkBAAANU3lzdGVtLlN0cmluZwoBKwEAABEBAAAKCaoBAAAABqsBAAANU3lzdGVtLlN0cmluZwoBLAEAABEBAAAKCawBAAAABq0BAAANU3lzdGVtLlN0cmluZwoBLQEAABEBAAAKCa4BAAABBq8BAAA9TWljcm9zb2Z0LkF6dXJlLkNvbW1vbi5BdXRoZW50aWNhdGlvbi5Nb2RlbHMuQXp1cmVFbnZpcm9ubWVudAoBLgEAABEBAAAKCbABAAABBrEBAAANU3lzdGVtLlN0cmluZwoBLwEAABEBAAAKCbIBAAABBrMBAAANU3lzdGVtLlN0cmluZwoBMAEAABEBAAAKCbQBAAABBrUBAAANU3lzdGVtLlN0cmluZwoBMQEAABEBAAAKCbYBAAABBrcBAAANU3lzdGVtLlN0cmluZwoBMgEAABEBAAAKCbgBAAABBrkBAAANU3lzdGVtLlN0cmluZwoBMwEAABEBAAAKCboBAAABBrsBAAANU3lzdGVtLlN0cmluZwoBNAEAABEBAAAKCbwBAAABBr0BAAApU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5QU0NyZWRlbnRpYWwKATUBAAARAQAACgm+AQAAAQa/AQAAPU1pY3Jvc29mdC5BenVyZS5Db21tb24uQXV0aGVudGljYXRpb24uTW9kZWxzLkF6dXJlRW52aXJvbm1lbnQKATYBAAARAQAACgnAAQAAAQbBAQAADVN5c3RlbS5TdHJpbmcKATcBAAARAQAACgnCAQAAAQbDAQAADVN5c3RlbS5TdHJpbmcKATgBAAARAQAACgnEAQAAAQbFAQAADVN5c3RlbS5TdHJpbmcKATkBAAARAQAACgnGAQAAAAbHAQAADVN5c3RlbS5TdHJpbmcKAToBAAARAQAACgnIAQAAAQbJAQAADVN5c3RlbS5TdHJpbmcKATsBAAARAQAACgnKAQAAAQbLAQAADVN5c3RlbS5TdHJpbmcKATwBAAARAQAACgnMAQAAAQbNAQAADVN5c3RlbS5TdHJpbmcKAT0BAAARAQAACgnOAQAAAQbPAQAADVN5c3RlbS5TdHJpbmcKAT4BAAARAQAACgnQAQAAAQbRAQAADVN5c3RlbS5TdHJpbmcKAT8BAAARAQAACgnSAQAAAQbTAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFAAQAAEQEAAAoJ1AEAAAEG1QEAAA1TeXN0ZW0uU3RyaW5nCgFBAQAAEQEAAAoJ1gEAAAEG1wEAAA1TeXN0ZW0uU3RyaW5nCgFCAQAAEQEAAAoJ2AEAAAEG2QEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBQwEAABEBAAAKCdoBAAABBtsBAAANU3lzdGVtLlN0cmluZwoBRAEAABEBAAAKCdwBAAAABt0BAAANU3lzdGVtLlN0cmluZwoBRQEAABEBAAAKCd4BAAAABt8BAAAsU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5Td2l0Y2hQYXJhbWV0ZXIKAUYBAAARAQAACgngAQAAAQbhAQAAH1N5c3RlbS5OdWxsYWJsZWAxW1N5c3RlbS5JbnQzMl0KAUcBAAARAQAACgniAQAAAQbjAQAADVN5c3RlbS5TdHJpbmcKAUgBAAARAQAACgnkAQAAAQblAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFJAQAAEQEAAAoJ5gEAAAEG5wEAAA1TeXN0ZW0uU3RyaW5nCgFKAQAAEQEAAAoJ6AEAAAEG6QEAAA1TeXN0ZW0uU3RyaW5nCgFLAQAAEQEAAAoJ6gEAAAEG6wEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBTAEAABEBAAAKCewBAAABBu0BAAANU3lzdGVtLlN0cmluZwoBTQEAABEBAAAKCe4BAAABBu8BAAANU3lzdGVtLlN0cmluZwoBTgEAABEBAAAKCfABAAAABvEBAAANU3lzdGVtLlN0cmluZwoBTwEAABEBAAAKCfIBAAABBvMBAAANU3lzdGVtLlN0cmluZwoBUAEAABEBAAAKCfQBAAABBvUBAAANU3lzdGVtLlN0cmluZwoBUQEAABEBAAAKCfYBAAABBvcBAAAfU3lzdGVtLk51bGxhYmxlYDFbU3lzdGVtLkludDMyXQoBUgEAABEBAAAKCfgBAAABBvkBAAANU3lzdGVtLlN0cmluZwoBUwEAABEBAAAKCfoBAAABBvsBAAAsU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5Td2l0Y2hQYXJhbWV0ZXIKAVQBAAARAQAACgn8AQAAAQb9AQAADVN5c3RlbS5TdHJpbmcKAVUBAAARAQAACgn+AQAAAQb/AQAADVN5c3RlbS5TdHJpbmcKAVYBAAARAQAACgkAAgAAAQYBAgAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFXAQAAEQEAAAoJAgIAAAEGAwIAAA1TeXN0ZW0uU3RyaW5nCgFYAQAAEQEAAAoJBAIAAAEGBQIAAA1TeXN0ZW0uU3RyaW5nCgFZAQAAEQEAAAoJBgIAAAEGBwIAAA1TeXN0ZW0uU3RyaW5nCgFaAQAAEQEAAAoJCAIAAAEGCQIAAA1TeXN0ZW0uU3RyaW5nCgFbAQAAEQEAAAoJCgIAAAEGCwIAAA1TeXN0ZW0uU3RyaW5nCgFcAQAAEQEAAAoJDAIAAAEGDQIAAB9TeXN0ZW0uTnVsbGFibGVgMVtTeXN0ZW0uSW50MzJdCgFdAQAAEQEAAAoJDgIAAAEGDwIAACpTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLkVycm9yQ2F0ZWdvcnkKAV4BAAARAQAACgkQAgAAAQYRAgAADVN5c3RlbS5TdHJpbmcKAV8BAAARAQAACgkSAgAAAQYTAgAADVN5c3RlbS5TdHJpbmcKAWABAAARAQAACgkUAgAAAQYVAgAADVN5c3RlbS5TdHJpbmcKAWEBAAARAQAACgkWAgAAAQYXAgAADVN5c3RlbS5TdHJpbmcKAWIBAAARAQAACgkYAgAAAQYZAgAADVN5c3RlbS5TdHJpbmcKAWMBAAARAQAACgkaAgAAAAYbAgAADVN5c3RlbS5TdHJpbmcKAWQBAAARAQAACgkcAgAAAQYdAgAADVN5c3RlbS5TdHJpbmcKAWUBAAARAQAACgkeAgAAAQYfAgAADVN5c3RlbS5PYmplY3QKAWYBAAARAQAACgkgAgAAAQYhAgAAKlN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uRXJyb3JDYXRlZ29yeQoBZwEAABEBAAAKCSICAAABBiMCAAANU3lzdGVtLlN0cmluZwoBaAEAABEBAAAKCSQCAAABBiUCAAANU3lzdGVtLlN0cmluZwoBaQEAABEBAAAKCSYCAAABBicCAAANU3lzdGVtLlN0cmluZwoBagEAABEBAAAKCSgCAAABBikCAAANU3lzdGVtLlN0cmluZwoBawEAABEBAAAKCSoCAAABBisCAAANU3lzdGVtLlN0cmluZwoBbAEAABEBAAAKCSwCAAAABi0CAAAQU3lzdGVtLkV4Y2VwdGlvbgoBbQEAABEBAAAKCS4CAAABBi8CAAANU3lzdGVtLlN0cmluZwoBbgEAABEBAAAKCTACAAABBjECAAANU3lzdGVtLlN0cmluZwoBbwEAABEBAAAKCTICAAABBjMCAAANU3lzdGVtLk9iamVjdAoBcAEAABEBAAAKCTQCAAABBjUCAAANU3lzdGVtLlN0cmluZwoBcQEAABEBAAAKCTYCAAABBjcCAAANU3lzdGVtLlN0cmluZwoBcgEAABEBAAAKCTgCAAABBjkCAAANU3lzdGVtLlN0cmluZwoBcwEAABEBAAAKCToCAAABBjsCAAANU3lzdGVtLlN0cmluZwoBdAEAABEBAAAKCTwCAAAABj0CAAAoU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5FcnJvclJlY29yZAoBdQEAABEBAAAKCT4CAAABBj8CAAANU3lzdGVtLlN0cmluZwoBdgEAAKQAAAAGQAIAAApDcmVkZW50aWFsAXgBAACkAAAABkECAAALRW52aXJvbm1lbnQBegEAAKQAAAAGQgIAAA9FbnZpcm9ubWVudE5hbWUBfAEAAKQAAAAGQwIAAAhUZW5hbnRJZAF+AQAApAAAAAZEAgAADUFwcGxpY2F0aW9uSWQBgAEAAKQAAAAGRQIAABVDZXJ0aWZpY2F0ZVRodW1icHJpbnQBggEAAKQAAAAGRgIAAAtFbnZpcm9ubWVudAGEAQAApAAAAAZHAgAAD0Vudmlyb25tZW50TmFtZQGGAQAApAAAAAZIAgAAEFNlcnZpY2VQcmluY2lwYWwBiAEAAKQAAAAGSQIAAAhUZW5hbnRJZAGKAQAApAAAAAZKAgAACkNyZWRlbnRpYWwBjAEAAKQAAAAGSwIAAAtFbnZpcm9ubWVudAGOAQAApAAAAAZMAgAAD0Vudmlyb25tZW50TmFtZQGQAQAApAAAAAZNAgAAEFNlcnZpY2VQcmluY2lwYWwBkgEAAKQAAAAGTgIAAA5TdWJzY3JpcHRpb25JZAGUAQAApAAAAAZPAgAAEFN1YnNjcmlwdGlvbk5hbWUBlgEAAKQAAAAGUAIAAAhUZW5hbnRJZAGYAQAApAAAAAZRAgAAC0FjY2Vzc1Rva2VuAZoBAACkAAAABlICAAAJQWNjb3VudElkAZwBAACkAAAABlMCAAANQXBwbGljYXRpb25JZAGeAQAApAAAAAZUAgAAFUNlcnRpZmljYXRlVGh1bWJwcmludAGgAQAApAAAAAZVAgAACkNyZWRlbnRpYWwBogEAAKQAAAAGVgIAAAtFbnZpcm9ubWVudAGkAQAApAAAAAZXAgAAD0Vudmlyb25tZW50TmFtZQGmAQAApAAAAAZYAgAAEFN1YnNjcmlwdGlvbk5hbWUBqAEAAKQAAAAGWQIAAAhUZW5hbnRJZAGqAQAApAAAAAZaAgAAC0FjY2Vzc1Rva2VuAawBAACkAAAABlsCAAAJQWNjb3VudElkAa4BAACkAAAABlwCAAALRW52aXJvbm1lbnQBsAEAAKQAAAAGXQIAAA9FbnZpcm9ubWVudE5hbWUBsgEAAKQAAAAGXgIAAAhUZW5hbnRJZAG0AQAApAAAAAZfAgAAC0FjY2Vzc1Rva2VuAbYBAACkAAAABmACAAAJQWNjb3VudElkAbgBAACkAAAABmECAAANQXBwbGljYXRpb25JZAG6AQAApAAAAAZiAgAAFUNlcnRpZmljYXRlVGh1bWJwcmludAG8AQAApAAAAAZjAgAACkNyZWRlbnRpYWwBvgEAAKQAAAAGZAIAAAtFbnZpcm9ubWVudAHAAQAApAAAAAZlAgAAD0Vudmlyb25tZW50TmFtZQHCAQAApAAAAAZmAgAADlN1YnNjcmlwdGlvbklkAcQBAACkAAAABmcCAAAIVGVuYW50SWQBxgEAAKQAAAAGaAIAAAROYW1lAcgBAACkAAAABmkCAAACSWQBygEAAKQAAAAGagIAAAhMb2NhdGlvbgHMAQAApAAAAAZrAgAACExvY2F0aW9uAc4BAACkAAAABmwCAAAETmFtZQHQAQAApAAAAAZtAgAACkFwaVZlcnNpb24B0gEAAKQAAAAGbgIAABBFeHBhbmRQcm9wZXJ0aWVzAdQBAACkAAAABm8CAAAVRXh0ZW5zaW9uUmVzb3VyY2VUeXBlAdYBAACkAAAABnACAAAKT0RhdGFRdWVyeQHYAQAApAAAAAZxAgAAA1ByZQHaAQAApAAAAAZyAgAAFFJlc291cmNlTmFtZUNvbnRhaW5zAdwBAACkAAAABnMCAAAMUmVzb3VyY2VUeXBlAd4BAACkAAAABnQCAAALVGVuYW50TGV2ZWwB4AEAAKQAAAAGdQIAAANUb3AB4gEAAKQAAAAGdgIAAApBcGlWZXJzaW9uAeQBAACkAAAABncCAAAQRXhwYW5kUHJvcGVydGllcwHmAQAApAAAAAZ4AgAAFUV4dGVuc2lvblJlc291cmNlVHlwZQHoAQAApAAAAAZ5AgAACk9EYXRhUXVlcnkB6gEAAKQAAAAGegIAAANQcmUB7AEAAKQAAAAGewIAABlSZXNvdXJjZUdyb3VwTmFtZUNvbnRhaW5zAe4BAACkAAAABnwCAAAUUmVzb3VyY2VOYW1lQ29udGFpbnMB8AEAAKQAAAAGfQIAAAxSZXNvdXJjZVR5cGUB8gEAAKQAAAAGfgIAAAdUYWdOYW1lAfQBAACkAAAABn8CAAAIVGFnVmFsdWUB9gEAAKQAAAAGgAIAAANUb3AB+AEAAKQAAAAGgQIAAApBcGlWZXJzaW9uAfoBAACkAAAABoICAAAQRXhwYW5kUHJvcGVydGllcwH8AQAApAAAAAaDAgAAFUV4dGVuc2lvblJlc291cmNlVHlwZQH+AQAApAAAAAaEAgAACk9EYXRhUXVlcnkBAAIAAKQAAAAGhQIAAANQcmUBAgIAAKQAAAAGhgIAABlSZXNvdXJjZUdyb3VwTmFtZUNvbnRhaW5zAQQCAACkAAAABocCAAAUUmVzb3VyY2VOYW1lQ29udGFpbnMBBgIAAKQAAAAGiAIAAAxSZXNvdXJjZVR5cGUBCAIAAKQAAAAGiQIAAAdUYWdOYW1lAQoCAACkAAAABooCAAAIVGFnVmFsdWUBDAIAAKQAAAAGiwIAAANUb3ABDgIAAKQAAAAGjAIAAAhDYXRlZ29yeQEQAgAApAAAAAaNAgAAEENhdGVnb3J5QWN0aXZpdHkBEgIAAKQAAAAGjgIAAA5DYXRlZ29yeVJlYXNvbgEUAgAApAAAAAaPAgAAEkNhdGVnb3J5VGFyZ2V0TmFtZQEWAgAApAAAAAaQAgAAEkNhdGVnb3J5VGFyZ2V0VHlwZQEYAgAApAAAAAaRAgAAB0Vycm9ySWQBGgIAAKQAAAAGkgIAAAdNZXNzYWdlARwCAACkAAAABpMCAAARUmVjb21tZW5kZWRBY3Rpb24BHgIAAKQAAAAGlAIAAAxUYXJnZXRPYmplY3QBIAIAAKQAAAAGlQIAAAhDYXRlZ29yeQEiAgAApAAAAAaWAgAAEENhdGVnb3J5QWN0aXZpdHkBJAIAAKQAAAAGlwIAAA5DYXRlZ29yeVJlYXNvbgEmAgAApAAAAAaYAgAAEkNhdGVnb3J5VGFyZ2V0TmFtZQEoAgAApAAAAAaZAgAAEkNhdGVnb3J5VGFyZ2V0VHlwZQEqAgAApAAAAAaaAgAAB0Vycm9ySWQBLAIAAKQAAAAGmwIAAAlFeGNlcHRpb24BLgIAAKQAAAAGnAIAAAdNZXNzYWdlATACAACkAAAABp0CAAARUmVjb21tZW5kZWRBY3Rpb24BMgIAAKQAAAAGngIAAAxUYXJnZXRPYmplY3QBNAIAAKQAAAAGnwIAABBDYXRlZ29yeUFjdGl2aXR5ATYCAACkAAAABqACAAAOQ2F0ZWdvcnlSZWFzb24BOAIAAKQAAAAGoQIAABJDYXRlZ29yeVRhcmdldE5hbWUBOgIAAKQAAAAGogIAABJDYXRlZ29yeVRhcmdldFR5cGUBPAIAAKQAAAAGowIAAAtFcnJvclJlY29yZAE+AgAApAAAAAakAgAAEVJlY29tbWVuZGVkQWN0aW9uCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=","RunbookType":"GraphPowerShell"}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/Resources/RB-PowerShellScriptTutorial.ps1 b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/Resources/RB-PowerShellScriptTutorial.ps1
new file mode 100644
index 000000000000..f17d405b24d5
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/Resources/RB-PowerShellScriptTutorial.ps1
@@ -0,0 +1,46 @@
+<#
+ .DESCRIPTION
+ An example runbook which gets all the ARM resources using the Run As Account (Service Principal)
+
+ .NOTES
+ AUTHOR: Azure Automation Team
+ LASTEDIT: Mar 14, 2016
+#>
+
+$connectionName = "AzureRunAsConnection100"
+try
+{
+ # Get the connection "AzureRunAsConnection "
+ $servicePrincipalConnection=Get-AutomationConnection -Name $connectionName
+
+ "Logging in to Azure..."
+ Add-AzureRmAccount `
+ -ServicePrincipal `
+ -TenantId $servicePrincipalConnection.TenantId `
+ -ApplicationId $servicePrincipalConnection.ApplicationId `
+ -CertificateThumbprint $servicePrincipalConnection.CertificateThumbprint
+}
+catch {
+ if (!$servicePrincipalConnection)
+ {
+ $ErrorMessage = "Connection $connectionName not found."
+ throw $ErrorMessage
+ } else{
+ Write-Error -Message $_.Exception
+ throw $_.Exception
+ }
+}
+
+#Get all ARM resources from all resource groups
+$ResourceGroups = Get-AzureRmResourceGroup
+
+foreach ($ResourceGroup in $ResourceGroups)
+{
+ Write-Output ("Showing resources in resource group " + $ResourceGroup.ResourceGroupName)
+ $Resources = Find-AzureRmResource -ResourceGroupNameContains $ResourceGroup.ResourceGroupName | Select ResourceName, ResourceType
+ ForEach ($Resource in $Resources)
+ {
+ Write-Output ($Resource.ResourceName + " of type " + $Resource.ResourceType)
+ }
+ Write-Output ("")
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.cs b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.cs
new file mode 100644
index 000000000000..271658dce408
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.cs
@@ -0,0 +1,69 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Commands.Automation.Test
+{
+ using Microsoft.Azure.Commands.Automation.Test;
+ using Microsoft.Azure.ServiceManagemenet.Common.Models;
+ using Microsoft.WindowsAzure.Commands.ScenarioTest;
+ using System.IO;
+ using Xunit;
+
+ public class RunbookJobTests : AutomationScenarioTestsBase
+ {
+ public XunitTracingInterceptor _logger;
+
+ public RunbookJobTests(Xunit.Abstractions.ITestOutputHelper output)
+ {
+ _logger = new XunitTracingInterceptor(output);
+ XunitTracingInterceptor.AddToContext(_logger);
+ }
+
+ [Fact]
+ [Trait(Category.Service, Category.Automation)]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestCreateRunbookGraph()
+ {
+ // Write PS Function and call it here
+ RunPowerShellTest(_logger, "Test-CreateRunbookGraph -Name RB-Graphical-01");
+ }
+
+ [Fact]
+ [Trait(Category.Service, Category.Automation)]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestImportRunbookPowerShell()
+ {
+ string runbookPath = Path.Combine("ScenarioTests", "Resources", "RB-PowerShellScriptTutorial.ps1");
+ RunPowerShellTest(_logger, string.Format("Test-ImportRunbookPowerShell -Name TestRunbook-PowerShellScript -RunbookPath {0}", runbookPath));
+ }
+
+ [Fact]
+ [Trait(Category.Service, Category.Automation)]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestImportAndDeleteRunbookGraphical()
+ {
+ string runbookPath = Path.Combine("ScenarioTests", "Resources", "RB-GraphTutorial.graphrunbook");
+ RunPowerShellTest(_logger, string.Format("Test-ImportAndDeleteRunbookGraphical -Name TestRunbook-Grapical -RunbookPath {0}", runbookPath));
+ }
+
+ [Fact(Skip = "Failed output record causes JSON convert exception in Travis run.")]
+ [Trait(Category.Service, Category.Automation)]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ public void TestCreateJobAndGetOutputPowerShellScript()
+ {
+ string runbookPath = Path.Combine("ScenarioTests", "Resources", "RB-PowerShellScriptTutorial.ps1");
+ RunPowerShellTest(_logger, string.Format("Test-CreateJobAndGetOutputPowerShellScript -Name TestRunbook-PSScript-JobAndOutput -RunbookPath {0}", runbookPath));
+ }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.ps1 b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.ps1
new file mode 100644
index 000000000000..2bb674e9b432
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/RunbookJobTests.ps1
@@ -0,0 +1,286 @@
+# ----------------------------------------------------------------------------------
+#
+# Copyright Microsoft Corporation
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ----------------------------------------------------------------------------------
+
+<#
+.SYNOPSIS
+Checks whether the first string contains the second one
+#>
+
+$resourceGroupName = "PSCmdletTest-RG"
+$automationAccountName = "PSCmdletTestAccount01"
+
+function AssertContains
+{
+ param([string] $str, [string] $substr, [string] $message)
+
+ if (!$message)
+ {
+ $message = "Assertion failed because '$str' does not contain '$substr'"
+ }
+
+ if (!$str.Contains($substr))
+ {
+ throw $message
+ }
+
+ return $true
+}
+
+
+<#
+.SYNOPSIS
+Checks whether the automation account exists
+#>
+function AutomationAccountExistsFn
+{
+ try
+ {
+ $account = Get-AzureRmAutomationAccount -ResourceGroupName $resourceGroupName -Name $automationAccountName
+
+ return ($account -ne $null)
+ }
+ catch
+ {
+ return $false
+ }
+}
+########################################################################### Automation Scenario Tests ###########################################################################
+
+
+<#
+.SYNOPSIS
+ New Graphical Runbook
+#>
+function Test-CreateRunbookGraph
+{
+ param(
+ [string] $Name
+ )
+
+ Assert-True {AutomationAccountExistsFn} "Automation Account does not exist."
+
+ $runbook = New-AzureRmAutomationRunbook `
+ -Name $Name `
+ -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Description "Test Graph runbook" `
+ -Type Graph `
+ -LogProgress $true `
+ -LogVerbose $true
+
+ Assert-NotNull $runbook "New-AzureRmAutomationRunbook failed to create Graph runbook $Name."
+
+ Write-Output "Create Graph runbook - success."
+
+ # Creating the runbook again MUST fail
+ Assert-Throws {New-AzureRmAutomationRunbook `
+ -Name $Name `
+ -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Description "Test Graph runbook" `
+ -Type Graph `
+ -LogProgress $true `
+ -LogVerbose $true
+ }
+
+ # Remove the runbook
+ Remove-AzureRmAutomationRunbook -Name $Name -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName -Force
+
+ Write-Output "Remove created runbook."
+
+ # Get the runbook again and confirm the call fails, i.e. the runbook is deleted
+ Assert-Throws {Get-AzureRmAutomationRunbook `
+ -Name $Name `
+ -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName
+ }
+
+ Write-Output "Remove runbook - success."
+}
+
+
+<#
+.SYNOPSIS
+ Import PowerShell runbook
+#>
+function Test-ImportRunbookPowerShell
+{
+ param(
+ [string] $Name,
+ [string] $RunbookPath
+ )
+
+ Assert-True {AutomationAccountExistsFn} "Automation Account does not exist."
+
+ $desc = 'PowerShell Tutorial runbook'
+ $tags = @{'TagKey1'='TagValue1'}
+
+ $runbook = Import-AzureRmAutomationRunbook `
+ -Path $RunbookPath `
+ -Description $desc `
+ -Name $Name `
+ -Type PowerShell `
+ -ResourceGroup $resourceGroupName `
+ -Tags $tags `
+ -LogProgress $true `
+ -LogVerbose $true `
+ -AutomationAccountName $automationAccountName `
+ -Published
+
+ Assert-NotNull $runbook "Import-AzureRmAutomationRunbook failed to import PowerShell script runbook $Name."
+
+ Write-Output "Runbook Name: $($runbook.Name)"
+ Write-Output "Runbook State: $($runbook.State)"
+ Assert-True { $runbook.Name -ieq $Name } "Import-AzureRmAutomationRunbook did not import runbook of type PowerShell successfully."
+ Assert-True { $runbook.State -ieq 'Published' } "Import-AzureRmAutomationRunbook did not Publish the PowerShell runbook, as requested."
+
+ Write-Output "Import Graphical runbook - success."
+
+ # Remove the runbook
+ Remove-AzureRmAutomationRunbook -Name $Name -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName -Force
+
+ Write-Output "Remove created runbook."
+
+ # Get the runbook again and confirm the call fails, i.e. the runbook is deleted
+ Assert-Throws {Get-AzureRmAutomationRunbook `
+ -Name $Name `
+ -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName
+ }
+
+ Write-Output "Remove runbook - success."
+}
+
+<#
+.SYNOPSIS
+ Import Graphical runbook, verify; Delete it and verify
+#>
+function Test-ImportAndDeleteRunbookGraphical
+{
+ param(
+ [string] $Name,
+ [string] $RunbookPath
+ )
+
+ Assert-True {AutomationAccountExistsFn} "Automation Account does not exist."
+
+ $desc = 'Graphical Tutorial runbook'
+ $tags = @{'TagKey1'='TagValue1'}
+
+ $runbook = Import-AzureRmAutomationRunbook `
+ -Path $RunbookPath `
+ -Description $desc `
+ -Name $Name `
+ -Type Graph `
+ -ResourceGroup $resourceGroupName `
+ -Tags $tags `
+ -LogProgress $true `
+ -LogVerbose $true `
+ -AutomationAccountName $automationAccountName `
+ -Published
+
+ Assert-NotNull $runbook "Import-AzureRmAutomationRunbook failed to import Graphical runbook $Name."
+ Assert-True { $runbook.Name -ieq $Name } "Import-AzureRmAutomationRunbook did not import runbook of type Graph successfully."
+ Assert-True { $runbook.State -ieq 'Published' } "Import-AzureRmAutomationRunbook did not Publish the Graph runbook, as requested."
+
+ Write-Output "Import Graphical runbook - success."
+
+ # Remove the runbook
+ Remove-AzureRmAutomationRunbook -Name $Name -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName -Force
+
+ Write-Output "Remove created runbook."
+
+ # Get the runbook again and confirm the call fails, i.e. the runbook is deleted
+ Assert-Throws {Get-AzureRmAutomationRunbook `
+ -Name $Name `
+ -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName
+ }
+
+ Write-Output "Remove runbook - success."
+}
+
+<#
+.SYNOPSIS
+ Start Job of PowerShell Script runbook, get output
+ and get Output records (both success & failure records).
+#>
+function Test-CreateJobAndGetOutputPowerShellScript
+{
+ param(
+ [string] $Name,
+ [string] $RunbookPath
+ )
+
+ Assert-True {AutomationAccountExistsFn} "Automation Account does not exist."
+
+ $desc = 'PowerShell Script runbook'
+ $tags = @{'TagKey1'='TagValue1'}
+
+ $runbook = Import-AzureRmAutomationRunbook `
+ -Path $RunbookPath `
+ -Description $desc `
+ -Name $Name `
+ -Type PowerShell `
+ -ResourceGroup $resourceGroupName `
+ -Tags $tags `
+ -LogProgress $false `
+ -LogVerbose $false `
+ -AutomationAccountName $automationAccountName `
+ -Published
+
+ Assert-NotNull $runbook "Import-AzureRmAutomationRunbook failed to import PowerShell Script runbook $Name."
+
+ # Looking up an already created job. Creating new job auto-generates the JobId, which does not match the JobId in the Recorded Session
+ # resulting in the Playback of test failing. So, resorting to this workaround.
+ $jobId = 'f6f1bda7-9352-47e9-9ca3-4f6c0af62966'
+
+ # Get Job and check the status
+ $job = Get-AzureRmAutomationJob -Id $jobId -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName
+
+ Assert-True { $job.Status -ieq 'Failed' } "Failed to find the expected (failed) job!"
+
+ # Verify that there are at least 5 output records for the Job
+ $allOutput = Get-AzureRmAutomationJobOutput -Id $jobId -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName -Stream Any
+ Assert-True { $allOutput.Count -gt 0 } "Get-AzureRmAutomationJobOutput failed to get automation Job Output!"
+
+ Write-Output "Get $($allOutput.Count) output records - success."
+
+ # Get the output of type Error
+ $errOutput = Get-AzureRmAutomationJobOutput -Id $jobId -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName -Stream Error
+ $streamId = $errOutput[0].StreamRecordId
+ Assert-True { $errOutput.Type -eq 'Error' } "Get-AzureRmAutomationJobOutput failed to get automation Job Error record!"
+
+ Write-Output "Get error output of the job - success."
+
+ # Get a single Error ouput record
+ $errRecord = Get-AzureRmAutomationJobOutputRecord -JobId $jobId -Id $streamId -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName
+ Assert-True { $errRecord -ne $null } "Get-AzureRmAutomationJobOutputRecord failed to get automation Job Error record Output!"
+
+ Write-Output "Get single error record of the job - success."
+
+ # Remove the runbook
+ Remove-AzureRmAutomationRunbook -Name $Name -ResourceGroupName $resourceGroupName -AutomationAccountName $automationAccountName -Force
+
+ Write-Output "Remove created runbook."
+
+ # Get the runbook again and confirm the call fails, i.e. the runbook is deleted
+ Assert-Throws {Get-AzureRmAutomationRunbook `
+ -Name $Name `
+ -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName
+ }
+
+ Write-Output "Remove runbook - success."
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.cs b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.cs
new file mode 100644
index 000000000000..c0df691dcac5
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.cs
@@ -0,0 +1,68 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+/*
+Prerequisites:
+To develop automated tests for Source Control, you will need to create a private repo
+in GitHub and two in Azure Repos (one for Git and one for TFVC). These will need to contain
+at least one sample runbook to sync. For the current tests, I am using a PowerShell runbook.
+
+After the repos are created, you will need to create a personal access token (PAT),
+which will be used to register the source control. Please note that after the tests are recorded,
+you should revoke access for PAT--this way no one can access to your private repos after the tests
+are recorded. See example in SourceControlTests.ps1 where $testReposInfo is defined.
+*/
+
+namespace Commands.Automation.Test
+{
+ using Microsoft.Azure.Commands.Automation.Test;
+ using Microsoft.WindowsAzure.Commands.ScenarioTest;
+ using Microsoft.Azure.ServiceManagemenet.Common.Models;
+ using Xunit;
+
+ public class SourceControlTests : AutomationScenarioTestsBase
+ {
+ public XunitTracingInterceptor _logger;
+
+ public SourceControlTests(Xunit.Abstractions.ITestOutputHelper output)
+ {
+ _logger = new XunitTracingInterceptor(output);
+ XunitTracingInterceptor.AddToContext(_logger);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateVsoGitSourceControlAndSync()
+ {
+ RunPowerShellTest(_logger, "Test-CreateVsoGitSourceControlAndSync");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateVsoTfvcSourceControlAndSync()
+ {
+ RunPowerShellTest(_logger, "Test-CreateVsoTfvcSourceControlAndSync");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateGitHubSourceControlAndSync()
+ {
+ RunPowerShellTest(_logger, "Test-CreateGitHubSourceControlAndSync");
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.ps1 b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.ps1
new file mode 100644
index 000000000000..a3a36d812a52
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/SourceControlTests.ps1
@@ -0,0 +1,329 @@
+# ----------------------------------------------------------------------------------
+#
+# Copyright Microsoft Corporation
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# http://www.apache.org/licenses/LICENSE-2.0
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ----------------------------------------------------------------------------------
+
+# Azure Automation Source Control scenario tests
+# This test suite contains 3 test cases. In each scenario, a source control is created,
+# updated, retrieved and deleted. In addition to this, a sync is started for each source control
+# and then the output streams are retrieved.
+#
+# Here is the sequence:
+# 1) Create source control - validate properties
+# 2) Update the newly created source control - validate that is was updated
+# 3) Start a sync - validate that the sync completes
+# 4) Retrieve the streams for the completed source control sync job
+# 5) Clean up - remove the source control
+
+<# Prerequisites:
+
+To develop automated tests for Source Control, you will need to create a private repo
+in GitHub and two in Azure Repos (one for Git and one for TFVC). These will need to contain
+at least one sample runbook to sync. For the current tests, I am using a PowerShell runbook.
+
+After the repos are created, you will need to create a personal access token (PAT),
+which will be used to register the source control. Please note that after the tests are recorded,
+you should revoke access for PAT--this way no one can access to your private repos after the tests
+are recorded.
+#>
+
+$testReposInfo = @{
+ VsoGit = @{
+ Name = "AASourceControl-VsoGit"
+ RepoUrl = "https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests"
+ Branch = "preview"
+ FolderPath = "Azure/MyRunbooks"
+ SourceType = "VsoGit"
+ PersonalAccessToken = "3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca"
+ }
+
+ VsoTfvc = @{
+ Name = "AASourceControl-VsoTfvc"
+ RepoUrl = "https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl"
+ FolderPath = "/MyRunbooks"
+ SourceType = "VsoTfvc"
+ PersonalAccessToken = "3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca"
+ }
+
+ GitHub = @{
+ Name = "AASourceControl-GitHub"
+ RepoUrl = "https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git"
+ Branch = "master"
+ FolderPath = "/"
+ SourceType = "GitHub"
+ PersonalAccessToken = "5fd81166a9ebaebc60da4756f2094a598f1d4c01"
+ }
+}
+
+# Automation account information
+$resourceGroupName = "frangom-test"
+$automationAccountName = "frangom-sdkCmdlet-tests"
+
+#region Helper functions
+
+# This function ensure that the given source control does not exist,
+# which implicitly validates Get-AzureRmAutomationSourceControl and Remove-AzureRmAutomationSourceControl
+function EnsureSourceControlDoesNotExist
+{
+ Param
+ (
+ [Parameter(Mandatory=$true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $Name
+ )
+
+ $sourceControl = Get-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $Name `
+ -ErrorAction SilentlyContinue
+ if ($sourceControl)
+ {
+ Remove-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $Name
+ }
+}
+
+function WaitForSourceControlSyncJobState
+{
+ Param
+ (
+ [Parameter(Mandatory=$true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $Name,
+
+ [Parameter(Mandatory=$true)]
+ [ValidateNotNullOrEmpty()]
+ [Guid]
+ $JobId,
+
+ [Parameter(Mandatory=$true)]
+ [ValidateNotNullOrEmpty()]
+ [String]
+ $ExpectedState
+ )
+
+ $waitTimeInSeconds = 2
+ $retries = 40
+ $jobCompleted = Retry-Function {
+ return (Get-AzureRmAutomationSourceControlSyncJob -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $Name `
+ -JobId $JobId).ProvisioningState -eq $ExpectedState } $null $retries $waitTimeInSeconds
+
+ Assert-True {$jobCompleted -gt 0} "Timeout waiting for provisioning state to reach '$ExpectedState'"
+}
+
+#endregion
+
+
+function Test-CreateVsoGitSourceControlAndSync
+{
+ # VsoGit repo info
+ $sourceControl = $testReposInfo["VsoGit"]
+
+ try
+ {
+ EnsureSourceControlDoesNotExist -Name $sourceControl.Name
+
+ # Access token
+ $accessToken = ConvertTo-SecureString -String $sourceControl.PersonalAccessToken -AsPlainText -Force
+
+ $createdSourceControl = New-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -RepoUrl $sourceControl.RepoUrl `
+ -Branch $sourceControl.Branch `
+ -SourceType $sourceControl.SourceType `
+ -FolderPath $sourceControl.FolderPath `
+ -AccessToken $accessToken `
+ -DoNotPublishRunbook
+
+ # Validate that the source control was created
+ Assert-NotNull $createdSourceControl "Failed to create VsoGit source control."
+
+ # Validate the source control properties
+ $propertiesToValidate = @("Name", "RepoUrl", "SourceType", "Branch", "FolderPath")
+
+ foreach ($property in $propertiesToValidate)
+ {
+ Assert-AreEqual $sourceControl.$property $createdSourceControl.$property `
+ "'$property' of created source control does not match. Expected:$($sourceControl.$property). Actual: $($createdSourceControl.$property)"
+ }
+
+ # Enable PublishRunbook in the newly created source control
+ $updatedSourceControl = Update-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -PublishRunbook $true
+ $expectedPropertyValue = "True"
+ Assert-AreEqual $updatedSourceControl.PublishRunbook $expectedPropertyValue `
+ "'PublishRunbook' property does not match. Expected: $expectedPropertyValue. Actual: $($updatedSourceControl.PublishRunbook)"
+
+ # Start a sync for the source control
+ $jobId = "0bfa6b49-c08c-4b2f-853e-08128c3c86ee"
+ Start-AzureRmAutomationSourceControlSyncJob -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -JobId $jobId
+
+ WaitForSourceControlSyncJobState -Name $sourceControl.Name -JobId $jobId -ExpectedState Completed
+
+ # Get the SourceControlSyncJob streams
+ $streams = Get-AzureRmAutomationSourceControlSyncJobOutput -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -JobId $jobId `
+ -Stream Output | % Summary
+
+ Assert-True {$streams.count -gt 0} "Failed to get Output stream via Get-AzureRmAutomationSourceControlSyncJobOutput "
+ }
+ finally
+ {
+ EnsureSourceControlDoesNotExist -Name $sourceControl.Name
+ }
+}
+
+function Test-CreateVsoTfvcSourceControlAndSync
+{
+ # VsoTfvc source control info
+ $sourceControl = $testReposInfo["VsoTfvc"]
+
+ try
+ {
+ EnsureSourceControlDoesNotExist -Name $sourceControl.Name
+
+ # Access token
+ $accessToken = ConvertTo-SecureString -String $sourceControl.PersonalAccessToken -AsPlainText -Force
+
+ $createdSourceControl = New-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -RepoUrl $sourceControl.RepoUrl `
+ -SourceType $sourceControl.SourceType `
+ -FolderPath $sourceControl.FolderPath `
+ -AccessToken $accessToken `
+ -DoNotPublishRunbook
+
+ # Validate that the source control was created
+ Assert-NotNull $createdSourceControl "Failed to create VsoGit source control."
+
+ # Validate the source control properties
+ $propertiesToValidate = @("Name", "RepoUrl", "SourceType", "FolderPath")
+
+ foreach ($property in $propertiesToValidate)
+ {
+ Assert-AreEqual $sourceControl.$property $createdSourceControl.$property `
+ "'$property' of created source control does not match. Expected:$($sourceControl.$property) Actual: $($createdSourceControl.$property)"
+ }
+
+ # Enable PublishRunbook in the newly created source control
+ $updatedSourceControl = Update-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -PublishRunbook $true
+ $expectedPropertyValue = "True"
+ Assert-AreEqual $updatedSourceControl.PublishRunbook $expectedPropertyValue `
+ "'PublishRunbook' property does not match. Expected: $expectedPropertyValue. Actual: $($updatedSourceControl.PublishRunbook)"
+
+ # Start a sync for the source control
+ $jobId = "27dcdb17-1f65-42e9-9eeb-088a5f50eeb8"
+ Start-AzureRmAutomationSourceControlSyncJob -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -JobId $jobId
+
+ WaitForSourceControlSyncJobState -Name $sourceControl.Name -JobId $jobId -ExpectedState Completed
+
+ # Get the SourceControlSyncJob streams
+ $streams = Get-AzureRmAutomationSourceControlSyncJobOutput -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -JobId $jobId `
+ -Stream Output | % Summary
+
+ Assert-True {$streams.count -gt 0} "Failed to get Output stream via Get-AzureRmAutomationSourceControlSyncJobOutput "
+ }
+ finally
+ {
+ EnsureSourceControlDoesNotExist -Name $sourceControl.Name
+ }
+}
+
+function Test-CreateGitHubSourceControlAndSync
+{
+ # GitHub repo info
+ $sourceControl = $testReposInfo["GitHub"]
+
+ try
+ {
+ EnsureSourceControlDoesNotExist -Name $sourceControl.Name
+
+ # Access token
+ $accessToken = ConvertTo-SecureString -String $sourceControl.PersonalAccessToken -AsPlainText -Force
+
+ $createdSourceControl = New-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -RepoUrl $sourceControl.RepoUrl `
+ -Branch $sourceControl.Branch `
+ -SourceType $sourceControl.SourceType `
+ -FolderPath $sourceControl.FolderPath `
+ -AccessToken $accessToken `
+ -DoNotPublishRunbook
+
+ # Validate that the source control was created
+ Assert-NotNull $createdSourceControl "Failed to create VsoGit source control."
+
+ # Validate the source control properties
+ $propertiesToValidate = @("Name", "RepoUrl", "SourceType", "Branch", "FolderPath")
+
+ foreach ($property in $propertiesToValidate)
+ {
+ Assert-AreEqual $sourceControl.$property $createdSourceControl.$property `
+ "'$property' of created source control does not match. Expected:$($sourceControl.$property) Actual: $($createdSourceControl.$property)"
+ }
+
+ # Enable PublishRunbook in the newly created source control
+ $updatedSourceControl = Update-AzureRmAutomationSourceControl -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -PublishRunbook $true
+ $expectedPropertyValue = "True"
+ Assert-AreEqual $updatedSourceControl.PublishRunbook $expectedPropertyValue `
+ "'PublishRunbook' property does not match. Expected: $expectedPropertyValue. Actual: $($updatedSourceControl.PublishRunbook)"
+
+ # Start a sync for the source control
+ $jobId = "f7dd56e6-0da3-442a-b1c5-3027065c7786"
+ Start-AzureRmAutomationSourceControlSyncJob -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -JobId $jobId
+
+ WaitForSourceControlSyncJobState -Name $sourceControl.Name -JobId $jobId -ExpectedState Completed
+
+ # Get the SourceControlSyncJob streams
+ $streams = Get-AzureRmAutomationSourceControlSyncJobOutput -ResourceGroupName $resourceGroupName `
+ -AutomationAccountName $automationAccountName `
+ -Name $sourceControl.Name `
+ -JobId $jobId `
+ -Stream Output | % Summary
+
+ Assert-True {$streams.count -gt 0} "Failed to get Output stream via Get-AzureRmAutomationSourceControlSyncJobOutput "
+ }
+ finally
+ {
+ EnsureSourceControlDoesNotExist -Name $sourceControl.Name
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.cs b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.cs
new file mode 100644
index 000000000000..b432876c072a
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.cs
@@ -0,0 +1,168 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Commands.Automation.Test
+{
+ using Microsoft.Azure.Commands.Automation.Test;
+ using Microsoft.WindowsAzure.Commands.ScenarioTest;
+ using Microsoft.Azure.ServiceManagemenet.Common.Models;
+ using Xunit;
+
+ public class UpdateManagementTests : AutomationScenarioTestsBase
+ {
+ public XunitTracingInterceptor logger;
+
+ public UpdateManagementTests(Xunit.Abstractions.ITestOutputHelper output)
+ {
+ logger = new XunitTracingInterceptor(output);
+ XunitTracingInterceptor.AddToContext(logger);
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateWindowsOneTimeSUCWithDefaults()
+ {
+ RunPowerShellTest(logger, "Test-CreateWindowsOneTimeSoftwareUpdateConfigurationWithDefaults");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateLinuxOneTimeSUCWithDefaults()
+ {
+ RunPowerShellTest(logger, "Test-CreateLinuxOneTimeSoftwareUpdateConfigurationWithDefaults");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateWindowsOneTimeSUCWithAllOption()
+ {
+ RunPowerShellTest(logger, "Test-CreateWindowsOneTimeSoftwareUpdateConfigurationWithAllOption");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateLinuxOneTimeSUCWithAllOption()
+ {
+ RunPowerShellTest(logger, "Test-CreateLinuxOneTimeSoftwareUpdateConfigurationWithAllOption");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateLinuxOneTimeSUCNonAzureOnly()
+ {
+ RunPowerShellTest(logger, "Test-CreateLinuxOneTimeSoftwareUpdateConfigurationNonAzureOnly");
+ }
+
+ [Fact(Skip = "No recording generated")]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateLinuxOneTimeSUCNoTarget()
+ {
+ RunPowerShellTest(logger, "Test-CreateLinuxOneTimeSoftwareUpdateConfigurationNoTargets");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllSUCs()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateConfigurations");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllSUCsForVM()
+ {
+ RunPowerShellTest(logger, "Test-GetSoftwareUpdateConfigurationsForVM");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void DeleteSUC()
+ {
+ RunPowerShellTest(logger, "Test-DeleteSoftwareUpdateConfiguration");
+ }
+
+ [Fact(Skip = "Test needs to be re-recorded after issue https://github.com/Azure/azure-powershell/issues/7705 is fixed.")]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllRuns()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateRuns");
+ }
+
+ [Fact(Skip = "Test needs to be re-recorded after issue https://github.com/Azure/azure-powershell/issues/7705 is fixed.")]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllRunsWithFilters()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateRunsWithFilters");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllRunsWithFiltersNoResults()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateRunsWithFiltersNoResults");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllMachineRuns()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateMachineRuns");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllMachineRunsWithFilters()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateMachineRunsWithFilters");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void GetAllMachineRunsWithFiltersNoResults()
+ {
+ RunPowerShellTest(logger, "Test-GetAllSoftwareUpdateMachineRunsWithFiltersNoResults");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateLinuxWeeklySUC()
+ {
+ RunPowerShellTest(logger, "Test-CreateLinuxWeeklySoftwareUpdateConfiguration");
+ }
+
+ [Fact]
+ [Trait(Category.AcceptanceType, Category.CheckIn)]
+ [Trait(Category.Service, Category.Automation)]
+ public void CreateWindowsMonthlySUC()
+ {
+ RunPowerShellTest(logger, "Test-CreateWindowsMonthlySoftwareUpdateConfiguration");
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.ps1 b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.ps1
new file mode 100644
index 000000000000..27736182890f
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/ScenarioTests/UpdateManagementTests.ps1
@@ -0,0 +1,424 @@
+$rg = "mo-resources-eus"
+$aa = "mo-aaa-eus2"
+$azureVMIdsW = @(
+ "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01",
+ "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02"
+ )
+
+$azureVMIdsL = @(
+ "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01",
+ "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02"
+ )
+
+$nonAzurecomputers = @("server-01", "server-02")
+
+<#
+WaitForProvisioningState
+#>
+function WaitForProvisioningState() {
+ param([string] $Name, [string] $ExpectedState)
+
+ $waitTimeInSeconds = 2
+ $retries = 40
+
+ $jobCompleted = Retry-Function {
+ return (Get-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $Name).ProvisioningState -eq $ExpectedState } $null $retries $waitTimeInSeconds
+
+ Assert-True {$jobCompleted -gt 0} "Timout waiting for provisioning state to reach '$ExpectedState'"
+}
+
+<#
+Test-CreateWindowsOneTimeSoftwareUpdateConfigurationWithDefaults
+#>
+function Test-CreateWindowsOneTimeSoftwareUpdateConfigurationWithDefaults {
+ $name = "mo-onetime-01"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Windows `
+ -AzureVMResourceId $azureVMIdsW `
+ -Duration (New-TimeSpan -Hours 2)
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+
+ WaitForProvisioningState $name "Succeeded"
+}
+
+<#
+Test-CreateLinuxOneTimeSoftwareUpdateConfigurationWithDefaults
+#>
+function Test-CreateLinuxOneTimeSoftwareUpdateConfigurationWithDefaults {
+ $name = "mo-onetime-02"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Linux `
+ -AzureVMResourceId $azureVMIdsL `
+ -Duration (New-TimeSpan -Hours 2)
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+
+ WaitForProvisioningState $name "Succeeded"
+}
+
+<#
+Test-CreateWindowsOneTimeSoftwareUpdateConfigurationWithAllOption
+#>
+function Test-CreateWindowsOneTimeSoftwareUpdateConfigurationWithAllOption {
+ $name = "mo-onetime-03"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Windows `
+ -AzureVMResourceId $azureVMIdsW `
+ -NonAzureComputer $nonAzurecomputers `
+ -Duration (New-TimeSpan -Hours 2) `
+ -IncludedUpdateClassification Security,UpdateRollup `
+ -ExcludedKbNumber KB01,KB02 `
+ -IncludedKbNumber KB100
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+
+ WaitForProvisioningState $name "Failed"
+}
+
+<#
+Test-CreateLinuxOneTimeSoftwareUpdateConfigurationWithAllOption
+#>
+function Test-CreateLinuxOneTimeSoftwareUpdateConfigurationWithAllOption {
+ $name = "mo-onetime-04"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Linux `
+ -AzureVMResourceId $azureVMIdsL `
+ -NonAzureComputer $nonAzurecomputers `
+ -Duration (New-TimeSpan -Hours 2) `
+ -IncludedPackageClassification Security,Critical `
+ -ExcludedPackageNameMask Mask01,Mask02 `
+ -IncludedPackageNameMask Mask100
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+
+ WaitForProvisioningState $name "Failed"
+}
+
+<#
+Test-CreateLinuxOneTimeSoftwareUpdateConfigurationNonAzureOnly
+#>
+function Test-CreateLinuxOneTimeSoftwareUpdateConfigurationNonAzureOnly {
+ $name = "mo-onetime-05"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Linux `
+ -NonAzureComputer $nonAzurecomputers `
+ -Duration (New-TimeSpan -Hours 2) `
+ -IncludedPackageClassification Security,Critical `
+ -ExcludedPackageNameMask Mask01,Mask02 `
+ -IncludedPackageNameMask Mask100
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+
+ WaitForProvisioningState $name "Failed"
+}
+
+<#
+Test-CreateLinuxOneTimeSoftwareUpdateConfigurationNoTargets
+#>
+function Test-CreateLinuxOneTimeSoftwareUpdateConfigurationNoTargets {
+ $name = "mo-onetime-05"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ Assert-Throws {
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Linux `
+ -Duration (New-TimeSpan -Hours 2) `
+ -IncludedPackageClassification Security,Critical `
+ -ExcludedPackageNameMask Mask01,Mask02 `
+ -IncludedPackageNameMask Mask100 `
+ -PassThru -ErrorAction Stop
+ }
+}
+
+
+<#
+Test-GetAllSoftwareUpdateConfigurations
+#>
+function Test-GetAllSoftwareUpdateConfigurations {
+ $sucs = Get-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa
+ Assert-AreEqual $sucs.Count 7 "Get all software update configuration didn't retrieve the expected number of items"
+}
+
+
+<#
+Test-GetSoftwareUpdateConfigurationsForVM
+#>
+function Test-GetSoftwareUpdateConfigurationsForVM {
+ $sucs = Get-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -AzureVMResourceId $azureVMIdsW[0]
+ Assert-AreEqual $sucs.Count 2 "Get software update configurations for VM didn't return expected number of items"
+}
+
+
+<#
+Test-DeleteSoftwareUpdateConfiguration
+#>
+function Test-DeleteSoftwareUpdateConfiguration {
+ $name = "mo-delete-it"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -OneTime `
+ -StartTime $startTime `
+ -ForUpdate
+
+ New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Windows `
+ -AzureVMResourceId $azureVMIdsW `
+ -Duration (New-TimeSpan -Hours 2) `
+ -IncludedUpdateClassification Critical
+ WaitForProvisioningState $name "Succeeded"
+ Remove-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name
+ Wait-Seconds 5
+ Assert-Throws {
+ Get-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name
+ }
+}
+
+<#
+Test-GetAllSoftwareUpdateRuns
+#>
+function Test-GetAllSoftwareUpdateRuns {
+ $runs = Get-AzureRmAutomationSoftwareUpdateRun -ResourceGroupName $rg `
+ -AutomationAccountName $aa
+
+ Assert-AreEqual $runs.Count 13 "Get software update configurations runs didn't return expected number of items"
+}
+
+
+<#
+Test-GetAllSoftwareUpdateRunsWithFilters
+#>
+function Test-GetAllSoftwareUpdateRunsWithFilters {
+ $runs = Get-AzureRmAutomationSoftwareUpdateRun -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -OperatingSystem Windows `
+ -StartTime ([DateTime]::Parse("2018-05-22T16:40:00")) `
+ -Status Succeeded
+
+ Assert-AreEqual $runs.Count 2 "Get software update configurations runs with filters didn't return expected number of items"
+}
+
+<#
+Test-GetAllSoftwareUpdateRunsWithFiltersNoResults
+#>
+function Test-GetAllSoftwareUpdateRunsWithFiltersNoResults {
+ $runs = Get-AzureRmAutomationSoftwareUpdateRun -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -OperatingSystem Windows `
+ -StartTime ([DateTime]::Parse("2018-05-22T16:40:00.0000000-07:00")) `
+ -Status Failed
+
+ Assert-AreEqual $runs.Count 0 "Get software update configurations runs with filters and no results didn't return expected number of items"
+}
+
+
+<#
+Test-GetAllSoftwareUpdateMachineRuns
+#>
+function Test-GetAllSoftwareUpdateMachineRuns {
+ $runs = Get-AzureRmAutomationSoftwareUpdateMachineRun -ResourceGroupName $rg `
+ -AutomationAccountName $aa
+
+ Assert-AreEqual $runs.Count 18 "Get software update configurations machine runs didn't return expected number of items"
+}
+
+<#
+Test-GetAllSoftwareUpdateMachineRunsWithFilters
+#>
+function Test-GetAllSoftwareUpdateMachineRunsWithFilters {
+ $runs = Get-AzureRmAutomationSoftwareUpdateMachineRun -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -SoftwareUpdateRunId b4ec6c22-92bf-4f8a-b2d9-20d8446e618a `
+ -Status Succeeded `
+ -TargetComputer $azureVMIdsW[0]
+
+ Assert-AreEqual $runs.Count 1 "Get software update configurations machine runs with filters didn't return expected number of items"
+}
+
+<#
+Test-GetAllSoftwareUpdateMachineRunsWithFiltersNoResults
+#>
+function Test-GetAllSoftwareUpdateMachineRunsWithFiltersNoResults {
+ $runs = Get-AzureRmAutomationSoftwareUpdateMachineRun -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -SoftwareUpdateRunId b4ec6c22-92bf-4f8a-b2d9-20d8446e618a `
+ -Status Succeeded `
+ -TargetComputer foo
+
+ Assert-AreEqual $runs.Count 0 "Get software update configurations machine runs with filters and no results didn't return expected number of items"
+}
+
+<#
+Test-CreateLinuxWeeklySoftwareUpdateConfigurationWithDefaults
+#>
+function Test-CreateLinuxWeeklySoftwareUpdateConfiguration() {
+ $name = "mo-weekly-01"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $duration = New-TimeSpan -Hours 2
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -WeekInterval 1 `
+ -DaysOfWeek Friday `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Linux `
+ -AzureVMResourceId $azureVMIdsL `
+ -Duration $duration `
+ -IncludedPackageClassification Other,Security `
+ -ExcludedPackageNameMask @("Mask-exc-01", "Mask-exc-02")
+
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+ Assert-NotNull $suc.UpdateConfiguration "UpdateConfiguration of the software update configuration object is null"
+ Assert-NotNull $suc.ScheduleConfiguration "ScheduleConfiguration of the software update configuration object is null"
+ Assert-AreEqual $suc.ProvisioningState "Provisioning" "software update configuration provisioning state was not expected"
+ Assert-AreEqual $suc.UpdateConfiguration.OperatingSystem "Linux" "UpdateConfiguration Operating system is not expected"
+ Assert-AreEqual $suc.UpdateConfiguration.Duration $duration "UpdateConfiguration Duration is not expected"
+ Assert-AreEqual $suc.UpdateConfiguration.AzureVirtualMachines.Count 2 "UpdateConfiguration created doesn't have the correct number of azure virtual machines"
+ Assert-AreEqual $suc.UpdateConfiguration.NonAzureComputers.Count 0 "UpdateConfiguration doesn't have correct value of NonAzureComputers"
+ Assert-NotNull $suc.UpdateConfiguration.Linux "Linux property of UpdateConfiguration is null"
+ Assert-AreEqual $suc.UpdateConfiguration.Linux.IncludedPackageClassifications.Count 2 "Invalid UpdateConfiguration.Linux.IncludedPackageClassifications.Count"
+ Assert-AreEqual $suc.UpdateConfiguration.Linux.IncludedPackageClassifications[0] Security "Invalid value of UpdateConfiguration.Linux.IncludedPackageClassifications[0]"
+ Assert-AreEqual $suc.UpdateConfiguration.Linux.IncludedPackageClassifications[1] Other "Invalid value of UpdateConfiguration.Linux.IncludedPackageClassifications[1]"
+ Assert-AreEqual $suc.UpdateConfiguration.Linux.ExcludedPackageNameMasks.Count 2
+ Assert-AreEqual $suc.UpdateConfiguration.Linux.ExcludedPackageNameMasks[0] "Mask-exc-01"
+ Assert-AreEqual $suc.UpdateConfiguration.Linux.ExcludedPackageNameMasks[1] "Mask-exc-02"
+
+ WaitForProvisioningState $name "Succeeded"
+}
+
+<#
+Test-CreateWindowsMonthlySoftwareUpdateConfiguration
+#>
+function Test-CreateWindowsMonthlySoftwareUpdateConfiguration() {
+ $name = "mo-monthly-01"
+ $startTime = ([DateTime]::Now).AddMinutes(10)
+ $duration = New-TimeSpan -Hours 2
+ $s = New-AzureRmAutomationSchedule -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Name $name `
+ -Description test-OneTime `
+ -MonthInterval 1 `
+ -DaysOfMonth Two,Five `
+ -StartTime $startTime `
+ -ForUpdate
+
+ $suc = New-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName $rg `
+ -AutomationAccountName $aa `
+ -Schedule $s `
+ -Windows `
+ -AzureVMResourceId $azureVMIdsW `
+ -Duration $duration `
+ -IncludedUpdateClassification Critical,Security `
+ -ExcludedKbNumber @("KB-01", "KB-02")
+
+
+ Assert-NotNull $suc "New-AzureRmAutomationSoftwareUpdateConfiguration returned null"
+ Assert-AreEqual $suc.Name $name "Name of created software update configuration didn't match given name"
+ Assert-NotNull $suc.UpdateConfiguration "UpdateConfiguration of the software update configuration object is null"
+ Assert-NotNull $suc.ScheduleConfiguration "ScheduleConfiguration of the software update configuration object is null"
+ Assert-AreEqual $suc.ProvisioningState "Provisioning" "software update configuration provisioning state was not expected"
+ Assert-AreEqual $suc.UpdateConfiguration.OperatingSystem "Windows" "UpdateConfiguration Operating system is not expected"
+ Assert-AreEqual $suc.UpdateConfiguration.Duration $duration "UpdateConfiguration Duration is not expected"
+ Assert-AreEqual $suc.UpdateConfiguration.AzureVirtualMachines.Count 2 "UpdateConfiguration created doesn't have the correct number of azure virtual machines"
+ Assert-AreEqual $suc.UpdateConfiguration.NonAzureComputers.Count 0 "UpdateConfiguration doesn't have correct value of NonAzureComputers"
+ Assert-NotNull $suc.UpdateConfiguration.Windows "Linux property of UpdateConfiguration is null"
+ Assert-AreEqual $suc.UpdateConfiguration.Windows.IncludedUpdateClassifications.Count 2 "Invalid UpdateConfiguration.Linux.IncludedPackageClassifications.Count"
+ Assert-AreEqual $suc.UpdateConfiguration.Windows.IncludedUpdateClassifications[0] Critical "Invalid value of UpdateConfiguration.Linux.IncludedPackageClassifications[0]"
+ Assert-AreEqual $suc.UpdateConfiguration.Windows.IncludedUpdateClassifications[1] Security "Invalid value of UpdateConfiguration.Linux.IncludedPackageClassifications[1]"
+ Assert-AreEqual $suc.UpdateConfiguration.Windows.ExcludedKbNumbers.Count 2
+ Assert-AreEqual $suc.UpdateConfiguration.Windows.ExcludedKbNumbers[0] "KB-01"
+ Assert-AreEqual $suc.UpdateConfiguration.Windows.ExcludedKbNumbers[1] "KB-02"
+
+ WaitForProvisioningState $name "Succeeded"
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.HybridWorkerGroupTests/E2EHybridWorkerGroup.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.HybridWorkerGroupTests/E2EHybridWorkerGroup.json
new file mode 100644
index 000000000000..a4e3da6ea923
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.HybridWorkerGroupTests/E2EHybridWorkerGroup.json
@@ -0,0 +1,212 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/hybridRunbookWorkerGroups/test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL2h5YnJpZFJ1bmJvb2tXb3JrZXJHcm91cHMvdGVzdD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3b01dc04-88a2-47be-83bb-2d44592efc56"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/hybridRunbookWorkerGroups/test\",\r\n \"name\": \"test\",\r\n \"hybridRunbookWorkers\": [\r\n {\r\n \"name\": \"tsdemovm2\",\r\n \"ip\": \"10.0.0.5\",\r\n \"registrationTime\": \"2018-10-26T10:11:18.3617962-07:00\",\r\n \"lastSeenDateTime\": \"2018-10-26T10:12:10.83-07:00\",\r\n \"azureResourceId\": null\r\n }\r\n ],\r\n \"credential\": {\r\n \"name\": null\r\n },\r\n \"groupType\": \"User\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "443"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3b01dc04-88a2-47be-83bb-2d44592efc56"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "8c74c64e-cefe-4ee2-b05d-b6c700fc198b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181026T171227Z:8c74c64e-cefe-4ee2-b05d-b6c700fc198b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 26 Oct 2018 17:12:26 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/hybridRunbookWorkerGroups/test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL2h5YnJpZFJ1bmJvb2tXb3JrZXJHcm91cHMvdGVzdD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "942821aa-0786-42ff-a973-b5e1ca2ad852"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Hybrid Worker Group not found\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "61"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "942821aa-0786-42ff-a973-b5e1ca2ad852"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "dce83141-457a-4132-8704-a40177343965"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181026T171228Z:dce83141-457a-4132-8704-a40177343965"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 26 Oct 2018 17:12:27 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/hybridRunbookWorkerGroups/test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL2h5YnJpZFJ1bmJvb2tXb3JrZXJHcm91cHMvdGVzdD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "82959caf-fd15-4dc2-9728-49fcd537afd9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "82959caf-fd15-4dc2-9728-49fcd537afd9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "2db15de0-d269-4880-aed5-a27e1e46b6bc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181026T171228Z:2db15de0-d269-4880-aed5-a27e1e46b6bc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 26 Oct 2018 17:12:27 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "52d8cf1b-bcac-493a-bbae-f234b5ff38b0"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestCreateRunbookGraph.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestCreateRunbookGraph.json
new file mode 100644
index 000000000000..c3c8127b614b
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestCreateRunbookGraph.json
@@ -0,0 +1,587 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMT9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e891add1-ab6d-441e-b2d8-9a34737d1fad"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "d6efba02-92ca-4b55-926d-6f81546fb1c6"
+ ],
+ "x-ms-request-id": [
+ "e891add1-ab6d-441e-b2d8-9a34737d1fad"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "1b561488-52fc-4eed-b098-b60900ee5bb7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213903Z:1b561488-52fc-4eed-b098-b60900ee5bb7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:03 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "611"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/d6efba02-92ca-4b55-926d-6f81546fb1c6\",\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMT9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "aeb738d3-9cff-44ff-a311-4e24f906030c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "d6efba02-92ca-4b55-926d-6f81546fb1c6"
+ ],
+ "x-ms-request-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "39090a52-0697-4ca0-8ec0-73d33610f44a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213903Z:39090a52-0697-4ca0-8ec0-73d33610f44a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:03 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "611"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/d6efba02-92ca-4b55-926d-6f81546fb1c6\",\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9SQi1HcmFwaGljYWwtMDE/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c9bac516-4e0a-420e-970a-bff54f5e0d39"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "2f6fc053-7c75-42d8-8244-fc63e9ac653c"
+ ],
+ "x-ms-correlation-request-id": [
+ "2f6fc053-7c75-42d8-8244-fc63e9ac653c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213903Z:2f6fc053-7c75-42d8-8244-fc63e9ac653c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:03 GMT"
+ ],
+ "Content-Length": [
+ "205"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01' under resource group 'PSCmdletTest-RG' was not found.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9SQi1HcmFwaGljYWwtMDE/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a18ba001-b028-43a1-aef4-cbbbb1100eb2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "1319c95d-ec81-427e-bab5-409476672786"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213904Z:1319c95d-ec81-427e-bab5-409476672786"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:04 GMT"
+ ],
+ "ETag": [
+ "\"636773099444000000\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "707"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01\",\r\n \"name\": \"RB-Graphical-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": \"\\\"636773099444000000\\\"\",\r\n \"properties\": {\r\n \"description\": \"Test Graph runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"Graph\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:39:04.4-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:39:04.4-08:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9SQi1HcmFwaGljYWwtMDE/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8a6b2ff4-30a3-44ca-9dcc-1962e054ef87"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "bf1ca908-2876-4bf4-bc97-97c484767712"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "bf1ca908-2876-4bf4-bc97-97c484767712"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "d2ff0cee-e2f8-44fc-af10-2957af09342e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213904Z:d2ff0cee-e2f8-44fc-af10-2957af09342e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:04 GMT"
+ ],
+ "ETag": [
+ "\"636773099444000000\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "707"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01\",\r\n \"name\": \"RB-Graphical-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": \"\\\"636773099444000000\\\"\",\r\n \"properties\": {\r\n \"description\": \"Test Graph runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"Graph\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:39:04.4-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:39:04.4-08:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9SQi1HcmFwaGljYWwtMDE/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9a4386fc-04bb-4bf2-a95d-68f3e358aab3"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "890c70ad-e6a4-4679-a59e-910ebf363dc1"
+ ],
+ "x-ms-correlation-request-id": [
+ "890c70ad-e6a4-4679-a59e-910ebf363dc1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213905Z:890c70ad-e6a4-4679-a59e-910ebf363dc1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:04 GMT"
+ ],
+ "Content-Length": [
+ "205"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01' under resource group 'PSCmdletTest-RG' was not found.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9SQi1HcmFwaGljYWwtMDE/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"runbookType\": \"Graph\",\r\n \"draft\": {\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"description\": \"Test Graph runbook\"\r\n },\r\n \"name\": \"RB-Graphical-01\",\r\n \"location\": \"westcentralus\"\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "657c6bb3-d896-4bb9-9a8c-a384a94f85d0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "342"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ecd1e764-03c4-4293-af37-32b1c64fbf0a"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "65a40401-e854-47b0-afd3-40d12f7eae76"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213904Z:65a40401-e854-47b0-afd3-40d12f7eae76"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:04 GMT"
+ ],
+ "ETag": [
+ "\"636773099444000000\""
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "707"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01\",\r\n \"name\": \"RB-Graphical-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": \"\\\"636773099444000000\\\"\",\r\n \"properties\": {\r\n \"description\": \"Test Graph runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"Graph\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:39:04.4-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:39:04.4-08:00\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/RB-Graphical-01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9SQi1HcmFwaGljYWwtMDE/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "465eaa9d-81b0-4ab4-9fb6-37991f5f8235"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "92a7a10b-eb83-408e-8e70-0b936a68046d"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "92a7a10b-eb83-408e-8e70-0b936a68046d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "8b216107-7ea8-48d9-bfba-067100113012"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213905Z:8b216107-7ea8-48d9-bfba-067100113012"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:04 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestImportAndDeleteRunbookGraphical.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestImportAndDeleteRunbookGraphical.json
new file mode 100644
index 000000000000..77f42197dc99
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestImportAndDeleteRunbookGraphical.json
@@ -0,0 +1,1027 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMT9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a790a772-b8cb-4fa5-a1f3-3f3e4dc3f0b0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "d6efba02-92ca-4b55-926d-6f81546fb1c6"
+ ],
+ "x-ms-request-id": [
+ "a790a772-b8cb-4fa5-a1f3-3f3e4dc3f0b0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11982"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2b27389-b060-4d52-8499-90bb4248a746"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213759Z:a2b27389-b060-4d52-8499-90bb4248a746"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:59 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "611"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/d6efba02-92ca-4b55-926d-6f81546fb1c6\",\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMT9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f2ec8646-a685-4a79-a438-36f5e18e450b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "d6efba02-92ca-4b55-926d-6f81546fb1c6"
+ ],
+ "x-ms-request-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11980"
+ ],
+ "x-ms-correlation-request-id": [
+ "e4719660-9ee5-4074-a095-2bf4811f8aa4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213759Z:e4719660-9ee5-4074-a095-2bf4811f8aa4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:59 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "611"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/d6efba02-92ca-4b55-926d-6f81546fb1c6\",\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "40c4f7ac-c024-4b06-9fa7-8e7d060d26eb"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "00abcd93-6339-4a89-a53b-dd43128fb910"
+ ],
+ "x-ms-correlation-request-id": [
+ "00abcd93-6339-4a89-a53b-dd43128fb910"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213759Z:00abcd93-6339-4a89-a53b-dd43128fb910"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:59 GMT"
+ ],
+ "Content-Length": [
+ "210"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical' under resource group 'PSCmdletTest-RG' was not found.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c43bdbb1-2a20-47df-84a9-501a6ef7af30"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11979"
+ ],
+ "x-ms-correlation-request-id": [
+ "42996014-4eaa-4521-8d60-40fb7d91101f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213800Z:42996014-4eaa-4521-8d60-40fb7d91101f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:38:00 GMT"
+ ],
+ "ETag": [
+ "\"636773098802900000\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "748"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical\",\r\n \"name\": \"TestRunbook-Grapical\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"etag\": \"\\\"636773098802900000\\\"\",\r\n \"properties\": {\r\n \"description\": \"Graphical Tutorial runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"Graph\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:38:00.29-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:38:00.29-08:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a0a989cb-89f3-4267-869a-703aa98bfbaa"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11974"
+ ],
+ "x-ms-correlation-request-id": [
+ "e39a00f2-f68a-441e-b9bf-a8aef2305d44"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213901Z:e39a00f2-f68a-441e-b9bf-a8aef2305d44"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:01 GMT"
+ ],
+ "ETag": [
+ "\"636773099115700000\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "754"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical\",\r\n \"name\": \"TestRunbook-Grapical\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"etag\": \"\\\"636773099115700000\\\"\",\r\n \"properties\": {\r\n \"description\": \"Graphical Tutorial runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"Graph\",\r\n \"parameters\": {},\r\n \"state\": \"Published\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:38:00.29-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:38:31.57-08:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9f56f971-1719-4176-8839-5f8a0f464ab2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "dfe3709b-3615-4a0b-8f0d-b253316598e6"
+ ],
+ "x-ms-correlation-request-id": [
+ "dfe3709b-3615-4a0b-8f0d-b253316598e6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213903Z:dfe3709b-3615-4a0b-8f0d-b253316598e6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:02 GMT"
+ ],
+ "Content-Length": [
+ "210"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical' under resource group 'PSCmdletTest-RG' was not found.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"runbookType\": \"Graph\",\r\n \"draft\": {\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"description\": \"Graphical Tutorial runbook\"\r\n },\r\n \"name\": \"TestRunbook-Grapical\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9ffd422c-f853-484c-b86a-9a6af409ae57"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "402"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "fa4fbfc1-f1e3-4ad6-becb-0348d273c405"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "14029c56-1635-4922-a167-24905f23ed6c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213800Z:14029c56-1635-4922-a167-24905f23ed6c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:38:00 GMT"
+ ],
+ "ETag": [
+ "\"636773098802900000\""
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "748"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical\",\r\n \"name\": \"TestRunbook-Grapical\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"etag\": \"\\\"636773098802900000\\\"\",\r\n \"properties\": {\r\n \"description\": \"Graphical Tutorial runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"Graph\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:38:00.29-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:38:00.29-08:00\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/content?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbC9kcmFmdC9jb250ZW50P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"SchemaVersion\": \"1.7\",\r\n \"RunbookDefinition\": \"AAEAAAD/////AQAAAAAAAAAMAgAAAFZPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbAUBAAAALE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuR3JhcGhSdW5ib29rBQAAAApwYXJhbWV0ZXJzCmFjdGl2aXRpZXMFbGlua3MIY29tbWVudHMLb3V0cHV0VHlwZXMDAwMDA6YBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXaUBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5LCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1doQFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuTGluaywgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXaQBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbW1lbnQsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV1/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQIAAAAJAwAAAAkEAAAACQUAAAAJBgAAAAkHAAAABAMAAACmAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXIsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAACtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcltdAgAAAAgICQgAAAAAAAAAAAAAAAQEAAAApQFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQWN0aXZpdHksIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAACpPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5W10CAAAACAgJCQAAAAcAAAAHAAAABAUAAAChAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAmT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rW10CAAAACAgJCgAAAAUAAAAFAAAABAYAAACkAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tZW50LCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAApT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tZW50W10CAAAACAgJCwAAAAAAAAAAAAAABAcAAAB/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQMAAAAGX2l0ZW1zBV9zaXplCF92ZXJzaW9uBgAACAgJDAAAAAAAAAAAAAAABwgAAAAAAQAAAAAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAcJAAAAAAEAAAAIAAAABChPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5AgAAAAkNAAAACQ4AAAAJDwAAAAkQAAAACREAAAAJEgAAAAkTAAAACgcKAAAAAAEAAAAIAAAABCRPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkxpbmsCAAAACRQAAAAJFQAAAAkWAAAACRcAAAAJGAAAAA0DBwsAAAAAAQAAAAAAAAAEJ09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29tbWVudAIAAAARDAAAAAAAAAAFDQAAAC9PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbW1hbmRBY3Rpdml0eQwAAAAcPENvbW1hbmRUeXBlPmtfX0JhY2tpbmdGaWVsZDRJbnZvY2F0aW9uQWN0aXZpdHkrPFBhcmFtZXRlclNldE5hbWU+a19fQmFja2luZ0ZpZWxkLkludm9jYXRpb25BY3Rpdml0eSs8UGFyYW1ldGVycz5rX19CYWNraW5nRmllbGQ0SW52b2NhdGlvbkFjdGl2aXR5KzxDdXN0b21QYXJhbWV0ZXJzPmtfX0JhY2tpbmdGaWVsZDNJbnZvY2F0aW9uQWN0aXZpdHkrPENoZWNrcG9pbnRBZnRlcj5rX19CYWNraW5nRmllbGQiTG9vcGFibGVBY3Rpdml0eStsb29wRXhpdENvbmRpdGlvbitMb29wYWJsZUFjdGl2aXR5KzxMb29wRGVsYXk+a19fQmFja2luZ0ZpZWxkHkFjdGl2aXR5KzxOYW1lPmtfX0JhY2tpbmdGaWVsZCJBY3Rpdml0eSs8RW50aXR5SWQ+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblg+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblk+a19fQmFja2luZ0ZpZWxkJUFjdGl2aXR5KzxEZXNjcmlwdGlvbj5rX19CYWNraW5nRmllbGQEAQMBAAQEBAEAAAEzT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tYW5kQWN0aXZpdHlUeXBlAgAAANkCU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuRGljdGlvbmFyeWAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dASlPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbgIAAAA3T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25zdGFudFZhbHVlRGVzY3JpcHRvcgIAAAA7T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5BY3Rpdml0eU5hbWUCAAAACAgCAAAACRkAAAAGGgAAABtTZXJ2aWNlUHJpbmNpcGFsQ2VydGlmaWNhdGUJGwAAAAYcAAAAAAAJHQAAAAkeAAAACR8AAAAGIAAAACQ1MDI5ZWMwZS02YmJmLTRhOWUtYjUyZC0wYjZkYjJlMWIxOGEYAQAAlgAAAAYhAAAAGUF1dGhlbnRpY2F0ZSB0byBBenVyZSBBUk0BDgAAAA0AAAAJIgAAAAYjAAAAB0RlZmF1bHQJJAAAAAYlAAAAEy1FcnJvckFjdGlvbiBJZ25vcmUACSYAAAAJJwAAAAkoAAAABikAAAAkOWM5YTRiN2ItM2MwOC00ZjkzLWI5MjgtY2RiNDllNDUyZTRmGAEAADwAAAAGKgAAAEhHZXQgdGhlIEF6dXJlUnVuQXNDb25uZWN0aW9uIHdpdGggZGF0YSBmb3IgYXV0aGVudGljYXRpbmcgd2l0aCBBenVyZSBBUk0BDwAAAA0AAAAJKwAAAAkcAAAACS0AAAAJHAAAAAAJLwAAAAkwAAAACTEAAAAGMgAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEYAQAA8AAAAAYzAAAAMUdldCB0aGUgQXp1cmUgcmVzb3VyY2UgZ3JvdXBzIGluIHRoZSBzdWJzY3JpcHRpb24BEAAAAA0AAAAJNAAAAAY1AAAAMUxpc3RzIHRoZSByZXNvdXJjZXMgYmFzZWQgb24gdGhlIHNwZWNpZmllZCBzY29wZS4JNgAAAAkcAAAAAAk4AAAACTkAAAAJOgAAAAY7AAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMBgBAABKAQAABjwAAAAtR2V0IHRoZSBBenVyZSByZXNvdXJjZXMgaW4gdGhlIHJlc291cmNlIGdyb3VwAREAAAANAAAACT0AAAAGPgAAAAtOb0V4Y2VwdGlvbgk/AAAACRwAAAAACUEAAAAJQgAAAAlDAAAABkQAAAAkYTBlZTllMTctYWUxYi00NDljLWI1MDItOWUzMjM4NWFiMDRk4AEAAG4AAAAJHAAAAAUSAAAANk9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuV29ya2Zsb3dTY3JpcHRBY3Rpdml0eQsAAAAWPEJlZ2luPmtfX0JhY2tpbmdGaWVsZBg8UHJvY2Vzcz5rX19CYWNraW5nRmllbGQUPEVuZD5rX19CYWNraW5nRmllbGQgPENoZWNrcG9pbnRBZnRlcj5rX19CYWNraW5nRmllbGQiTG9vcGFibGVBY3Rpdml0eStsb29wRXhpdENvbmRpdGlvbitMb29wYWJsZUFjdGl2aXR5KzxMb29wRGVsYXk+a19fQmFja2luZ0ZpZWxkHkFjdGl2aXR5KzxOYW1lPmtfX0JhY2tpbmdGaWVsZCJBY3Rpdml0eSs8RW50aXR5SWQ+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblg+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblk+a19fQmFja2luZ0ZpZWxkJUFjdGl2aXR5KzxEZXNjcmlwdGlvbj5rX19CYWNraW5nRmllbGQBAQEABAQEAQAAAQEpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb24CAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29uc3RhbnRWYWx1ZURlc2NyaXB0b3ICAAAAO09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuQWN0aXZpdHlOYW1lAgAAAAgIAgAAAAkcAAAABkYAAADjBDwjCi5TWU5PUFNJUwpUaGlzIHJ1bmJvb2sgc2hvd3MgaG93IHRvIGF1dGhlbnRpY2F0ZSB0byBBenVyZSB3aXRoIHRoZSBSdW4gQXMgYWNjb3VudC4gIEl0IGFsc28gaG93IHRvIG1hbmFnZSBhbiBBenVyZSByZXNvdXJjZSAtIGluIHRoaXMgY2FzZSwgZ2V0IGEgbGlzdCBvZiBBenVyZSBWTXMgaW4gdGhlIHN1YnNjcmlwdGlvbi4KCi5ERVNDUklQVElPTgpUaGlzIHJ1bmJvb2sgc2hvd3MgaG93IHRvIGF1dGhlbnRpY2F0ZSB0byBBenVyZSB3aXRoIHRoZSBSdW4gQXMgYWNjb3VudC4gIEl0IGFsc28gaG93IHRvIG1hbmFnZSBBenVyZSByZXNvdXJjZXMgLSBpbiB0aGlzIGNhc2UsIGdldCBhIGxpc3Qgb2YgYWxsIHJlc291cmNlcyBpbiB5b3VyIEF6dXJlIHN1YnNjcmlwdGlvbi4KCi5ERVBFTkRFTkNJRVMKICAtIE5vbmUKICAKLlJFUVVJUkVEIEFVVE9NQVRJT04gQVNTRVRTCiAgLSBBbiBBdXRvbWF0aW9uIGNvbm5lY3Rpb24gYXNzZXQgY2FsbGVkICJBenVyZVJ1bkFzQ29ubmVjdGlvbiIgdGhhdCBpcyBvZiB0eXBlIEF6dXJlU2VydmljZVByaW5jaXBhbAoKLk5PVEVTCiAgIEFVVEhPUjogQXp1cmUgQXV0b21hdGlvbiBUZWFtIAogICBMQVNURURJVDogMjAxNi00LTIwCiM+CRwAAAAACUgAAAAJSQAAAAlKAAAABksAAAAkYzE5ZTQ2YTMtZjdkYy00ZmMyLWEyNGQtYWM0ZjM1MjlmMGQ3WgAAADwAAAAGTAAAAB1SZWFkIHRoZSBjb21tZW50IGluIHRoZSBDb2RlIQETAAAAEgAAAAkcAAAABk4AAACRASJSZXNvdXJjZSAnIiArICRBY3Rpdml0eU91dHB1dFsnRmluZCBBenVyZSBSZXNvdXJjZXMnXS5SZXNvdXJjZU5hbWUgKyAiJyBvZiB0eXBlICciICsgJEFjdGl2aXR5T3V0cHV0WydGaW5kIEF6dXJlIFJlc291cmNlcyddLlJlc291cmNlVHlwZSArICInIgoJHAAAAAAJUAAAAAlRAAAACVIAAAAGUwAAACQ0YmQ5ZTcxNC05YzlhLTQwMzYtOTk5Ni0xZDlkMmYxMGI0M2IYAQAApAEAAAkcAAAABRQAAAAkT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rBgAAAA5saW5rU3RyZWFtVHlwZQljb25kaXRpb24cPERlc2NyaXB0aW9uPmtfX0JhY2tpbmdGaWVsZCw8RGVzdGluYXRpb25BY3Rpdml0eUVudGl0eUlkPmtfX0JhY2tpbmdGaWVsZBk8TGlua1R5cGU+a19fQmFja2luZ0ZpZWxkJzxTb3VyY2VBY3Rpdml0eUVudGl0eUlkPmtfX0JhY2tpbmdGaWVsZAMEAQEEAQxTeXN0ZW0uSW50MzIpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb24CAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuTGlua1R5cGUCAAAAAgAAAAgIAAAAAAlVAAAACRwAAAAGVwAAACQ1MDI5ZWMwZS02YmJmLTRhOWUtYjUyZC0wYjZkYjJlMWIxOGEFqP///zdPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkxpbmtUeXBlAQAAAAd2YWx1ZV9fAAgCAAAAAQAAAAZZAAAAJDljOWE0YjdiLTNjMDgtNGY5My1iOTI4LWNkYjQ5ZTQ1MmU0ZgEVAAAAFAAAAAgIAAAAAAlaAAAACRwAAAAGXAAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEBo////6j///8BAAAABl4AAAAkNTAyOWVjMGUtNmJiZi00YTllLWI1MmQtMGI2ZGIyZTFiMThhARYAAAAUAAAACAgAAAAACV8AAAAJHAAAAAZhAAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMAGe////qP///wEAAAAGYwAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEBFwAAABQAAAAICAAAAAAJZAAAAAkcAAAABmYAAAAkNGJkOWU3MTQtOWM5YS00MDM2LTk5OTYtMWQ5ZDJmMTBiNDNiAZn///+o////AQAAAAZoAAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMAEYAAAAFAAAAAgIAAAAAAlpAAAACRwAAAAGawAAACRhMGVlOWUxNy1hZTFiLTQ0OWMtYjUwMi05ZTMyMzg1YWIwNGQBlP///6j///8AAAAABm0AAAAkOWM5YTRiN2ItM2MwOC00ZjkzLWI5MjgtY2RiNDllNDUyZTRmBRkAAAAzT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tYW5kQWN0aXZpdHlUeXBlAwAAACM8SW5wdXRQYXJhbWV0ZXJTZXRzPmtfX0JhY2tpbmdGaWVsZBw8Q29tbWFuZE5hbWU+a19fQmFja2luZ0ZpZWxkGzxNb2R1bGVOYW1lPmtfX0JhY2tpbmdGaWVsZAMBAakBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldCwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQIAAAAJbgAAAAZvAAAAEkFkZC1BenVyZVJtQWNjb3VudAZwAAAAD0F6dXJlUk0uUHJvZmlsZQQbAAAA2QJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5EaWN0aW9uYXJ5YDJbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdLFtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LklWYWx1ZURlc2NyaXB0b3IsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0EAAAAB1ZlcnNpb24IQ29tcGFyZXIISGFzaFNpemUNS2V5VmFsdWVQYWlycwADAAMIywFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5PYmplY3RFcXVhbGl0eUNvbXBhcmVyYDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQjdAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dW10EAAAACXEAAAAHAAAACXIAAAAFHQAAAClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbgIAAAAKZXhwcmVzc2lvbhU8TW9kZT5rX19CYWNraW5nRmllbGQBBC1PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbk1vZGUCAAAAAgAAAAkcAAAABYz///8tT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb25Nb2RlAQAAAAd2YWx1ZV9fAAgCAAAAAQAAAAUeAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29uc3RhbnRWYWx1ZURlc2NyaXB0b3IBAAAAFjxWYWx1ZT5rX19CYWNraW5nRmllbGQCAgAAAAgMAAAAAAAAAAAFHwAAADtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkFjdGl2aXR5TmFtZQEAAAAaQ2FzZUluc2Vuc2l0aXZlTmFtZWAxK25hbWUBAgAAAAZ1AAAADkxvZ2luIHRvIEF6dXJlASIAAAAZAAAACXYAAAAGdwAAABhHZXQtQXV0b21hdGlvbkNvbm5lY3Rpb24JHAAAAAEkAAAAGwAAAAEAAAAJcQAAAAMAAAAJegAAAAEmAAAAHQAAAAkcAAAAAYT///+M////AQAAAAEnAAAAHgAAAAgMAAAAAAAAAAABKAAAAB8AAAAGfQAAABVHZXQgUnVuIEFzIENvbm5lY3Rpb24BKwAAABkAAAAJfgAAAAZ/AAAAGEdldC1BenVyZVJtUmVzb3VyY2VHcm91cAaAAAAAEUF6dXJlUk0uUmVzb3VyY2VzBC0AAADZAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkRpY3Rpb25hcnlgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQMAAAAHVmVyc2lvbghDb21wYXJlcghIYXNoU2l6ZQADAAjLAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLk9iamVjdEVxdWFsaXR5Q29tcGFyZXJgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dCAAAAAAJcQAAAAAAAAABLwAAAB0AAAAJHAAAAAF9////jP///wEAAAABMAAAAB4AAAAIDAAAAAAAAAAAATEAAAAfAAAABoQAAAAZR2V0IEF6dXJlIFJlc291cmNlIEdyb3VwcwE0AAAAGQAAAAmFAAAABoYAAAAURmluZC1BenVyZVJtUmVzb3VyY2UGhwAAABFBenVyZVJNLlJlc291cmNlcwE2AAAAGwAAAAEAAAAJcQAAAAMAAAAJiQAAAAE4AAAAHQAAAAkcAAAAAXX///+M////AQAAAAE5AAAAHgAAAAgMAAAAAAAAAAABOgAAAB8AAAAGjAAAABRGaW5kIEF6dXJlIFJlc291cmNlcwE9AAAAGQAAAAmNAAAABo4AAAALV3JpdGUtRXJyb3IGjwAAABxNaWNyb3NvZnQuUG93ZXJTaGVsbC5VdGlsaXR5AT8AAAAbAAAAAQAAAAlxAAAAAwAAAAmRAAAAAUEAAAAdAAAACRwAAAABbf///4z///8BAAAAAUIAAAAeAAAACAwAAAAAAAAAAAFDAAAAHwAAAAaUAAAAIldyaXRlIEVycm9yIC0gQ29ubmVjdGlvbiBOb3QgRm91bmQBSAAAAB0AAAAJHAAAAAFq////jP///wEAAAABSQAAAB4AAAAIDAAAAAAAAAAAAUoAAAAfAAAABpcAAAAHUkVBRCBNRQFQAAAAHQAAAAkcAAAAAWf///+M////AQAAAAFRAAAAHgAAAAgMAAAAAAAAAAABUgAAAB8AAAAGmgAAABdXcml0ZSBPdXQgTmFtZSBhbmQgVHlwZQFVAAAAHQAAAAkcAAAAAWT///+M////AQAAAAFaAAAAHQAAAAkcAAAAAWP///+M////AQAAAAFfAAAAHQAAAAkcAAAAAWL///+M////AQAAAAFkAAAAHQAAAAkcAAAAAWH///+M////AQAAAAFpAAAAHQAAAAagAAAAKyghJEFjdGl2aXR5T3V0cHV0WydHZXQgUnVuIEFzIENvbm5lY3Rpb24nXSkBX////4z///8AAAAABG4AAACpAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAAC5PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldFtdAgAAAAgICaIAAAAGAAAABgAAAARxAAAAywFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5PYmplY3RFcXVhbGl0eUNvbXBhcmVyYDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQAAAAAHcgAAAAABAAAABAAAAAPbAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dBF3////bAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAgAAAANrZXkFdmFsdWUEBDxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUCAAAAPU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQWN0aXZpdHlPdXRwdXRWYWx1ZURlc2NyaXB0b3ICAAAACaQAAAAJpQAAAAFa////Xf///wmnAAAACagAAAABV////13///8JqgAAAAmrAAAAAVT///9d////Ca0AAAAJrgAAAAF2AAAAbgAAAAmvAAAAAQAAAAEAAAAHegAAAAABAAAAAQAAAAPbAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAVD///9d////CbEAAAAJsgAAAAF+AAAAbgAAAAmzAAAAAgAAAAIAAAABhQAAAG4AAAAJtAAAAAMAAAADAAAAB4kAAAAAAQAAAAEAAAAD2wJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5LZXlWYWx1ZVBhaXJgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQFL////Xf///wm2AAAACbcAAAABjQAAAG4AAAAJuAAAAAMAAAADAAAAB5EAAAAAAQAAAAEAAAAD2wJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5LZXlWYWx1ZVBhaXJgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQFH////Xf///wm6AAAACbsAAAAHogAAAAABAAAACAAAAAQsT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQCAAAACbwAAAAJvQAAAAm+AAAACb8AAAAJwAAAAAnBAAAADQIFpAAAADxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUBAAAAGkNhc2VJbnNlbnNpdGl2ZU5hbWVgMStuYW1lAQIAAAAGwgAAAA1BcHBsaWNhdGlvbklkBaUAAAA9T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5BY3Rpdml0eU91dHB1dFZhbHVlRGVzY3JpcHRvcgIAAAAdPEFjdGl2aXR5TmFtZT5rX19CYWNraW5nRmllbGQaPEZpZWxkUGF0aD5rX19CYWNraW5nRmllbGQEAztPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkFjdGl2aXR5TmFtZQIAAAAPU3lzdGVtLlN0cmluZ1tdAgAAAAnDAAAACcQAAAABpwAAAKQAAAAGxQAAABVDZXJ0aWZpY2F0ZVRodW1icHJpbnQBqAAAAKUAAAAJxgAAAAnHAAAAAaoAAACkAAAABsgAAAAQU2VydmljZVByaW5jaXBhbAGrAAAAHgAAAAgBAQGtAAAApAAAAAbJAAAACFRlbmFudElkAa4AAAClAAAACcoAAAAJywAAAAevAAAAAAEAAAAEAAAABCxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAIAAAAJzAAAAA0DAbEAAACkAAAABs0AAAAETmFtZQGyAAAAHgAAAAbOAAAAFEF6dXJlUnVuQXNDb25uZWN0aW9uB7MAAAAAAQAAAAQAAAAELE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyU2V0AgAAAAnPAAAACdAAAAANAge0AAAAAAEAAAAEAAAABCxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAIAAAAJ0QAAAAnSAAAACdMAAAAKAbYAAACkAAAABtQAAAAZUmVzb3VyY2VHcm91cE5hbWVDb250YWlucwG3AAAApQAAAAnVAAAACdYAAAAHuAAAAAABAAAABAAAAAQsT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQCAAAACdcAAAAJ2AAAAAnZAAAACgG6AAAApAAAAAbaAAAAB01lc3NhZ2UFuwAAAENPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBvd2VyU2hlbGxFeHByZXNzaW9uVmFsdWVEZXNjcmlwdG9yAQAAAApleHByZXNzaW9uAQIAAAAG2wAAALYBIlRoZSBDb25uZWN0aW9uIGFzc2V0IG5hbWVkICdBenVyZVJ1bkFzQ29ubmVjdGlvbicgY291bGQgbm90IGJlIGZvdW5kIGluIHRoaXMgQXV0b21hdGlvbiBhY2NvdW50LiAgQXNzdXJlIHRoYXQgdGhlIEF6dXJlIFJ1biBBcyBhY2NvdW50IGhhcyBiZWVuIGNyZWF0ZWQgZm9yIHRoaXMgQXV0b21hdGlvbiBhY2NvdW50LiIFvAAAACxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAMAAAAVPE5hbWU+a19fQmFja2luZ0ZpZWxkHzxPdXRwdXRUeXBlTmFtZT5rX19CYWNraW5nRmllbGQbPFBhcmFtZXRlcnM+a19fQmFja2luZ0ZpZWxkAQEDpgFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAgAAAAbcAAAABFVzZXIKCd0AAAABvQAAALwAAAAG3gAAABtTZXJ2aWNlUHJpbmNpcGFsQ2VydGlmaWNhdGUKCd8AAAABvgAAALwAAAAG4AAAABBTZXJ2aWNlUHJpbmNpcGFsCgnhAAAAAb8AAAC8AAAABuIAAAAQU3Vic2NyaXB0aW9uTmFtZQoJ4wAAAAHAAAAAvAAAAAbkAAAAC0FjY2Vzc1Rva2VuCgnlAAAAAcEAAAC8AAAABuYAAAAOU3Vic2NyaXB0aW9uSWQKCecAAAABwwAAAB8AAAAG6AAAABVHZXQgUnVuIEFzIENvbm5lY3Rpb24RxAAAAAEAAAAG6QAAAA1BcHBsaWNhdGlvbklkAcYAAAAfAAAABuoAAAAVR2V0IFJ1biBBcyBDb25uZWN0aW9uEccAAAABAAAABusAAAAVQ2VydGlmaWNhdGVUaHVtYnByaW50AcoAAAAfAAAABuwAAAAVR2V0IFJ1biBBcyBDb25uZWN0aW9uEcsAAAABAAAABu0AAAAIVGVuYW50SWQBzAAAALwAAAAG7gAAAAdEZWZhdWx0CgnvAAAAAc8AAAC8AAAABvAAAAApTGlzdHMgdGhlIHJlc291cmNlIGdyb3VwIGJhc2VkIGluIHRoZSBJZC4KCfEAAAAB0AAAALwAAAAG8gAAACtMaXN0cyB0aGUgcmVzb3VyY2UgZ3JvdXAgYmFzZWQgaW4gdGhlIG5hbWUuCgnzAAAAAdEAAAC8AAAABvQAAABFTGlzdHMgdGhlIHJlc291cmNlcyBiYXNlZCBvbiB0aGUgc3BlY2lmaWVkIHNjb3BlIGF0IHRoZSB0ZW5hbnQgbGV2ZWwuCgn1AAAAAdIAAAC8AAAABvYAAAAxR2V0IGEgcmVzb3VyY2VzIHVzaW5nIGEgbXVsdGktc3Vic2NyaXB0aW9uIHF1ZXJ5LgoJ9wAAAAHTAAAAvAAAAAb4AAAAMUxpc3RzIHRoZSByZXNvdXJjZXMgYmFzZWQgb24gdGhlIHNwZWNpZmllZCBzY29wZS4KCfkAAAAB1QAAAB8AAAAG+gAAABlHZXQgQXp1cmUgUmVzb3VyY2UgR3JvdXBzEdYAAAABAAAABvsAAAARUmVzb3VyY2VHcm91cE5hbWUB1wAAALwAAAAG/AAAAAtOb0V4Y2VwdGlvbgoJ/QAAAAHYAAAAvAAAAAb+AAAADVdpdGhFeGNlcHRpb24KCf8AAAAB2QAAALwAAAAGAAEAAAtFcnJvclJlY29yZAoJAQEAAAHdAAAAAwAAAAkCAQAABAAAAAQAAAAB3wAAAAMAAAAJAwEAAAYAAAAGAAAAAeEAAAADAAAACQQBAAAHAAAABwAAAAHjAAAAAwAAAAkFAQAACQAAAAkAAAAB5QAAAAMAAAAJBgEAAAUAAAAFAAAAAecAAAADAAAACQcBAAAJAAAACQAAAAHvAAAAAwAAAAkIAQAAAQAAAAEAAAAB8QAAAAMAAAAJCQEAAAIAAAACAAAAAfMAAAADAAAACQoBAAACAAAAAgAAAAH1AAAAAwAAAAkLAQAACQAAAAkAAAAB9wAAAAMAAAAJDAEAAAsAAAALAAAAAfkAAAADAAAACQ0BAAALAAAACwAAAAH9AAAAAwAAAAkOAQAACQAAAAkAAAAB/wAAAAMAAAAJDwEAAAoAAAAKAAAAAQEBAAADAAAACRABAAAGAAAABgAAAAcCAQAAAAEAAAAEAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJEQEAAAkSAQAACRMBAAAJFAEAAAcDAQAAAAEAAAAIAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJFQEAAAkWAQAACRcBAAAJGAEAAAkZAQAACRoBAAANAgcEAQAAAAEAAAAIAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJGwEAAAkcAQAACR0BAAAJHgEAAAkfAQAACSABAAAJIQEAAAoHBQEAAAABAAAAEAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACSIBAAAJIwEAAAkkAQAACSUBAAAJJgEAAAknAQAACSgBAAAJKQEAAAkqAQAADQcHBgEAAAABAAAACAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACSsBAAAJLAEAAAktAQAACS4BAAAJLwEAAA0DBwcBAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAkwAQAACTEBAAAJMgEAAAkzAQAACTQBAAAJNQEAAAk2AQAACTcBAAAJOAEAAA0HBwgBAAAAAQAAAAQAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAk5AQAADQMHCQEAAAABAAAABAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACToBAAAJOwEAAA0CBwoBAAAAAQAAAAQAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAk8AQAACT0BAAANAgcLAQAAAAEAAAAQAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJPgEAAAk/AQAACUABAAAJQQEAAAlCAQAACUMBAAAJRAEAAAlFAQAACUYBAAANBwcMAQAAAAEAAAAQAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJRwEAAAlIAQAACUkBAAAJSgEAAAlLAQAACUwBAAAJTQEAAAlOAQAACU8BAAAJUAEAAAlRAQAADQUHDQEAAAABAAAAEAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACVIBAAAJUwEAAAlUAQAACVUBAAAJVgEAAAlXAQAACVgBAAAJWQEAAAlaAQAACVsBAAAJXAEAAA0FBw4BAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAldAQAACV4BAAAJXwEAAAlgAQAACWEBAAAJYgEAAAljAQAACWQBAAAJZQEAAA0HBw8BAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAlmAQAACWcBAAAJaAEAAAlpAQAACWoBAAAJawEAAAlsAQAACW0BAAAJbgEAAAlvAQAADQYHEAEAAAABAAAACAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACXABAAAJcQEAAAlyAQAACXMBAAAJdAEAAAl1AQAADQIFEQEAAClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgUAAAAdPERlZmF1bHRWYWx1ZT5rX19CYWNraW5nRmllbGQVPE5hbWU+a19fQmFja2luZ0ZpZWxkGTxPcHRpb25hbD5rX19CYWNraW5nRmllbGQZPFR5cGVOYW1lPmtfX0JhY2tpbmdGaWVsZBw8RGVzY3JpcHRpb24+a19fQmFja2luZ0ZpZWxkAgQAAQE8T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lAgAAAAECAAAACgl2AQAAAQZ3AQAAKVN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uUFNDcmVkZW50aWFsCgESAQAAEQEAAAoJeAEAAAEGeQEAAD1NaWNyb3NvZnQuQXp1cmUuQ29tbW9uLkF1dGhlbnRpY2F0aW9uLk1vZGVscy5BenVyZUVudmlyb25tZW50CgETAQAAEQEAAAoJegEAAAEGewEAAA1TeXN0ZW0uU3RyaW5nCgEUAQAAEQEAAAoJfAEAAAEGfQEAAA1TeXN0ZW0uU3RyaW5nCgEVAQAAEQEAAAoJfgEAAAAGfwEAAA1TeXN0ZW0uU3RyaW5nCgEWAQAAEQEAAAoJgAEAAAAGgQEAAA1TeXN0ZW0uU3RyaW5nCgEXAQAAEQEAAAoJggEAAAEGgwEAAD1NaWNyb3NvZnQuQXp1cmUuQ29tbW9uLkF1dGhlbnRpY2F0aW9uLk1vZGVscy5BenVyZUVudmlyb25tZW50CgEYAQAAEQEAAAoJhAEAAAEGhQEAAA1TeXN0ZW0uU3RyaW5nCgEZAQAAEQEAAAoJhgEAAAAGhwEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBGgEAABEBAAAKCYgBAAAABokBAAANU3lzdGVtLlN0cmluZwoBGwEAABEBAAAKCYoBAAAABosBAAApU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5QU0NyZWRlbnRpYWwKARwBAAARAQAACgmMAQAAAQaNAQAAPU1pY3Jvc29mdC5BenVyZS5Db21tb24uQXV0aGVudGljYXRpb24uTW9kZWxzLkF6dXJlRW52aXJvbm1lbnQKAR0BAAARAQAACgmOAQAAAQaPAQAADVN5c3RlbS5TdHJpbmcKAR4BAAARAQAACgmQAQAAAAaRAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgEfAQAAEQEAAAoJkgEAAAEGkwEAAA1TeXN0ZW0uU3RyaW5nCgEgAQAAEQEAAAoJlAEAAAEGlQEAAA1TeXN0ZW0uU3RyaW5nCgEhAQAAEQEAAAoJlgEAAAAGlwEAAA1TeXN0ZW0uU3RyaW5nCgEiAQAAEQEAAAoJmAEAAAEGmQEAAA1TeXN0ZW0uU3RyaW5nCgEjAQAAEQEAAAoJmgEAAAEGmwEAAA1TeXN0ZW0uU3RyaW5nCgEkAQAAEQEAAAoJnAEAAAEGnQEAAA1TeXN0ZW0uU3RyaW5nCgElAQAAEQEAAAoJngEAAAEGnwEAAA1TeXN0ZW0uU3RyaW5nCgEmAQAAEQEAAAoJoAEAAAEGoQEAAClTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlBTQ3JlZGVudGlhbAoBJwEAABEBAAAKCaIBAAABBqMBAAA9TWljcm9zb2Z0LkF6dXJlLkNvbW1vbi5BdXRoZW50aWNhdGlvbi5Nb2RlbHMuQXp1cmVFbnZpcm9ubWVudAoBKAEAABEBAAAKCaQBAAABBqUBAAANU3lzdGVtLlN0cmluZwoBKQEAABEBAAAKCaYBAAABBqcBAAANU3lzdGVtLlN0cmluZwoBKgEAABEBAAAKCagBAAABBqkBAAANU3lzdGVtLlN0cmluZwoBKwEAABEBAAAKCaoBAAAABqsBAAANU3lzdGVtLlN0cmluZwoBLAEAABEBAAAKCawBAAAABq0BAAANU3lzdGVtLlN0cmluZwoBLQEAABEBAAAKCa4BAAABBq8BAAA9TWljcm9zb2Z0LkF6dXJlLkNvbW1vbi5BdXRoZW50aWNhdGlvbi5Nb2RlbHMuQXp1cmVFbnZpcm9ubWVudAoBLgEAABEBAAAKCbABAAABBrEBAAANU3lzdGVtLlN0cmluZwoBLwEAABEBAAAKCbIBAAABBrMBAAANU3lzdGVtLlN0cmluZwoBMAEAABEBAAAKCbQBAAABBrUBAAANU3lzdGVtLlN0cmluZwoBMQEAABEBAAAKCbYBAAABBrcBAAANU3lzdGVtLlN0cmluZwoBMgEAABEBAAAKCbgBAAABBrkBAAANU3lzdGVtLlN0cmluZwoBMwEAABEBAAAKCboBAAABBrsBAAANU3lzdGVtLlN0cmluZwoBNAEAABEBAAAKCbwBAAABBr0BAAApU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5QU0NyZWRlbnRpYWwKATUBAAARAQAACgm+AQAAAQa/AQAAPU1pY3Jvc29mdC5BenVyZS5Db21tb24uQXV0aGVudGljYXRpb24uTW9kZWxzLkF6dXJlRW52aXJvbm1lbnQKATYBAAARAQAACgnAAQAAAQbBAQAADVN5c3RlbS5TdHJpbmcKATcBAAARAQAACgnCAQAAAQbDAQAADVN5c3RlbS5TdHJpbmcKATgBAAARAQAACgnEAQAAAQbFAQAADVN5c3RlbS5TdHJpbmcKATkBAAARAQAACgnGAQAAAAbHAQAADVN5c3RlbS5TdHJpbmcKAToBAAARAQAACgnIAQAAAQbJAQAADVN5c3RlbS5TdHJpbmcKATsBAAARAQAACgnKAQAAAQbLAQAADVN5c3RlbS5TdHJpbmcKATwBAAARAQAACgnMAQAAAQbNAQAADVN5c3RlbS5TdHJpbmcKAT0BAAARAQAACgnOAQAAAQbPAQAADVN5c3RlbS5TdHJpbmcKAT4BAAARAQAACgnQAQAAAQbRAQAADVN5c3RlbS5TdHJpbmcKAT8BAAARAQAACgnSAQAAAQbTAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFAAQAAEQEAAAoJ1AEAAAEG1QEAAA1TeXN0ZW0uU3RyaW5nCgFBAQAAEQEAAAoJ1gEAAAEG1wEAAA1TeXN0ZW0uU3RyaW5nCgFCAQAAEQEAAAoJ2AEAAAEG2QEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBQwEAABEBAAAKCdoBAAABBtsBAAANU3lzdGVtLlN0cmluZwoBRAEAABEBAAAKCdwBAAAABt0BAAANU3lzdGVtLlN0cmluZwoBRQEAABEBAAAKCd4BAAAABt8BAAAsU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5Td2l0Y2hQYXJhbWV0ZXIKAUYBAAARAQAACgngAQAAAQbhAQAAH1N5c3RlbS5OdWxsYWJsZWAxW1N5c3RlbS5JbnQzMl0KAUcBAAARAQAACgniAQAAAQbjAQAADVN5c3RlbS5TdHJpbmcKAUgBAAARAQAACgnkAQAAAQblAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFJAQAAEQEAAAoJ5gEAAAEG5wEAAA1TeXN0ZW0uU3RyaW5nCgFKAQAAEQEAAAoJ6AEAAAEG6QEAAA1TeXN0ZW0uU3RyaW5nCgFLAQAAEQEAAAoJ6gEAAAEG6wEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBTAEAABEBAAAKCewBAAABBu0BAAANU3lzdGVtLlN0cmluZwoBTQEAABEBAAAKCe4BAAABBu8BAAANU3lzdGVtLlN0cmluZwoBTgEAABEBAAAKCfABAAAABvEBAAANU3lzdGVtLlN0cmluZwoBTwEAABEBAAAKCfIBAAABBvMBAAANU3lzdGVtLlN0cmluZwoBUAEAABEBAAAKCfQBAAABBvUBAAANU3lzdGVtLlN0cmluZwoBUQEAABEBAAAKCfYBAAABBvcBAAAfU3lzdGVtLk51bGxhYmxlYDFbU3lzdGVtLkludDMyXQoBUgEAABEBAAAKCfgBAAABBvkBAAANU3lzdGVtLlN0cmluZwoBUwEAABEBAAAKCfoBAAABBvsBAAAsU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5Td2l0Y2hQYXJhbWV0ZXIKAVQBAAARAQAACgn8AQAAAQb9AQAADVN5c3RlbS5TdHJpbmcKAVUBAAARAQAACgn+AQAAAQb/AQAADVN5c3RlbS5TdHJpbmcKAVYBAAARAQAACgkAAgAAAQYBAgAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFXAQAAEQEAAAoJAgIAAAEGAwIAAA1TeXN0ZW0uU3RyaW5nCgFYAQAAEQEAAAoJBAIAAAEGBQIAAA1TeXN0ZW0uU3RyaW5nCgFZAQAAEQEAAAoJBgIAAAEGBwIAAA1TeXN0ZW0uU3RyaW5nCgFaAQAAEQEAAAoJCAIAAAEGCQIAAA1TeXN0ZW0uU3RyaW5nCgFbAQAAEQEAAAoJCgIAAAEGCwIAAA1TeXN0ZW0uU3RyaW5nCgFcAQAAEQEAAAoJDAIAAAEGDQIAAB9TeXN0ZW0uTnVsbGFibGVgMVtTeXN0ZW0uSW50MzJdCgFdAQAAEQEAAAoJDgIAAAEGDwIAACpTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLkVycm9yQ2F0ZWdvcnkKAV4BAAARAQAACgkQAgAAAQYRAgAADVN5c3RlbS5TdHJpbmcKAV8BAAARAQAACgkSAgAAAQYTAgAADVN5c3RlbS5TdHJpbmcKAWABAAARAQAACgkUAgAAAQYVAgAADVN5c3RlbS5TdHJpbmcKAWEBAAARAQAACgkWAgAAAQYXAgAADVN5c3RlbS5TdHJpbmcKAWIBAAARAQAACgkYAgAAAQYZAgAADVN5c3RlbS5TdHJpbmcKAWMBAAARAQAACgkaAgAAAAYbAgAADVN5c3RlbS5TdHJpbmcKAWQBAAARAQAACgkcAgAAAQYdAgAADVN5c3RlbS5TdHJpbmcKAWUBAAARAQAACgkeAgAAAQYfAgAADVN5c3RlbS5PYmplY3QKAWYBAAARAQAACgkgAgAAAQYhAgAAKlN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uRXJyb3JDYXRlZ29yeQoBZwEAABEBAAAKCSICAAABBiMCAAANU3lzdGVtLlN0cmluZwoBaAEAABEBAAAKCSQCAAABBiUCAAANU3lzdGVtLlN0cmluZwoBaQEAABEBAAAKCSYCAAABBicCAAANU3lzdGVtLlN0cmluZwoBagEAABEBAAAKCSgCAAABBikCAAANU3lzdGVtLlN0cmluZwoBawEAABEBAAAKCSoCAAABBisCAAANU3lzdGVtLlN0cmluZwoBbAEAABEBAAAKCSwCAAAABi0CAAAQU3lzdGVtLkV4Y2VwdGlvbgoBbQEAABEBAAAKCS4CAAABBi8CAAANU3lzdGVtLlN0cmluZwoBbgEAABEBAAAKCTACAAABBjECAAANU3lzdGVtLlN0cmluZwoBbwEAABEBAAAKCTICAAABBjMCAAANU3lzdGVtLk9iamVjdAoBcAEAABEBAAAKCTQCAAABBjUCAAANU3lzdGVtLlN0cmluZwoBcQEAABEBAAAKCTYCAAABBjcCAAANU3lzdGVtLlN0cmluZwoBcgEAABEBAAAKCTgCAAABBjkCAAANU3lzdGVtLlN0cmluZwoBcwEAABEBAAAKCToCAAABBjsCAAANU3lzdGVtLlN0cmluZwoBdAEAABEBAAAKCTwCAAAABj0CAAAoU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5FcnJvclJlY29yZAoBdQEAABEBAAAKCT4CAAABBj8CAAANU3lzdGVtLlN0cmluZwoBdgEAAKQAAAAGQAIAAApDcmVkZW50aWFsAXgBAACkAAAABkECAAALRW52aXJvbm1lbnQBegEAAKQAAAAGQgIAAA9FbnZpcm9ubWVudE5hbWUBfAEAAKQAAAAGQwIAAAhUZW5hbnRJZAF+AQAApAAAAAZEAgAADUFwcGxpY2F0aW9uSWQBgAEAAKQAAAAGRQIAABVDZXJ0aWZpY2F0ZVRodW1icHJpbnQBggEAAKQAAAAGRgIAAAtFbnZpcm9ubWVudAGEAQAApAAAAAZHAgAAD0Vudmlyb25tZW50TmFtZQGGAQAApAAAAAZIAgAAEFNlcnZpY2VQcmluY2lwYWwBiAEAAKQAAAAGSQIAAAhUZW5hbnRJZAGKAQAApAAAAAZKAgAACkNyZWRlbnRpYWwBjAEAAKQAAAAGSwIAAAtFbnZpcm9ubWVudAGOAQAApAAAAAZMAgAAD0Vudmlyb25tZW50TmFtZQGQAQAApAAAAAZNAgAAEFNlcnZpY2VQcmluY2lwYWwBkgEAAKQAAAAGTgIAAA5TdWJzY3JpcHRpb25JZAGUAQAApAAAAAZPAgAAEFN1YnNjcmlwdGlvbk5hbWUBlgEAAKQAAAAGUAIAAAhUZW5hbnRJZAGYAQAApAAAAAZRAgAAC0FjY2Vzc1Rva2VuAZoBAACkAAAABlICAAAJQWNjb3VudElkAZwBAACkAAAABlMCAAANQXBwbGljYXRpb25JZAGeAQAApAAAAAZUAgAAFUNlcnRpZmljYXRlVGh1bWJwcmludAGgAQAApAAAAAZVAgAACkNyZWRlbnRpYWwBogEAAKQAAAAGVgIAAAtFbnZpcm9ubWVudAGkAQAApAAAAAZXAgAAD0Vudmlyb25tZW50TmFtZQGmAQAApAAAAAZYAgAAEFN1YnNjcmlwdGlvbk5hbWUBqAEAAKQAAAAGWQIAAAhUZW5hbnRJZAGqAQAApAAAAAZaAgAAC0FjY2Vzc1Rva2VuAawBAACkAAAABlsCAAAJQWNjb3VudElkAa4BAACkAAAABlwCAAALRW52aXJvbm1lbnQBsAEAAKQAAAAGXQIAAA9FbnZpcm9ubWVudE5hbWUBsgEAAKQAAAAGXgIAAAhUZW5hbnRJZAG0AQAApAAAAAZfAgAAC0FjY2Vzc1Rva2VuAbYBAACkAAAABmACAAAJQWNjb3VudElkAbgBAACkAAAABmECAAANQXBwbGljYXRpb25JZAG6AQAApAAAAAZiAgAAFUNlcnRpZmljYXRlVGh1bWJwcmludAG8AQAApAAAAAZjAgAACkNyZWRlbnRpYWwBvgEAAKQAAAAGZAIAAAtFbnZpcm9ubWVudAHAAQAApAAAAAZlAgAAD0Vudmlyb25tZW50TmFtZQHCAQAApAAAAAZmAgAADlN1YnNjcmlwdGlvbklkAcQBAACkAAAABmcCAAAIVGVuYW50SWQBxgEAAKQAAAAGaAIAAAROYW1lAcgBAACkAAAABmkCAAACSWQBygEAAKQAAAAGagIAAAhMb2NhdGlvbgHMAQAApAAAAAZrAgAACExvY2F0aW9uAc4BAACkAAAABmwCAAAETmFtZQHQAQAApAAAAAZtAgAACkFwaVZlcnNpb24B0gEAAKQAAAAGbgIAABBFeHBhbmRQcm9wZXJ0aWVzAdQBAACkAAAABm8CAAAVRXh0ZW5zaW9uUmVzb3VyY2VUeXBlAdYBAACkAAAABnACAAAKT0RhdGFRdWVyeQHYAQAApAAAAAZxAgAAA1ByZQHaAQAApAAAAAZyAgAAFFJlc291cmNlTmFtZUNvbnRhaW5zAdwBAACkAAAABnMCAAAMUmVzb3VyY2VUeXBlAd4BAACkAAAABnQCAAALVGVuYW50TGV2ZWwB4AEAAKQAAAAGdQIAAANUb3AB4gEAAKQAAAAGdgIAAApBcGlWZXJzaW9uAeQBAACkAAAABncCAAAQRXhwYW5kUHJvcGVydGllcwHmAQAApAAAAAZ4AgAAFUV4dGVuc2lvblJlc291cmNlVHlwZQHoAQAApAAAAAZ5AgAACk9EYXRhUXVlcnkB6gEAAKQAAAAGegIAAANQcmUB7AEAAKQAAAAGewIAABlSZXNvdXJjZUdyb3VwTmFtZUNvbnRhaW5zAe4BAACkAAAABnwCAAAUUmVzb3VyY2VOYW1lQ29udGFpbnMB8AEAAKQAAAAGfQIAAAxSZXNvdXJjZVR5cGUB8gEAAKQAAAAGfgIAAAdUYWdOYW1lAfQBAACkAAAABn8CAAAIVGFnVmFsdWUB9gEAAKQAAAAGgAIAAANUb3AB+AEAAKQAAAAGgQIAAApBcGlWZXJzaW9uAfoBAACkAAAABoICAAAQRXhwYW5kUHJvcGVydGllcwH8AQAApAAAAAaDAgAAFUV4dGVuc2lvblJlc291cmNlVHlwZQH+AQAApAAAAAaEAgAACk9EYXRhUXVlcnkBAAIAAKQAAAAGhQIAAANQcmUBAgIAAKQAAAAGhgIAABlSZXNvdXJjZUdyb3VwTmFtZUNvbnRhaW5zAQQCAACkAAAABocCAAAUUmVzb3VyY2VOYW1lQ29udGFpbnMBBgIAAKQAAAAGiAIAAAxSZXNvdXJjZVR5cGUBCAIAAKQAAAAGiQIAAAdUYWdOYW1lAQoCAACkAAAABooCAAAIVGFnVmFsdWUBDAIAAKQAAAAGiwIAAANUb3ABDgIAAKQAAAAGjAIAAAhDYXRlZ29yeQEQAgAApAAAAAaNAgAAEENhdGVnb3J5QWN0aXZpdHkBEgIAAKQAAAAGjgIAAA5DYXRlZ29yeVJlYXNvbgEUAgAApAAAAAaPAgAAEkNhdGVnb3J5VGFyZ2V0TmFtZQEWAgAApAAAAAaQAgAAEkNhdGVnb3J5VGFyZ2V0VHlwZQEYAgAApAAAAAaRAgAAB0Vycm9ySWQBGgIAAKQAAAAGkgIAAAdNZXNzYWdlARwCAACkAAAABpMCAAARUmVjb21tZW5kZWRBY3Rpb24BHgIAAKQAAAAGlAIAAAxUYXJnZXRPYmplY3QBIAIAAKQAAAAGlQIAAAhDYXRlZ29yeQEiAgAApAAAAAaWAgAAEENhdGVnb3J5QWN0aXZpdHkBJAIAAKQAAAAGlwIAAA5DYXRlZ29yeVJlYXNvbgEmAgAApAAAAAaYAgAAEkNhdGVnb3J5VGFyZ2V0TmFtZQEoAgAApAAAAAaZAgAAEkNhdGVnb3J5VGFyZ2V0VHlwZQEqAgAApAAAAAaaAgAAB0Vycm9ySWQBLAIAAKQAAAAGmwIAAAlFeGNlcHRpb24BLgIAAKQAAAAGnAIAAAdNZXNzYWdlATACAACkAAAABp0CAAARUmVjb21tZW5kZWRBY3Rpb24BMgIAAKQAAAAGngIAAAxUYXJnZXRPYmplY3QBNAIAAKQAAAAGnwIAABBDYXRlZ29yeUFjdGl2aXR5ATYCAACkAAAABqACAAAOQ2F0ZWdvcnlSZWFzb24BOAIAAKQAAAAGoQIAABJDYXRlZ29yeVRhcmdldE5hbWUBOgIAAKQAAAAGogIAABJDYXRlZ29yeVRhcmdldFR5cGUBPAIAAKQAAAAGowIAAAtFcnJvclJlY29yZAE+AgAApAAAAAakAgAAEVJlY29tbWVuZGVkQWN0aW9uCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\",\r\n \"RunbookType\": \"GraphPowerShell\"\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0b78ea30-52eb-44d1-bfa5-09c5edbb4473"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "Content-Type": [
+ "text/powershell"
+ ],
+ "Content-Length": [
+ "43770"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "ocp-automation-operationresultid": [
+ "eaad9731-485e-4293-aab5-3874e74cacb8",
+ "eaad9731-485e-4293-aab5-3874e74cacb8"
+ ],
+ "x-ms-request-id": [
+ "0b78ea30-52eb-44d1-bfa5-09c5edbb4473"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/content/operationResults/eaad9731-485e-4293-aab5-3874e74cacb8?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/content/operationResults/eaad9731-485e-4293-aab5-3874e74cacb8?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "f7250c4c-8d0a-4434-a021-7e148a37ff5f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213801Z:f7250c4c-8d0a-4434-a021-7e148a37ff5f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:38:01 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/content/operationResults/eaad9731-485e-4293-aab5-3874e74cacb8?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/content/operationResults/eaad9731-485e-4293-aab5-3874e74cacb8?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbC9kcmFmdC9jb250ZW50L29wZXJhdGlvblJlc3VsdHMvZWFhZDk3MzEtNDg1ZS00MjkzLWFhYjUtMzg3NGU3NGNhY2I4P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "22aa01d3-e7d7-49d9-9ced-f0f64c1f6110"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11978"
+ ],
+ "x-ms-correlation-request-id": [
+ "288f187f-8b06-42d4-b756-62981bc39244"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213831Z:288f187f-8b06-42d4-b756-62981bc39244"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:38:30 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/content?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbC9kcmFmdC9jb250ZW50P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "18a0375d-8815-449a-a4e6-749a389984c6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11977"
+ ],
+ "x-ms-correlation-request-id": [
+ "47c1488a-848d-4aab-acde-463b103855f7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213831Z:47c1488a-848d-4aab-acde-463b103855f7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:38:30 GMT"
+ ],
+ "ETag": [
+ "\"636773098811500000\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "43770"
+ ],
+ "Content-Type": [
+ "application/graph-runbook"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"SchemaVersion\": \"1.7\",\r\n \"RunbookDefinition\": \"AAEAAAD/////AQAAAAAAAAAMAgAAAFZPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbAUBAAAALE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuR3JhcGhSdW5ib29rBQAAAApwYXJhbWV0ZXJzCmFjdGl2aXRpZXMFbGlua3MIY29tbWVudHMLb3V0cHV0VHlwZXMDAwMDA6YBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXaUBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5LCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1doQFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuTGluaywgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXaQBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbW1lbnQsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV1/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQIAAAAJAwAAAAkEAAAACQUAAAAJBgAAAAkHAAAABAMAAACmAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXIsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAACtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcltdAgAAAAgICQgAAAAAAAAAAAAAAAQEAAAApQFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQWN0aXZpdHksIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAACpPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5W10CAAAACAgJCQAAAAcAAAAHAAAABAUAAAChAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAAmT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rW10CAAAACAgJCgAAAAUAAAAFAAAABAYAAACkAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tZW50LCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAwAAAAZfaXRlbXMFX3NpemUIX3ZlcnNpb24EAAApT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tZW50W10CAAAACAgJCwAAAAAAAAAAAAAABAcAAAB/U3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tTeXN0ZW0uU3RyaW5nLCBtc2NvcmxpYiwgVmVyc2lvbj00LjAuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODldXQMAAAAGX2l0ZW1zBV9zaXplCF92ZXJzaW9uBgAACAgJDAAAAAAAAAAAAAAABwgAAAAAAQAAAAAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAcJAAAAAAEAAAAIAAAABChPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkFjdGl2aXR5AgAAAAkNAAAACQ4AAAAJDwAAAAkQAAAACREAAAAJEgAAAAkTAAAACgcKAAAAAAEAAAAIAAAABCRPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkxpbmsCAAAACRQAAAAJFQAAAAkWAAAACRcAAAAJGAAAAA0DBwsAAAAAAQAAAAAAAAAEJ09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29tbWVudAIAAAARDAAAAAAAAAAFDQAAAC9PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbW1hbmRBY3Rpdml0eQwAAAAcPENvbW1hbmRUeXBlPmtfX0JhY2tpbmdGaWVsZDRJbnZvY2F0aW9uQWN0aXZpdHkrPFBhcmFtZXRlclNldE5hbWU+a19fQmFja2luZ0ZpZWxkLkludm9jYXRpb25BY3Rpdml0eSs8UGFyYW1ldGVycz5rX19CYWNraW5nRmllbGQ0SW52b2NhdGlvbkFjdGl2aXR5KzxDdXN0b21QYXJhbWV0ZXJzPmtfX0JhY2tpbmdGaWVsZDNJbnZvY2F0aW9uQWN0aXZpdHkrPENoZWNrcG9pbnRBZnRlcj5rX19CYWNraW5nRmllbGQiTG9vcGFibGVBY3Rpdml0eStsb29wRXhpdENvbmRpdGlvbitMb29wYWJsZUFjdGl2aXR5KzxMb29wRGVsYXk+a19fQmFja2luZ0ZpZWxkHkFjdGl2aXR5KzxOYW1lPmtfX0JhY2tpbmdGaWVsZCJBY3Rpdml0eSs8RW50aXR5SWQ+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblg+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblk+a19fQmFja2luZ0ZpZWxkJUFjdGl2aXR5KzxEZXNjcmlwdGlvbj5rX19CYWNraW5nRmllbGQEAQMBAAQEBAEAAAEzT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tYW5kQWN0aXZpdHlUeXBlAgAAANkCU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuRGljdGlvbmFyeWAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dASlPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbgIAAAA3T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25zdGFudFZhbHVlRGVzY3JpcHRvcgIAAAA7T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5BY3Rpdml0eU5hbWUCAAAACAgCAAAACRkAAAAGGgAAABtTZXJ2aWNlUHJpbmNpcGFsQ2VydGlmaWNhdGUJGwAAAAYcAAAAAAAJHQAAAAkeAAAACR8AAAAGIAAAACQ1MDI5ZWMwZS02YmJmLTRhOWUtYjUyZC0wYjZkYjJlMWIxOGEYAQAAlgAAAAYhAAAAGUF1dGhlbnRpY2F0ZSB0byBBenVyZSBBUk0BDgAAAA0AAAAJIgAAAAYjAAAAB0RlZmF1bHQJJAAAAAYlAAAAEy1FcnJvckFjdGlvbiBJZ25vcmUACSYAAAAJJwAAAAkoAAAABikAAAAkOWM5YTRiN2ItM2MwOC00ZjkzLWI5MjgtY2RiNDllNDUyZTRmGAEAADwAAAAGKgAAAEhHZXQgdGhlIEF6dXJlUnVuQXNDb25uZWN0aW9uIHdpdGggZGF0YSBmb3IgYXV0aGVudGljYXRpbmcgd2l0aCBBenVyZSBBUk0BDwAAAA0AAAAJKwAAAAkcAAAACS0AAAAJHAAAAAAJLwAAAAkwAAAACTEAAAAGMgAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEYAQAA8AAAAAYzAAAAMUdldCB0aGUgQXp1cmUgcmVzb3VyY2UgZ3JvdXBzIGluIHRoZSBzdWJzY3JpcHRpb24BEAAAAA0AAAAJNAAAAAY1AAAAMUxpc3RzIHRoZSByZXNvdXJjZXMgYmFzZWQgb24gdGhlIHNwZWNpZmllZCBzY29wZS4JNgAAAAkcAAAAAAk4AAAACTkAAAAJOgAAAAY7AAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMBgBAABKAQAABjwAAAAtR2V0IHRoZSBBenVyZSByZXNvdXJjZXMgaW4gdGhlIHJlc291cmNlIGdyb3VwAREAAAANAAAACT0AAAAGPgAAAAtOb0V4Y2VwdGlvbgk/AAAACRwAAAAACUEAAAAJQgAAAAlDAAAABkQAAAAkYTBlZTllMTctYWUxYi00NDljLWI1MDItOWUzMjM4NWFiMDRk4AEAAG4AAAAJHAAAAAUSAAAANk9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuV29ya2Zsb3dTY3JpcHRBY3Rpdml0eQsAAAAWPEJlZ2luPmtfX0JhY2tpbmdGaWVsZBg8UHJvY2Vzcz5rX19CYWNraW5nRmllbGQUPEVuZD5rX19CYWNraW5nRmllbGQgPENoZWNrcG9pbnRBZnRlcj5rX19CYWNraW5nRmllbGQiTG9vcGFibGVBY3Rpdml0eStsb29wRXhpdENvbmRpdGlvbitMb29wYWJsZUFjdGl2aXR5KzxMb29wRGVsYXk+a19fQmFja2luZ0ZpZWxkHkFjdGl2aXR5KzxOYW1lPmtfX0JhY2tpbmdGaWVsZCJBY3Rpdml0eSs8RW50aXR5SWQ+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblg+a19fQmFja2luZ0ZpZWxkI0FjdGl2aXR5KzxQb3NpdGlvblk+a19fQmFja2luZ0ZpZWxkJUFjdGl2aXR5KzxEZXNjcmlwdGlvbj5rX19CYWNraW5nRmllbGQBAQEABAQEAQAAAQEpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb24CAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29uc3RhbnRWYWx1ZURlc2NyaXB0b3ICAAAAO09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuQWN0aXZpdHlOYW1lAgAAAAgIAgAAAAkcAAAABkYAAADjBDwjCi5TWU5PUFNJUwpUaGlzIHJ1bmJvb2sgc2hvd3MgaG93IHRvIGF1dGhlbnRpY2F0ZSB0byBBenVyZSB3aXRoIHRoZSBSdW4gQXMgYWNjb3VudC4gIEl0IGFsc28gaG93IHRvIG1hbmFnZSBhbiBBenVyZSByZXNvdXJjZSAtIGluIHRoaXMgY2FzZSwgZ2V0IGEgbGlzdCBvZiBBenVyZSBWTXMgaW4gdGhlIHN1YnNjcmlwdGlvbi4KCi5ERVNDUklQVElPTgpUaGlzIHJ1bmJvb2sgc2hvd3MgaG93IHRvIGF1dGhlbnRpY2F0ZSB0byBBenVyZSB3aXRoIHRoZSBSdW4gQXMgYWNjb3VudC4gIEl0IGFsc28gaG93IHRvIG1hbmFnZSBBenVyZSByZXNvdXJjZXMgLSBpbiB0aGlzIGNhc2UsIGdldCBhIGxpc3Qgb2YgYWxsIHJlc291cmNlcyBpbiB5b3VyIEF6dXJlIHN1YnNjcmlwdGlvbi4KCi5ERVBFTkRFTkNJRVMKICAtIE5vbmUKICAKLlJFUVVJUkVEIEFVVE9NQVRJT04gQVNTRVRTCiAgLSBBbiBBdXRvbWF0aW9uIGNvbm5lY3Rpb24gYXNzZXQgY2FsbGVkICJBenVyZVJ1bkFzQ29ubmVjdGlvbiIgdGhhdCBpcyBvZiB0eXBlIEF6dXJlU2VydmljZVByaW5jaXBhbAoKLk5PVEVTCiAgIEFVVEhPUjogQXp1cmUgQXV0b21hdGlvbiBUZWFtIAogICBMQVNURURJVDogMjAxNi00LTIwCiM+CRwAAAAACUgAAAAJSQAAAAlKAAAABksAAAAkYzE5ZTQ2YTMtZjdkYy00ZmMyLWEyNGQtYWM0ZjM1MjlmMGQ3WgAAADwAAAAGTAAAAB1SZWFkIHRoZSBjb21tZW50IGluIHRoZSBDb2RlIQETAAAAEgAAAAkcAAAABk4AAACRASJSZXNvdXJjZSAnIiArICRBY3Rpdml0eU91dHB1dFsnRmluZCBBenVyZSBSZXNvdXJjZXMnXS5SZXNvdXJjZU5hbWUgKyAiJyBvZiB0eXBlICciICsgJEFjdGl2aXR5T3V0cHV0WydGaW5kIEF6dXJlIFJlc291cmNlcyddLlJlc291cmNlVHlwZSArICInIgoJHAAAAAAJUAAAAAlRAAAACVIAAAAGUwAAACQ0YmQ5ZTcxNC05YzlhLTQwMzYtOTk5Ni0xZDlkMmYxMGI0M2IYAQAApAEAAAkcAAAABRQAAAAkT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5MaW5rBgAAAA5saW5rU3RyZWFtVHlwZQljb25kaXRpb24cPERlc2NyaXB0aW9uPmtfX0JhY2tpbmdGaWVsZCw8RGVzdGluYXRpb25BY3Rpdml0eUVudGl0eUlkPmtfX0JhY2tpbmdGaWVsZBk8TGlua1R5cGU+a19fQmFja2luZ0ZpZWxkJzxTb3VyY2VBY3Rpdml0eUVudGl0eUlkPmtfX0JhY2tpbmdGaWVsZAMEAQEEAQxTeXN0ZW0uSW50MzIpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb24CAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuTGlua1R5cGUCAAAAAgAAAAgIAAAAAAlVAAAACRwAAAAGVwAAACQ1MDI5ZWMwZS02YmJmLTRhOWUtYjUyZC0wYjZkYjJlMWIxOGEFqP///zdPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkxpbmtUeXBlAQAAAAd2YWx1ZV9fAAgCAAAAAQAAAAZZAAAAJDljOWE0YjdiLTNjMDgtNGY5My1iOTI4LWNkYjQ5ZTQ1MmU0ZgEVAAAAFAAAAAgIAAAAAAlaAAAACRwAAAAGXAAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEBo////6j///8BAAAABl4AAAAkNTAyOWVjMGUtNmJiZi00YTllLWI1MmQtMGI2ZGIyZTFiMThhARYAAAAUAAAACAgAAAAACV8AAAAJHAAAAAZhAAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMAGe////qP///wEAAAAGYwAAACQ5OGNkYTg1YS1jNzA3LTRlNmItODU2Ny05NGIzZGEzNGI1ZDEBFwAAABQAAAAICAAAAAAJZAAAAAkcAAAABmYAAAAkNGJkOWU3MTQtOWM5YS00MDM2LTk5OTYtMWQ5ZDJmMTBiNDNiAZn///+o////AQAAAAZoAAAAJDgxOTI3Njk1LTk3NGUtNDhlNS04MTFhLTQxZWQ3YWVjMDEyMAEYAAAAFAAAAAgIAAAAAAlpAAAACRwAAAAGawAAACRhMGVlOWUxNy1hZTFiLTQ0OWMtYjUwMi05ZTMyMzg1YWIwNGQBlP///6j///8AAAAABm0AAAAkOWM5YTRiN2ItM2MwOC00ZjkzLWI5MjgtY2RiNDllNDUyZTRmBRkAAAAzT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db21tYW5kQWN0aXZpdHlUeXBlAwAAACM8SW5wdXRQYXJhbWV0ZXJTZXRzPmtfX0JhY2tpbmdGaWVsZBw8Q29tbWFuZE5hbWU+a19fQmFja2luZ0ZpZWxkGzxNb2R1bGVOYW1lPmtfX0JhY2tpbmdGaWVsZAMBAakBU3lzdGVtLkNvbGxlY3Rpb25zLkdlbmVyaWMuTGlzdGAxW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldCwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQIAAAAJbgAAAAZvAAAAEkFkZC1BenVyZVJtQWNjb3VudAZwAAAAD0F6dXJlUk0uUHJvZmlsZQQbAAAA2QJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5EaWN0aW9uYXJ5YDJbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdLFtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LklWYWx1ZURlc2NyaXB0b3IsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0EAAAAB1ZlcnNpb24IQ29tcGFyZXIISGFzaFNpemUNS2V5VmFsdWVQYWlycwADAAMIywFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5PYmplY3RFcXVhbGl0eUNvbXBhcmVyYDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQjdAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dW10EAAAACXEAAAAHAAAACXIAAAAFHQAAAClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbgIAAAAKZXhwcmVzc2lvbhU8TW9kZT5rX19CYWNraW5nRmllbGQBBC1PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkNvbmRpdGlvbk1vZGUCAAAAAgAAAAkcAAAABYz///8tT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5Db25kaXRpb25Nb2RlAQAAAAd2YWx1ZV9fAAgCAAAAAQAAAAUeAAAAN09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQ29uc3RhbnRWYWx1ZURlc2NyaXB0b3IBAAAAFjxWYWx1ZT5rX19CYWNraW5nRmllbGQCAgAAAAgMAAAAAAAAAAAFHwAAADtPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkFjdGl2aXR5TmFtZQEAAAAaQ2FzZUluc2Vuc2l0aXZlTmFtZWAxK25hbWUBAgAAAAZ1AAAADkxvZ2luIHRvIEF6dXJlASIAAAAZAAAACXYAAAAGdwAAABhHZXQtQXV0b21hdGlvbkNvbm5lY3Rpb24JHAAAAAEkAAAAGwAAAAEAAAAJcQAAAAMAAAAJegAAAAEmAAAAHQAAAAkcAAAAAYT///+M////AQAAAAEnAAAAHgAAAAgMAAAAAAAAAAABKAAAAB8AAAAGfQAAABVHZXQgUnVuIEFzIENvbm5lY3Rpb24BKwAAABkAAAAJfgAAAAZ/AAAAGEdldC1BenVyZVJtUmVzb3VyY2VHcm91cAaAAAAAEUF6dXJlUk0uUmVzb3VyY2VzBC0AAADZAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkRpY3Rpb25hcnlgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQMAAAAHVmVyc2lvbghDb21wYXJlcghIYXNoU2l6ZQADAAjLAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLk9iamVjdEVxdWFsaXR5Q29tcGFyZXJgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dCAAAAAAJcQAAAAAAAAABLwAAAB0AAAAJHAAAAAF9////jP///wEAAAABMAAAAB4AAAAIDAAAAAAAAAAAATEAAAAfAAAABoQAAAAZR2V0IEF6dXJlIFJlc291cmNlIEdyb3VwcwE0AAAAGQAAAAmFAAAABoYAAAAURmluZC1BenVyZVJtUmVzb3VyY2UGhwAAABFBenVyZVJNLlJlc291cmNlcwE2AAAAGwAAAAEAAAAJcQAAAAMAAAAJiQAAAAE4AAAAHQAAAAkcAAAAAXX///+M////AQAAAAE5AAAAHgAAAAgMAAAAAAAAAAABOgAAAB8AAAAGjAAAABRGaW5kIEF6dXJlIFJlc291cmNlcwE9AAAAGQAAAAmNAAAABo4AAAALV3JpdGUtRXJyb3IGjwAAABxNaWNyb3NvZnQuUG93ZXJTaGVsbC5VdGlsaXR5AT8AAAAbAAAAAQAAAAlxAAAAAwAAAAmRAAAAAUEAAAAdAAAACRwAAAABbf///4z///8BAAAAAUIAAAAeAAAACAwAAAAAAAAAAAFDAAAAHwAAAAaUAAAAIldyaXRlIEVycm9yIC0gQ29ubmVjdGlvbiBOb3QgRm91bmQBSAAAAB0AAAAJHAAAAAFq////jP///wEAAAABSQAAAB4AAAAIDAAAAAAAAAAAAUoAAAAfAAAABpcAAAAHUkVBRCBNRQFQAAAAHQAAAAkcAAAAAWf///+M////AQAAAAFRAAAAHgAAAAgMAAAAAAAAAAABUgAAAB8AAAAGmgAAABdXcml0ZSBPdXQgTmFtZSBhbmQgVHlwZQFVAAAAHQAAAAkcAAAAAWT///+M////AQAAAAFaAAAAHQAAAAkcAAAAAWP///+M////AQAAAAFfAAAAHQAAAAkcAAAAAWL///+M////AQAAAAFkAAAAHQAAAAkcAAAAAWH///+M////AQAAAAFpAAAAHQAAAAagAAAAKyghJEFjdGl2aXR5T3V0cHV0WydHZXQgUnVuIEFzIENvbm5lY3Rpb24nXSkBX////4z///8AAAAABG4AAACpAVN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLkxpc3RgMVtbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXV0DAAAABl9pdGVtcwVfc2l6ZQhfdmVyc2lvbgQAAC5PcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldFtdAgAAAAgICaIAAAAGAAAABgAAAARxAAAAywFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5PYmplY3RFcXVhbGl0eUNvbXBhcmVyYDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuUGFyYW1ldGVyTmFtZSwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQAAAAAHcgAAAAABAAAABAAAAAPbAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dBF3////bAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAgAAAANrZXkFdmFsdWUEBDxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUCAAAAPU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuQWN0aXZpdHlPdXRwdXRWYWx1ZURlc2NyaXB0b3ICAAAACaQAAAAJpQAAAAFa////Xf///wmnAAAACagAAAABV////13///8JqgAAAAmrAAAAAVT///9d////Ca0AAAAJrgAAAAF2AAAAbgAAAAmvAAAAAQAAAAEAAAAHegAAAAABAAAAAQAAAAPbAlN5c3RlbS5Db2xsZWN0aW9ucy5HZW5lcmljLktleVZhbHVlUGFpcmAyW1tPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUsIE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwsIFZlcnNpb249Ny4yLjAuMCwgQ3VsdHVyZT1uZXV0cmFsLCBQdWJsaWNLZXlUb2tlbj1udWxsXSxbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5JVmFsdWVEZXNjcmlwdG9yLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAVD///9d////CbEAAAAJsgAAAAF+AAAAbgAAAAmzAAAAAgAAAAIAAAABhQAAAG4AAAAJtAAAAAMAAAADAAAAB4kAAAAAAQAAAAEAAAAD2wJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5LZXlWYWx1ZVBhaXJgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQFL////Xf///wm2AAAACbcAAAABjQAAAG4AAAAJuAAAAAMAAAADAAAAB5EAAAAAAQAAAAEAAAAD2wJTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5LZXlWYWx1ZVBhaXJgMltbT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF0sW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuRXhlY3V0YWJsZVZpZXcuSVZhbHVlRGVzY3JpcHRvciwgT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbCwgVmVyc2lvbj03LjIuMC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPW51bGxdXQFH////Xf///wm6AAAACbsAAAAHogAAAAABAAAACAAAAAQsT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQCAAAACbwAAAAJvQAAAAm+AAAACb8AAAAJwAAAAAnBAAAADQIFpAAAADxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LlBhcmFtZXRlck5hbWUBAAAAGkNhc2VJbnNlbnNpdGl2ZU5hbWVgMStuYW1lAQIAAAAGwgAAAA1BcHBsaWNhdGlvbklkBaUAAAA9T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5BY3Rpdml0eU91dHB1dFZhbHVlRGVzY3JpcHRvcgIAAAAdPEFjdGl2aXR5TmFtZT5rX19CYWNraW5nRmllbGQaPEZpZWxkUGF0aD5rX19CYWNraW5nRmllbGQEAztPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLkV4ZWN1dGFibGVWaWV3LkFjdGl2aXR5TmFtZQIAAAAPU3lzdGVtLlN0cmluZ1tdAgAAAAnDAAAACcQAAAABpwAAAKQAAAAGxQAAABVDZXJ0aWZpY2F0ZVRodW1icHJpbnQBqAAAAKUAAAAJxgAAAAnHAAAAAaoAAACkAAAABsgAAAAQU2VydmljZVByaW5jaXBhbAGrAAAAHgAAAAgBAQGtAAAApAAAAAbJAAAACFRlbmFudElkAa4AAAClAAAACcoAAAAJywAAAAevAAAAAAEAAAAEAAAABCxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAIAAAAJzAAAAA0DAbEAAACkAAAABs0AAAAETmFtZQGyAAAAHgAAAAbOAAAAFEF6dXJlUnVuQXNDb25uZWN0aW9uB7MAAAAAAQAAAAQAAAAELE9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyU2V0AgAAAAnPAAAACdAAAAANAge0AAAAAAEAAAAEAAAABCxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAIAAAAJ0QAAAAnSAAAACdMAAAAKAbYAAACkAAAABtQAAAAZUmVzb3VyY2VHcm91cE5hbWVDb250YWlucwG3AAAApQAAAAnVAAAACdYAAAAHuAAAAAABAAAABAAAAAQsT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXJTZXQCAAAACdcAAAAJ2AAAAAnZAAAACgG6AAAApAAAAAbaAAAAB01lc3NhZ2UFuwAAAENPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBvd2VyU2hlbGxFeHByZXNzaW9uVmFsdWVEZXNjcmlwdG9yAQAAAApleHByZXNzaW9uAQIAAAAG2wAAALYBIlRoZSBDb25uZWN0aW9uIGFzc2V0IG5hbWVkICdBenVyZVJ1bkFzQ29ubmVjdGlvbicgY291bGQgbm90IGJlIGZvdW5kIGluIHRoaXMgQXV0b21hdGlvbiBhY2NvdW50LiAgQXNzdXJlIHRoYXQgdGhlIEF6dXJlIFJ1biBBcyBhY2NvdW50IGhhcyBiZWVuIGNyZWF0ZWQgZm9yIHRoaXMgQXV0b21hdGlvbiBhY2NvdW50LiIFvAAAACxPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlclNldAMAAAAVPE5hbWU+a19fQmFja2luZ0ZpZWxkHzxPdXRwdXRUeXBlTmFtZT5rX19CYWNraW5nRmllbGQbPFBhcmFtZXRlcnM+a19fQmFja2luZ0ZpZWxkAQEDpgFTeXN0ZW0uQ29sbGVjdGlvbnMuR2VuZXJpYy5MaXN0YDFbW09yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyLCBPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLCBWZXJzaW9uPTcuMi4wLjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49bnVsbF1dAgAAAAbcAAAABFVzZXIKCd0AAAABvQAAALwAAAAG3gAAABtTZXJ2aWNlUHJpbmNpcGFsQ2VydGlmaWNhdGUKCd8AAAABvgAAALwAAAAG4AAAABBTZXJ2aWNlUHJpbmNpcGFsCgnhAAAAAb8AAAC8AAAABuIAAAAQU3Vic2NyaXB0aW9uTmFtZQoJ4wAAAAHAAAAAvAAAAAbkAAAAC0FjY2Vzc1Rva2VuCgnlAAAAAcEAAAC8AAAABuYAAAAOU3Vic2NyaXB0aW9uSWQKCecAAAABwwAAAB8AAAAG6AAAABVHZXQgUnVuIEFzIENvbm5lY3Rpb24RxAAAAAEAAAAG6QAAAA1BcHBsaWNhdGlvbklkAcYAAAAfAAAABuoAAAAVR2V0IFJ1biBBcyBDb25uZWN0aW9uEccAAAABAAAABusAAAAVQ2VydGlmaWNhdGVUaHVtYnByaW50AcoAAAAfAAAABuwAAAAVR2V0IFJ1biBBcyBDb25uZWN0aW9uEcsAAAABAAAABu0AAAAIVGVuYW50SWQBzAAAALwAAAAG7gAAAAdEZWZhdWx0CgnvAAAAAc8AAAC8AAAABvAAAAApTGlzdHMgdGhlIHJlc291cmNlIGdyb3VwIGJhc2VkIGluIHRoZSBJZC4KCfEAAAAB0AAAALwAAAAG8gAAACtMaXN0cyB0aGUgcmVzb3VyY2UgZ3JvdXAgYmFzZWQgaW4gdGhlIG5hbWUuCgnzAAAAAdEAAAC8AAAABvQAAABFTGlzdHMgdGhlIHJlc291cmNlcyBiYXNlZCBvbiB0aGUgc3BlY2lmaWVkIHNjb3BlIGF0IHRoZSB0ZW5hbnQgbGV2ZWwuCgn1AAAAAdIAAAC8AAAABvYAAAAxR2V0IGEgcmVzb3VyY2VzIHVzaW5nIGEgbXVsdGktc3Vic2NyaXB0aW9uIHF1ZXJ5LgoJ9wAAAAHTAAAAvAAAAAb4AAAAMUxpc3RzIHRoZSByZXNvdXJjZXMgYmFzZWQgb24gdGhlIHNwZWNpZmllZCBzY29wZS4KCfkAAAAB1QAAAB8AAAAG+gAAABlHZXQgQXp1cmUgUmVzb3VyY2UgR3JvdXBzEdYAAAABAAAABvsAAAARUmVzb3VyY2VHcm91cE5hbWUB1wAAALwAAAAG/AAAAAtOb0V4Y2VwdGlvbgoJ/QAAAAHYAAAAvAAAAAb+AAAADVdpdGhFeGNlcHRpb24KCf8AAAAB2QAAALwAAAAGAAEAAAtFcnJvclJlY29yZAoJAQEAAAHdAAAAAwAAAAkCAQAABAAAAAQAAAAB3wAAAAMAAAAJAwEAAAYAAAAGAAAAAeEAAAADAAAACQQBAAAHAAAABwAAAAHjAAAAAwAAAAkFAQAACQAAAAkAAAAB5QAAAAMAAAAJBgEAAAUAAAAFAAAAAecAAAADAAAACQcBAAAJAAAACQAAAAHvAAAAAwAAAAkIAQAAAQAAAAEAAAAB8QAAAAMAAAAJCQEAAAIAAAACAAAAAfMAAAADAAAACQoBAAACAAAAAgAAAAH1AAAAAwAAAAkLAQAACQAAAAkAAAAB9wAAAAMAAAAJDAEAAAsAAAALAAAAAfkAAAADAAAACQ0BAAALAAAACwAAAAH9AAAAAwAAAAkOAQAACQAAAAkAAAAB/wAAAAMAAAAJDwEAAAoAAAAKAAAAAQEBAAADAAAACRABAAAGAAAABgAAAAcCAQAAAAEAAAAEAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJEQEAAAkSAQAACRMBAAAJFAEAAAcDAQAAAAEAAAAIAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJFQEAAAkWAQAACRcBAAAJGAEAAAkZAQAACRoBAAANAgcEAQAAAAEAAAAIAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJGwEAAAkcAQAACR0BAAAJHgEAAAkfAQAACSABAAAJIQEAAAoHBQEAAAABAAAAEAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACSIBAAAJIwEAAAkkAQAACSUBAAAJJgEAAAknAQAACSgBAAAJKQEAAAkqAQAADQcHBgEAAAABAAAACAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACSsBAAAJLAEAAAktAQAACS4BAAAJLwEAAA0DBwcBAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAkwAQAACTEBAAAJMgEAAAkzAQAACTQBAAAJNQEAAAk2AQAACTcBAAAJOAEAAA0HBwgBAAAAAQAAAAQAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAk5AQAADQMHCQEAAAABAAAABAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACToBAAAJOwEAAA0CBwoBAAAAAQAAAAQAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAk8AQAACT0BAAANAgcLAQAAAAEAAAAQAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJPgEAAAk/AQAACUABAAAJQQEAAAlCAQAACUMBAAAJRAEAAAlFAQAACUYBAAANBwcMAQAAAAEAAAAQAAAABClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgIAAAAJRwEAAAlIAQAACUkBAAAJSgEAAAlLAQAACUwBAAAJTQEAAAlOAQAACU8BAAAJUAEAAAlRAQAADQUHDQEAAAABAAAAEAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACVIBAAAJUwEAAAlUAQAACVUBAAAJVgEAAAlXAQAACVgBAAAJWQEAAAlaAQAACVsBAAAJXAEAAA0FBw4BAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAldAQAACV4BAAAJXwEAAAlgAQAACWEBAAAJYgEAAAljAQAACWQBAAAJZQEAAA0HBw8BAAAAAQAAABAAAAAEKU9yY2hlc3RyYXRvci5HcmFwaFJ1bmJvb2suTW9kZWwuUGFyYW1ldGVyAgAAAAlmAQAACWcBAAAJaAEAAAlpAQAACWoBAAAJawEAAAlsAQAACW0BAAAJbgEAAAlvAQAADQYHEAEAAAABAAAACAAAAAQpT3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5QYXJhbWV0ZXICAAAACXABAAAJcQEAAAlyAQAACXMBAAAJdAEAAAl1AQAADQIFEQEAAClPcmNoZXN0cmF0b3IuR3JhcGhSdW5ib29rLk1vZGVsLlBhcmFtZXRlcgUAAAAdPERlZmF1bHRWYWx1ZT5rX19CYWNraW5nRmllbGQVPE5hbWU+a19fQmFja2luZ0ZpZWxkGTxPcHRpb25hbD5rX19CYWNraW5nRmllbGQZPFR5cGVOYW1lPmtfX0JhY2tpbmdGaWVsZBw8RGVzY3JpcHRpb24+a19fQmFja2luZ0ZpZWxkAgQAAQE8T3JjaGVzdHJhdG9yLkdyYXBoUnVuYm9vay5Nb2RlbC5FeGVjdXRhYmxlVmlldy5QYXJhbWV0ZXJOYW1lAgAAAAECAAAACgl2AQAAAQZ3AQAAKVN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uUFNDcmVkZW50aWFsCgESAQAAEQEAAAoJeAEAAAEGeQEAAD1NaWNyb3NvZnQuQXp1cmUuQ29tbW9uLkF1dGhlbnRpY2F0aW9uLk1vZGVscy5BenVyZUVudmlyb25tZW50CgETAQAAEQEAAAoJegEAAAEGewEAAA1TeXN0ZW0uU3RyaW5nCgEUAQAAEQEAAAoJfAEAAAEGfQEAAA1TeXN0ZW0uU3RyaW5nCgEVAQAAEQEAAAoJfgEAAAAGfwEAAA1TeXN0ZW0uU3RyaW5nCgEWAQAAEQEAAAoJgAEAAAAGgQEAAA1TeXN0ZW0uU3RyaW5nCgEXAQAAEQEAAAoJggEAAAEGgwEAAD1NaWNyb3NvZnQuQXp1cmUuQ29tbW9uLkF1dGhlbnRpY2F0aW9uLk1vZGVscy5BenVyZUVudmlyb25tZW50CgEYAQAAEQEAAAoJhAEAAAEGhQEAAA1TeXN0ZW0uU3RyaW5nCgEZAQAAEQEAAAoJhgEAAAAGhwEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBGgEAABEBAAAKCYgBAAAABokBAAANU3lzdGVtLlN0cmluZwoBGwEAABEBAAAKCYoBAAAABosBAAApU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5QU0NyZWRlbnRpYWwKARwBAAARAQAACgmMAQAAAQaNAQAAPU1pY3Jvc29mdC5BenVyZS5Db21tb24uQXV0aGVudGljYXRpb24uTW9kZWxzLkF6dXJlRW52aXJvbm1lbnQKAR0BAAARAQAACgmOAQAAAQaPAQAADVN5c3RlbS5TdHJpbmcKAR4BAAARAQAACgmQAQAAAAaRAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgEfAQAAEQEAAAoJkgEAAAEGkwEAAA1TeXN0ZW0uU3RyaW5nCgEgAQAAEQEAAAoJlAEAAAEGlQEAAA1TeXN0ZW0uU3RyaW5nCgEhAQAAEQEAAAoJlgEAAAAGlwEAAA1TeXN0ZW0uU3RyaW5nCgEiAQAAEQEAAAoJmAEAAAEGmQEAAA1TeXN0ZW0uU3RyaW5nCgEjAQAAEQEAAAoJmgEAAAEGmwEAAA1TeXN0ZW0uU3RyaW5nCgEkAQAAEQEAAAoJnAEAAAEGnQEAAA1TeXN0ZW0uU3RyaW5nCgElAQAAEQEAAAoJngEAAAEGnwEAAA1TeXN0ZW0uU3RyaW5nCgEmAQAAEQEAAAoJoAEAAAEGoQEAAClTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlBTQ3JlZGVudGlhbAoBJwEAABEBAAAKCaIBAAABBqMBAAA9TWljcm9zb2Z0LkF6dXJlLkNvbW1vbi5BdXRoZW50aWNhdGlvbi5Nb2RlbHMuQXp1cmVFbnZpcm9ubWVudAoBKAEAABEBAAAKCaQBAAABBqUBAAANU3lzdGVtLlN0cmluZwoBKQEAABEBAAAKCaYBAAABBqcBAAANU3lzdGVtLlN0cmluZwoBKgEAABEBAAAKCagBAAABBqkBAAANU3lzdGVtLlN0cmluZwoBKwEAABEBAAAKCaoBAAAABqsBAAANU3lzdGVtLlN0cmluZwoBLAEAABEBAAAKCawBAAAABq0BAAANU3lzdGVtLlN0cmluZwoBLQEAABEBAAAKCa4BAAABBq8BAAA9TWljcm9zb2Z0LkF6dXJlLkNvbW1vbi5BdXRoZW50aWNhdGlvbi5Nb2RlbHMuQXp1cmVFbnZpcm9ubWVudAoBLgEAABEBAAAKCbABAAABBrEBAAANU3lzdGVtLlN0cmluZwoBLwEAABEBAAAKCbIBAAABBrMBAAANU3lzdGVtLlN0cmluZwoBMAEAABEBAAAKCbQBAAABBrUBAAANU3lzdGVtLlN0cmluZwoBMQEAABEBAAAKCbYBAAABBrcBAAANU3lzdGVtLlN0cmluZwoBMgEAABEBAAAKCbgBAAABBrkBAAANU3lzdGVtLlN0cmluZwoBMwEAABEBAAAKCboBAAABBrsBAAANU3lzdGVtLlN0cmluZwoBNAEAABEBAAAKCbwBAAABBr0BAAApU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5QU0NyZWRlbnRpYWwKATUBAAARAQAACgm+AQAAAQa/AQAAPU1pY3Jvc29mdC5BenVyZS5Db21tb24uQXV0aGVudGljYXRpb24uTW9kZWxzLkF6dXJlRW52aXJvbm1lbnQKATYBAAARAQAACgnAAQAAAQbBAQAADVN5c3RlbS5TdHJpbmcKATcBAAARAQAACgnCAQAAAQbDAQAADVN5c3RlbS5TdHJpbmcKATgBAAARAQAACgnEAQAAAQbFAQAADVN5c3RlbS5TdHJpbmcKATkBAAARAQAACgnGAQAAAAbHAQAADVN5c3RlbS5TdHJpbmcKAToBAAARAQAACgnIAQAAAQbJAQAADVN5c3RlbS5TdHJpbmcKATsBAAARAQAACgnKAQAAAQbLAQAADVN5c3RlbS5TdHJpbmcKATwBAAARAQAACgnMAQAAAQbNAQAADVN5c3RlbS5TdHJpbmcKAT0BAAARAQAACgnOAQAAAQbPAQAADVN5c3RlbS5TdHJpbmcKAT4BAAARAQAACgnQAQAAAQbRAQAADVN5c3RlbS5TdHJpbmcKAT8BAAARAQAACgnSAQAAAQbTAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFAAQAAEQEAAAoJ1AEAAAEG1QEAAA1TeXN0ZW0uU3RyaW5nCgFBAQAAEQEAAAoJ1gEAAAEG1wEAAA1TeXN0ZW0uU3RyaW5nCgFCAQAAEQEAAAoJ2AEAAAEG2QEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBQwEAABEBAAAKCdoBAAABBtsBAAANU3lzdGVtLlN0cmluZwoBRAEAABEBAAAKCdwBAAAABt0BAAANU3lzdGVtLlN0cmluZwoBRQEAABEBAAAKCd4BAAAABt8BAAAsU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5Td2l0Y2hQYXJhbWV0ZXIKAUYBAAARAQAACgngAQAAAQbhAQAAH1N5c3RlbS5OdWxsYWJsZWAxW1N5c3RlbS5JbnQzMl0KAUcBAAARAQAACgniAQAAAQbjAQAADVN5c3RlbS5TdHJpbmcKAUgBAAARAQAACgnkAQAAAQblAQAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFJAQAAEQEAAAoJ5gEAAAEG5wEAAA1TeXN0ZW0uU3RyaW5nCgFKAQAAEQEAAAoJ6AEAAAEG6QEAAA1TeXN0ZW0uU3RyaW5nCgFLAQAAEQEAAAoJ6gEAAAEG6wEAACxTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLlN3aXRjaFBhcmFtZXRlcgoBTAEAABEBAAAKCewBAAABBu0BAAANU3lzdGVtLlN0cmluZwoBTQEAABEBAAAKCe4BAAABBu8BAAANU3lzdGVtLlN0cmluZwoBTgEAABEBAAAKCfABAAAABvEBAAANU3lzdGVtLlN0cmluZwoBTwEAABEBAAAKCfIBAAABBvMBAAANU3lzdGVtLlN0cmluZwoBUAEAABEBAAAKCfQBAAABBvUBAAANU3lzdGVtLlN0cmluZwoBUQEAABEBAAAKCfYBAAABBvcBAAAfU3lzdGVtLk51bGxhYmxlYDFbU3lzdGVtLkludDMyXQoBUgEAABEBAAAKCfgBAAABBvkBAAANU3lzdGVtLlN0cmluZwoBUwEAABEBAAAKCfoBAAABBvsBAAAsU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5Td2l0Y2hQYXJhbWV0ZXIKAVQBAAARAQAACgn8AQAAAQb9AQAADVN5c3RlbS5TdHJpbmcKAVUBAAARAQAACgn+AQAAAQb/AQAADVN5c3RlbS5TdHJpbmcKAVYBAAARAQAACgkAAgAAAQYBAgAALFN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uU3dpdGNoUGFyYW1ldGVyCgFXAQAAEQEAAAoJAgIAAAEGAwIAAA1TeXN0ZW0uU3RyaW5nCgFYAQAAEQEAAAoJBAIAAAEGBQIAAA1TeXN0ZW0uU3RyaW5nCgFZAQAAEQEAAAoJBgIAAAEGBwIAAA1TeXN0ZW0uU3RyaW5nCgFaAQAAEQEAAAoJCAIAAAEGCQIAAA1TeXN0ZW0uU3RyaW5nCgFbAQAAEQEAAAoJCgIAAAEGCwIAAA1TeXN0ZW0uU3RyaW5nCgFcAQAAEQEAAAoJDAIAAAEGDQIAAB9TeXN0ZW0uTnVsbGFibGVgMVtTeXN0ZW0uSW50MzJdCgFdAQAAEQEAAAoJDgIAAAEGDwIAACpTeXN0ZW0uTWFuYWdlbWVudC5BdXRvbWF0aW9uLkVycm9yQ2F0ZWdvcnkKAV4BAAARAQAACgkQAgAAAQYRAgAADVN5c3RlbS5TdHJpbmcKAV8BAAARAQAACgkSAgAAAQYTAgAADVN5c3RlbS5TdHJpbmcKAWABAAARAQAACgkUAgAAAQYVAgAADVN5c3RlbS5TdHJpbmcKAWEBAAARAQAACgkWAgAAAQYXAgAADVN5c3RlbS5TdHJpbmcKAWIBAAARAQAACgkYAgAAAQYZAgAADVN5c3RlbS5TdHJpbmcKAWMBAAARAQAACgkaAgAAAAYbAgAADVN5c3RlbS5TdHJpbmcKAWQBAAARAQAACgkcAgAAAQYdAgAADVN5c3RlbS5TdHJpbmcKAWUBAAARAQAACgkeAgAAAQYfAgAADVN5c3RlbS5PYmplY3QKAWYBAAARAQAACgkgAgAAAQYhAgAAKlN5c3RlbS5NYW5hZ2VtZW50LkF1dG9tYXRpb24uRXJyb3JDYXRlZ29yeQoBZwEAABEBAAAKCSICAAABBiMCAAANU3lzdGVtLlN0cmluZwoBaAEAABEBAAAKCSQCAAABBiUCAAANU3lzdGVtLlN0cmluZwoBaQEAABEBAAAKCSYCAAABBicCAAANU3lzdGVtLlN0cmluZwoBagEAABEBAAAKCSgCAAABBikCAAANU3lzdGVtLlN0cmluZwoBawEAABEBAAAKCSoCAAABBisCAAANU3lzdGVtLlN0cmluZwoBbAEAABEBAAAKCSwCAAAABi0CAAAQU3lzdGVtLkV4Y2VwdGlvbgoBbQEAABEBAAAKCS4CAAABBi8CAAANU3lzdGVtLlN0cmluZwoBbgEAABEBAAAKCTACAAABBjECAAANU3lzdGVtLlN0cmluZwoBbwEAABEBAAAKCTICAAABBjMCAAANU3lzdGVtLk9iamVjdAoBcAEAABEBAAAKCTQCAAABBjUCAAANU3lzdGVtLlN0cmluZwoBcQEAABEBAAAKCTYCAAABBjcCAAANU3lzdGVtLlN0cmluZwoBcgEAABEBAAAKCTgCAAABBjkCAAANU3lzdGVtLlN0cmluZwoBcwEAABEBAAAKCToCAAABBjsCAAANU3lzdGVtLlN0cmluZwoBdAEAABEBAAAKCTwCAAAABj0CAAAoU3lzdGVtLk1hbmFnZW1lbnQuQXV0b21hdGlvbi5FcnJvclJlY29yZAoBdQEAABEBAAAKCT4CAAABBj8CAAANU3lzdGVtLlN0cmluZwoBdgEAAKQAAAAGQAIAAApDcmVkZW50aWFsAXgBAACkAAAABkECAAALRW52aXJvbm1lbnQBegEAAKQAAAAGQgIAAA9FbnZpcm9ubWVudE5hbWUBfAEAAKQAAAAGQwIAAAhUZW5hbnRJZAF+AQAApAAAAAZEAgAADUFwcGxpY2F0aW9uSWQBgAEAAKQAAAAGRQIAABVDZXJ0aWZpY2F0ZVRodW1icHJpbnQBggEAAKQAAAAGRgIAAAtFbnZpcm9ubWVudAGEAQAApAAAAAZHAgAAD0Vudmlyb25tZW50TmFtZQGGAQAApAAAAAZIAgAAEFNlcnZpY2VQcmluY2lwYWwBiAEAAKQAAAAGSQIAAAhUZW5hbnRJZAGKAQAApAAAAAZKAgAACkNyZWRlbnRpYWwBjAEAAKQAAAAGSwIAAAtFbnZpcm9ubWVudAGOAQAApAAAAAZMAgAAD0Vudmlyb25tZW50TmFtZQGQAQAApAAAAAZNAgAAEFNlcnZpY2VQcmluY2lwYWwBkgEAAKQAAAAGTgIAAA5TdWJzY3JpcHRpb25JZAGUAQAApAAAAAZPAgAAEFN1YnNjcmlwdGlvbk5hbWUBlgEAAKQAAAAGUAIAAAhUZW5hbnRJZAGYAQAApAAAAAZRAgAAC0FjY2Vzc1Rva2VuAZoBAACkAAAABlICAAAJQWNjb3VudElkAZwBAACkAAAABlMCAAANQXBwbGljYXRpb25JZAGeAQAApAAAAAZUAgAAFUNlcnRpZmljYXRlVGh1bWJwcmludAGgAQAApAAAAAZVAgAACkNyZWRlbnRpYWwBogEAAKQAAAAGVgIAAAtFbnZpcm9ubWVudAGkAQAApAAAAAZXAgAAD0Vudmlyb25tZW50TmFtZQGmAQAApAAAAAZYAgAAEFN1YnNjcmlwdGlvbk5hbWUBqAEAAKQAAAAGWQIAAAhUZW5hbnRJZAGqAQAApAAAAAZaAgAAC0FjY2Vzc1Rva2VuAawBAACkAAAABlsCAAAJQWNjb3VudElkAa4BAACkAAAABlwCAAALRW52aXJvbm1lbnQBsAEAAKQAAAAGXQIAAA9FbnZpcm9ubWVudE5hbWUBsgEAAKQAAAAGXgIAAAhUZW5hbnRJZAG0AQAApAAAAAZfAgAAC0FjY2Vzc1Rva2VuAbYBAACkAAAABmACAAAJQWNjb3VudElkAbgBAACkAAAABmECAAANQXBwbGljYXRpb25JZAG6AQAApAAAAAZiAgAAFUNlcnRpZmljYXRlVGh1bWJwcmludAG8AQAApAAAAAZjAgAACkNyZWRlbnRpYWwBvgEAAKQAAAAGZAIAAAtFbnZpcm9ubWVudAHAAQAApAAAAAZlAgAAD0Vudmlyb25tZW50TmFtZQHCAQAApAAAAAZmAgAADlN1YnNjcmlwdGlvbklkAcQBAACkAAAABmcCAAAIVGVuYW50SWQBxgEAAKQAAAAGaAIAAAROYW1lAcgBAACkAAAABmkCAAACSWQBygEAAKQAAAAGagIAAAhMb2NhdGlvbgHMAQAApAAAAAZrAgAACExvY2F0aW9uAc4BAACkAAAABmwCAAAETmFtZQHQAQAApAAAAAZtAgAACkFwaVZlcnNpb24B0gEAAKQAAAAGbgIAABBFeHBhbmRQcm9wZXJ0aWVzAdQBAACkAAAABm8CAAAVRXh0ZW5zaW9uUmVzb3VyY2VUeXBlAdYBAACkAAAABnACAAAKT0RhdGFRdWVyeQHYAQAApAAAAAZxAgAAA1ByZQHaAQAApAAAAAZyAgAAFFJlc291cmNlTmFtZUNvbnRhaW5zAdwBAACkAAAABnMCAAAMUmVzb3VyY2VUeXBlAd4BAACkAAAABnQCAAALVGVuYW50TGV2ZWwB4AEAAKQAAAAGdQIAAANUb3AB4gEAAKQAAAAGdgIAAApBcGlWZXJzaW9uAeQBAACkAAAABncCAAAQRXhwYW5kUHJvcGVydGllcwHmAQAApAAAAAZ4AgAAFUV4dGVuc2lvblJlc291cmNlVHlwZQHoAQAApAAAAAZ5AgAACk9EYXRhUXVlcnkB6gEAAKQAAAAGegIAAANQcmUB7AEAAKQAAAAGewIAABlSZXNvdXJjZUdyb3VwTmFtZUNvbnRhaW5zAe4BAACkAAAABnwCAAAUUmVzb3VyY2VOYW1lQ29udGFpbnMB8AEAAKQAAAAGfQIAAAxSZXNvdXJjZVR5cGUB8gEAAKQAAAAGfgIAAAdUYWdOYW1lAfQBAACkAAAABn8CAAAIVGFnVmFsdWUB9gEAAKQAAAAGgAIAAANUb3AB+AEAAKQAAAAGgQIAAApBcGlWZXJzaW9uAfoBAACkAAAABoICAAAQRXhwYW5kUHJvcGVydGllcwH8AQAApAAAAAaDAgAAFUV4dGVuc2lvblJlc291cmNlVHlwZQH+AQAApAAAAAaEAgAACk9EYXRhUXVlcnkBAAIAAKQAAAAGhQIAAANQcmUBAgIAAKQAAAAGhgIAABlSZXNvdXJjZUdyb3VwTmFtZUNvbnRhaW5zAQQCAACkAAAABocCAAAUUmVzb3VyY2VOYW1lQ29udGFpbnMBBgIAAKQAAAAGiAIAAAxSZXNvdXJjZVR5cGUBCAIAAKQAAAAGiQIAAAdUYWdOYW1lAQoCAACkAAAABooCAAAIVGFnVmFsdWUBDAIAAKQAAAAGiwIAAANUb3ABDgIAAKQAAAAGjAIAAAhDYXRlZ29yeQEQAgAApAAAAAaNAgAAEENhdGVnb3J5QWN0aXZpdHkBEgIAAKQAAAAGjgIAAA5DYXRlZ29yeVJlYXNvbgEUAgAApAAAAAaPAgAAEkNhdGVnb3J5VGFyZ2V0TmFtZQEWAgAApAAAAAaQAgAAEkNhdGVnb3J5VGFyZ2V0VHlwZQEYAgAApAAAAAaRAgAAB0Vycm9ySWQBGgIAAKQAAAAGkgIAAAdNZXNzYWdlARwCAACkAAAABpMCAAARUmVjb21tZW5kZWRBY3Rpb24BHgIAAKQAAAAGlAIAAAxUYXJnZXRPYmplY3QBIAIAAKQAAAAGlQIAAAhDYXRlZ29yeQEiAgAApAAAAAaWAgAAEENhdGVnb3J5QWN0aXZpdHkBJAIAAKQAAAAGlwIAAA5DYXRlZ29yeVJlYXNvbgEmAgAApAAAAAaYAgAAEkNhdGVnb3J5VGFyZ2V0TmFtZQEoAgAApAAAAAaZAgAAEkNhdGVnb3J5VGFyZ2V0VHlwZQEqAgAApAAAAAaaAgAAB0Vycm9ySWQBLAIAAKQAAAAGmwIAAAlFeGNlcHRpb24BLgIAAKQAAAAGnAIAAAdNZXNzYWdlATACAACkAAAABp0CAAARUmVjb21tZW5kZWRBY3Rpb24BMgIAAKQAAAAGngIAAAxUYXJnZXRPYmplY3QBNAIAAKQAAAAGnwIAABBDYXRlZ29yeUFjdGl2aXR5ATYCAACkAAAABqACAAAOQ2F0ZWdvcnlSZWFzb24BOAIAAKQAAAAGoQIAABJDYXRlZ29yeVRhcmdldE5hbWUBOgIAAKQAAAAGogIAABJDYXRlZ29yeVRhcmdldFR5cGUBPAIAAKQAAAAGowIAAAtFcnJvclJlY29yZAE+AgAApAAAAAakAgAAEVJlY29tbWVuZGVkQWN0aW9uCwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\",\r\n \"RunbookType\": \"GraphPowerShell\"\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/publish?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbC9kcmFmdC9wdWJsaXNoP2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9f25e542-915c-4665-bd68-f2e617ddf3ca"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "ocp-automation-operationresultid": [
+ "10e0379a-cede-4850-8955-9c1b713141f0",
+ "10e0379a-cede-4850-8955-9c1b713141f0"
+ ],
+ "x-ms-request-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/publish/operationResults/10e0379a-cede-4850-8955-9c1b713141f0?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/publish/operationResults/10e0379a-cede-4850-8955-9c1b713141f0?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "a1063ea3-718a-401d-a571-f8353cc65f82"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213831Z:a1063ea3-718a-401d-a571-f8353cc65f82"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:38:30 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/publish/operationResults/10e0379a-cede-4850-8955-9c1b713141f0?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/publish/operationResults/10e0379a-cede-4850-8955-9c1b713141f0?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbC9kcmFmdC9wdWJsaXNoL29wZXJhdGlvblJlc3VsdHMvMTBlMDM3OWEtY2VkZS00ODUwLTg5NTUtOWMxYjcxMzE0MWYwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ],
+ "x-ms-client-request-id": [
+ "295a6672-6f4b-41d2-bbb3-73e191d83df4"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11976"
+ ],
+ "x-ms-correlation-request-id": [
+ "161464dc-0a7d-453c-b1ab-f59f6366d351"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213901Z:161464dc-0a7d-453c-b1ab-f59f6366d351"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical/draft/publish/operationResults/10e0379a-cede-4850-8955-9c1b713141f0?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbC9kcmFmdC9wdWJsaXNoL29wZXJhdGlvblJlc3VsdHMvMTBlMDM3OWEtY2VkZS00ODUwLTg5NTUtOWMxYjcxMzE0MWYwP2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ],
+ "x-ms-client-request-id": [
+ "295a6672-6f4b-41d2-bbb3-73e191d83df4"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a11315c3-3c8d-4308-a95b-0ba3e86162f4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11975"
+ ],
+ "x-ms-correlation-request-id": [
+ "df038d6c-352c-4c0c-8b7d-9ea3b72f4599"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213901Z:df038d6c-352c-4c0c-8b7d-9ea3b72f4599"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-Grapical?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1HcmFwaWNhbD9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9e55d9fb-2071-4be3-979b-fd8b2fdff3e9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "59a282af-aeb2-412c-aa38-e8889539c88e"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "59a282af-aeb2-412c-aa38-e8889539c88e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "e9d2749b-5977-4e28-a5e6-ec7b58cee9ac"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213903Z:e9d2749b-5977-4e28-a5e6-ec7b58cee9ac"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:39:02 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestImportRunbookPowerShell.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestImportRunbookPowerShell.json
new file mode 100644
index 000000000000..0d6399da8bb2
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.RunbookJobTests/TestImportRunbookPowerShell.json
@@ -0,0 +1,1030 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMT9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7c88e753-304b-4aca-8df5-8869e1cdbc67"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "d6efba02-92ca-4b55-926d-6f81546fb1c6"
+ ],
+ "x-ms-request-id": [
+ "7c88e753-304b-4aca-8df5-8869e1cdbc67"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "35d2c56f-1f36-4d7a-997e-79018429f425"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213655Z:35d2c56f-1f36-4d7a-997e-79018429f425"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:36:54 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "611"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/d6efba02-92ca-4b55-926d-6f81546fb1c6\",\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMT9hcGktdmVyc2lvbj0yMDE1LTEwLTMx",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "314ac6bc-db04-48e3-9fd5-d7b1bc232a20"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "d6efba02-92ca-4b55-926d-6f81546fb1c6"
+ ],
+ "x-ms-request-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "94b0781c-79d9-4181-b7e9-a71bad95702f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213655Z:94b0781c-79d9-4181-b7e9-a71bad95702f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:36:55 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "611"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/d6efba02-92ca-4b55-926d-6f81546fb1c6\",\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "33669e94-493d-4623-9da2-ce134ab343f5"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "8c700438-5f43-414c-9e60-169be9ee1358"
+ ],
+ "x-ms-correlation-request-id": [
+ "8c700438-5f43-414c-9e60-169be9ee1358"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213655Z:8c700438-5f43-414c-9e60-169be9ee1358"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:36:55 GMT"
+ ],
+ "Content-Length": [
+ "218"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript' under resource group 'PSCmdletTest-RG' was not found.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "98bde0f9-6a88-45a7-8f49-e8e4de699565"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "92be780a-aa00-46ba-9e46-fe3d061cdde2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213656Z:92be780a-aa00-46ba-9e46-fe3d061cdde2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:36:55 GMT"
+ ],
+ "ETag": [
+ "\"636773098160233333\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "780"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript\",\r\n \"name\": \"TestRunbook-PowerShellScript\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"etag\": \"\\\"636773098160233333\\\"\",\r\n \"properties\": {\r\n \"description\": \"PowerShell Tutorial runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"PowerShell\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:36:56.0233333-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:36:56.0233333-08:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3fa04466-78f9-4180-aa75-5ec430d17107"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-correlation-request-id": [
+ "7c582c5f-6e12-44ce-a1ed-00a0174b516b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213757Z:7c582c5f-6e12-44ce-a1ed-00a0174b516b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:57 GMT"
+ ],
+ "ETag": [
+ "\"636773098475533333\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "786"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript\",\r\n \"name\": \"TestRunbook-PowerShellScript\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"etag\": \"\\\"636773098475533333\\\"\",\r\n \"properties\": {\r\n \"description\": \"PowerShell Tutorial runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"PowerShell\",\r\n \"parameters\": {},\r\n \"state\": \"Published\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:36:56.0233333-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:37:27.5533333-08:00\"\r\n }\r\n}",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8deab1d1-5ad6-40d2-9d86-78c74ac856f3"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "056756b9-8e2c-4996-b241-fb995148c2c9"
+ ],
+ "x-ms-correlation-request-id": [
+ "056756b9-8e2c-4996-b241-fb995148c2c9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213758Z:056756b9-8e2c-4996-b241-fb995148c2c9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:58 GMT"
+ ],
+ "Content-Length": [
+ "218"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript' under resource group 'PSCmdletTest-RG' was not found.\"\r\n }\r\n}",
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"runbookType\": \"PowerShell\",\r\n \"draft\": {\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n },\r\n \"description\": \"PowerShell Tutorial runbook\"\r\n },\r\n \"name\": \"TestRunbook-PowerShellScript\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "edfc8185-4b4b-4c66-812c-18b143d169b0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "416"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "04c1cd98-28c7-44d9-8f3d-dda05c0f8ecb"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "b659550d-e2c8-40ce-850e-cbff02436510"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213656Z:b659550d-e2c8-40ce-850e-cbff02436510"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:36:55 GMT"
+ ],
+ "ETag": [
+ "\"636773098160233333\""
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "780"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript\",\r\n \"name\": \"TestRunbook-PowerShellScript\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts/Runbooks\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"etag\": \"\\\"636773098160233333\\\"\",\r\n \"properties\": {\r\n \"description\": \"PowerShell Tutorial runbook\",\r\n \"logVerbose\": true,\r\n \"logProgress\": true,\r\n \"logActivityTrace\": 0,\r\n \"runbookType\": \"PowerShell\",\r\n \"parameters\": {},\r\n \"state\": \"New\",\r\n \"jobCount\": 0,\r\n \"provisioningState\": \"Succeeded\",\r\n \"serviceManagementTags\": null,\r\n \"outputTypes\": [],\r\n \"creationTime\": \"2018-11-08T13:36:56.0233333-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T13:36:56.0233333-08:00\"\r\n }\r\n}",
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/content?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0L2RyYWZ0L2NvbnRlbnQ/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "<#\r\n .DESCRIPTION\r\n An example runbook which gets all the ARM resources using the Run As Account (Service Principal)\r\n\r\n .NOTES\r\n AUTHOR: Azure Automation Team\r\n LASTEDIT: Mar 14, 2016\r\n#>\r\n\r\n$connectionName = \"AzureRunAsConnection100\"\r\ntry\r\n{\r\n # Get the connection \"AzureRunAsConnection \"\r\n $servicePrincipalConnection=Get-AutomationConnection -Name $connectionName \r\n\r\n \"Logging in to Azure...\"\r\n Add-AzureRmAccount `\r\n -ServicePrincipal `\r\n -TenantId $servicePrincipalConnection.TenantId `\r\n -ApplicationId $servicePrincipalConnection.ApplicationId `\r\n -CertificateThumbprint $servicePrincipalConnection.CertificateThumbprint \r\n}\r\ncatch {\r\n if (!$servicePrincipalConnection)\r\n {\r\n $ErrorMessage = \"Connection $connectionName not found.\"\r\n throw $ErrorMessage\r\n } else{\r\n Write-Error -Message $_.Exception\r\n throw $_.Exception\r\n }\r\n}\r\n\r\n#Get all ARM resources from all resource groups\r\n$ResourceGroups = Get-AzureRmResourceGroup \r\n\r\nforeach ($ResourceGroup in $ResourceGroups)\r\n{ \r\n Write-Output (\"Showing resources in resource group \" + $ResourceGroup.ResourceGroupName)\r\n $Resources = Find-AzureRmResource -ResourceGroupNameContains $ResourceGroup.ResourceGroupName | Select ResourceName, ResourceType\r\n ForEach ($Resource in $Resources)\r\n {\r\n Write-Output ($Resource.ResourceName + \" of type \" + $Resource.ResourceType)\r\n }\r\n Write-Output (\"\")\r\n} \r\n",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "dc83b6b9-bd92-4cc5-a533-f4754d0a8c5c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "Content-Type": [
+ "text/powershell"
+ ],
+ "Content-Length": [
+ "1499"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "ocp-automation-operationresultid": [
+ "644b43b4-50bb-48cf-8b26-47b1ad0f7f03",
+ "644b43b4-50bb-48cf-8b26-47b1ad0f7f03"
+ ],
+ "x-ms-request-id": [
+ "dc83b6b9-bd92-4cc5-a533-f4754d0a8c5c"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/content/operationResults/644b43b4-50bb-48cf-8b26-47b1ad0f7f03?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/content/operationResults/644b43b4-50bb-48cf-8b26-47b1ad0f7f03?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "af29e443-22d8-4e75-ab7c-ca4f56b85fc2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213657Z:af29e443-22d8-4e75-ab7c-ca4f56b85fc2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:36:56 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/content/operationResults/644b43b4-50bb-48cf-8b26-47b1ad0f7f03?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/content/operationResults/644b43b4-50bb-48cf-8b26-47b1ad0f7f03?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0L2RyYWZ0L2NvbnRlbnQvb3BlcmF0aW9uUmVzdWx0cy82NDRiNDNiNC01MGJiLTQ4Y2YtOGIyNi00N2IxYWQwZjdmMDM/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "69423e91-3ac6-413a-b140-9eba941d5938"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "1d53a31e-859b-4fda-bb0a-090b55b05159"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213727Z:1d53a31e-859b-4fda-bb0a-090b55b05159"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:26 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/content?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0L2RyYWZ0L2NvbnRlbnQ/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "Vary": [
+ "Accept-Encoding"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-request-id": [
+ "953e237b-305b-476a-b98a-5b10031b4236"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-correlation-request-id": [
+ "db878394-26ef-4004-a62e-dac7ced462ec"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213727Z:db878394-26ef-4004-a62e-dac7ced462ec"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:26 GMT"
+ ],
+ "ETag": [
+ "\"636773098169600000\""
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "1499"
+ ],
+ "Content-Type": [
+ "text/powershell"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "<#\r\n .DESCRIPTION\r\n An example runbook which gets all the ARM resources using the Run As Account (Service Principal)\r\n\r\n .NOTES\r\n AUTHOR: Azure Automation Team\r\n LASTEDIT: Mar 14, 2016\r\n#>\r\n\r\n$connectionName = \"AzureRunAsConnection100\"\r\ntry\r\n{\r\n # Get the connection \"AzureRunAsConnection \"\r\n $servicePrincipalConnection=Get-AutomationConnection -Name $connectionName \r\n\r\n \"Logging in to Azure...\"\r\n Add-AzureRmAccount `\r\n -ServicePrincipal `\r\n -TenantId $servicePrincipalConnection.TenantId `\r\n -ApplicationId $servicePrincipalConnection.ApplicationId `\r\n -CertificateThumbprint $servicePrincipalConnection.CertificateThumbprint \r\n}\r\ncatch {\r\n if (!$servicePrincipalConnection)\r\n {\r\n $ErrorMessage = \"Connection $connectionName not found.\"\r\n throw $ErrorMessage\r\n } else{\r\n Write-Error -Message $_.Exception\r\n throw $_.Exception\r\n }\r\n}\r\n\r\n#Get all ARM resources from all resource groups\r\n$ResourceGroups = Get-AzureRmResourceGroup \r\n\r\nforeach ($ResourceGroup in $ResourceGroups)\r\n{ \r\n Write-Output (\"Showing resources in resource group \" + $ResourceGroup.ResourceGroupName)\r\n $Resources = Find-AzureRmResource -ResourceGroupNameContains $ResourceGroup.ResourceGroupName | Select ResourceName, ResourceType\r\n ForEach ($Resource in $Resources)\r\n {\r\n Write-Output ($Resource.ResourceName + \" of type \" + $Resource.ResourceType)\r\n }\r\n Write-Output (\"\")\r\n} \r\n",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/publish?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0L2RyYWZ0L3B1Ymxpc2g/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "POST",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "aa736a3d-98f7-4596-ac1e-cf54af69770c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "Retry-After": [
+ "30"
+ ],
+ "ocp-automation-operationresultid": [
+ "da65619b-d643-4aa8-b625-246bbdcc7095",
+ "da65619b-d643-4aa8-b625-246bbdcc7095"
+ ],
+ "x-ms-request-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/publish/operationResults/da65619b-d643-4aa8-b625-246bbdcc7095?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/publish/operationResults/da65619b-d643-4aa8-b625-246bbdcc7095?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "4632b799-146b-46bb-aad9-09b7d28f0a43"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213727Z:4632b799-146b-46bb-aad9-09b7d28f0a43"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:26 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/publish/operationResults/da65619b-d643-4aa8-b625-246bbdcc7095?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 202
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/publish/operationResults/da65619b-d643-4aa8-b625-246bbdcc7095?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0L2RyYWZ0L3B1Ymxpc2gvb3BlcmF0aW9uUmVzdWx0cy9kYTY1NjE5Yi1kNjQzLTRhYTgtYjYyNS0yNDZiYmRjYzcwOTU/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ],
+ "x-ms-client-request-id": [
+ "3255acf3-4071-40a5-bb53-ffd8b948445e"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-correlation-request-id": [
+ "b28fcaa8-689f-430b-a5de-0bc775c2607b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213757Z:b28fcaa8-689f-430b-a5de-0bc775c2607b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:57 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript/draft/publish/operationResults/da65619b-d643-4aa8-b625-246bbdcc7095?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0L2RyYWZ0L3B1Ymxpc2gvb3BlcmF0aW9uUmVzdWx0cy9kYTY1NjE5Yi1kNjQzLTRhYTgtYjYyNS0yNDZiYmRjYzcwOTU/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ],
+ "x-ms-client-request-id": [
+ "3255acf3-4071-40a5-bb53-ffd8b948445e"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "48ed046a-877b-41be-8469-58c066e90e37"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "bb8b866b-beb3-483a-886e-fde81d849b30"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213757Z:bb8b866b-beb3-483a-886e-fde81d849b30"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:57 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Content-Type": [
+ "text/plain; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01/runbooks/TestRunbook-PowerShellScript?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1BTQ21kbGV0VGVzdC1SRy9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL1BTQ21kbGV0VGVzdEFjY291bnQwMS9ydW5ib29rcy9UZXN0UnVuYm9vay1Qb3dlclNoZWxsU2NyaXB0P2FwaS12ZXJzaW9uPTIwMTUtMTAtMzE=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "298e649b-9730-47de-a50d-b4d8d65d420c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows",
+ "OSVersion/10.0.17763.0",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ],
+ "x-ms-activity-id": [
+ "1f8efd25-6239-42af-9162-becc960b662e"
+ ]
+ },
+ "ResponseHeaders": {
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1f8efd25-6239-42af-9162-becc960b662e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "4ca66e27-66d1-490f-8a5f-03ee1ca4db31"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T213758Z:4ca66e27-66d1-490f-8a5f-03ee1ca4db31"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 21:37:58 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ],
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ]
+ },
+ "ResponseBody": "",
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateGitHubSourceControlAndSync.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateGitHubSourceControlAndSync.json
new file mode 100644
index 000000000000..4cc60548c6ac
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateGitHubSourceControlAndSync.json
@@ -0,0 +1,1214 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "05563045-8da3-4174-8ebd-fc2165f728bc"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"SourceControl with name: 'AASourceControl-GitHub' does not exist.\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "97"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "05563045-8da3-4174-8ebd-fc2165f728bc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "b5d8f64d-2f89-4389-b66a-e91b04333c58"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202632Z:b5d8f64d-2f89-4389-b66a-e91b04333c58"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:31 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fecf4e1d-8af0-4339-9c7a-706935a094fc"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub\",\r\n \"name\": \"AASourceControl-GitHub\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:26:33.6641741-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:26:34.1040025-07:00\",\r\n \"repoUrl\": \"https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git\",\r\n \"sourceType\": \"GitHub\",\r\n \"branch\": \"master\",\r\n \"folderPath\": \"/\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": true,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "555"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "fecf4e1d-8af0-4339-9c7a-706935a094fc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-correlation-request-id": [
+ "9e857731-b782-442c-8bc1-a453404b9f73"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202726Z:9e857731-b782-442c-8bc1-a453404b9f73"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:26 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"repoUrl\": \"https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git\",\r\n \"branch\": \"master\",\r\n \"folderPath\": \"/\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": false,\r\n \"sourceType\": \"GitHub\",\r\n \"securityToken\": {\r\n \"accessToken\": \"5fd81166a9ebaebc60da4756f2094a598f1d4c01\",\r\n \"tokenType\": \"PersonalAccessToken\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "381"
+ ],
+ "x-ms-client-request-id": [
+ "6d3267ba-3b59-4406-a0e6-4680f1c22bd9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub\",\r\n \"name\": \"AASourceControl-GitHub\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:26:33.6641741-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:26:33.6641741-07:00\",\r\n \"repoUrl\": \"https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git\",\r\n \"sourceType\": \"GitHub\",\r\n \"branch\": \"master\",\r\n \"folderPath\": \"/\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": false,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "556"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "6d3267ba-3b59-4406-a0e6-4680f1c22bd9"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "a7c6095b-cdd6-4c53-a01d-9732fae77481"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202633Z:a7c6095b-cdd6-4c53-a01d-9732fae77481"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:33 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PATCH",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishRunbook\": true\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "56"
+ ],
+ "x-ms-client-request-id": [
+ "c0399d06-2230-4862-8080-47a364b0deda"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub\",\r\n \"name\": \"AASourceControl-GitHub\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:26:33.6641741-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:26:34.1040025-07:00\",\r\n \"repoUrl\": \"https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git\",\r\n \"sourceType\": \"GitHub\",\r\n \"branch\": \"master\",\r\n \"folderPath\": \"/\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": true,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "555"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "c0399d06-2230-4862-8080-47a364b0deda"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "44262f82-48c2-47bb-a459-12f2c5cd6575"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202634Z:44262f82-48c2-47bb-a459-12f2c5cd6575"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:33 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"commitId\": \"\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "48"
+ ],
+ "x-ms-client-request-id": [
+ "b43ae9f5-c013-4734-be3c-3ece2734d223"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "472"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b43ae9f5-c013-4734-be3c-3ece2734d223"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "6f685324-fe8a-4115-92b5-be8d6a74f337"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202635Z:6f685324-fe8a-4115-92b5-be8d6a74f337"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:34 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "622f20d2-1971-44f2-a417-5848221eebf1"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "489"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "622f20d2-1971-44f2-a417-5848221eebf1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "321db29f-980b-45ae-971d-d8c4c73d238d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202635Z:321db29f-980b-45ae-971d-d8c4c73d238d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:34 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6b7af01e-c328-4b06-a1f9-415f88fcb3b2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "489"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "6b7af01e-c328-4b06-a1f9-415f88fcb3b2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "d5e572f1-20b6-460c-81e8-ac83985848a7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202640Z:d5e572f1-20b6-460c-81e8-ac83985848a7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:39 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "33d08f48-69c4-487f-968b-72531058bd25"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "33d08f48-69c4-487f-968b-72531058bd25"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "179c5030-cd10-465a-93c2-298eba8b424f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202645Z:179c5030-cd10-465a-93c2-298eba8b424f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:44 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0627caf5-c92a-4232-b453-8c62a2e5e503"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0627caf5-c92a-4232-b453-8c62a2e5e503"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "64eab397-4624-45c4-a2e2-2684a76b96db"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202650Z:64eab397-4624-45c4-a2e2-2684a76b96db"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:49 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0e1547bb-b049-4f5d-a0fb-964de9430b8c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0e1547bb-b049-4f5d-a0fb-964de9430b8c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "cdc7f73a-fd3a-4a4b-800e-e45c5143bdad"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202655Z:cdc7f73a-fd3a-4a4b-800e-e45c5143bdad"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:26:55 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ff5d414b-9b05-4ca5-8159-522e81fccaa9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ff5d414b-9b05-4ca5-8159-522e81fccaa9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-correlation-request-id": [
+ "41270ed4-5eca-42a6-abe7-f0f92ef1487f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202700Z:41270ed4-5eca-42a6-abe7-f0f92ef1487f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:00 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "cd7dd2cd-523d-4e97-9509-8e83d6cf1021"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "cd7dd2cd-523d-4e97-9509-8e83d6cf1021"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "14406078-296b-4c15-9da9-c87ccd9db75f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202706Z:14406078-296b-4c15-9da9-c87ccd9db75f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:05 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8ca1e183-5232-4074-968b-8aa958814dbd"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8ca1e183-5232-4074-968b-8aa958814dbd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-correlation-request-id": [
+ "b2d5b7c7-f35a-4775-a533-7ace9e144bb1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202711Z:b2d5b7c7-f35a-4775-a533-7ace9e144bb1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:11 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "70e27c6e-67ff-48c3-a072-a807bc2c6dae"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "520"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "70e27c6e-67ff-48c3-a072-a807bc2c6dae"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-correlation-request-id": [
+ "9c8a048a-4900-445f-bd03-5a0cb0c755e5"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202716Z:9c8a048a-4900-445f-bd03-5a0cb0c755e5"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:15 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Nj9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4bf3a1ac-90dd-4350-8d28-610d9c05b975"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"f7dd56e6-0da3-442a-b1c5-3027065c7786\",\r\n \"provisioningState\": \"Completed\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:26:34.586149-07:00\",\r\n \"startTime\": \"2018-10-24T13:26:42.5033333-07:00\",\r\n \"endTime\": \"2018-10-24T13:27:16.6733333-07:00\",\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "553"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4bf3a1ac-90dd-4350-8d28-610d9c05b975"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-correlation-request-id": [
+ "34f288ec-cdda-4323-b039-97e87055dd7b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202721Z:34f288ec-cdda-4323-b039-97e87055dd7b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:20 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams?$filter=properties%2FstreamType%20eq%20'Output'&api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWIvc291cmNlQ29udHJvbFN5bmNKb2JzL2Y3ZGQ1NmU2LTBkYTMtNDQyYS1iMWM1LTMwMjcwNjVjNzc4Ni9zdHJlYW1zPyRmaWx0ZXI9cHJvcGVydGllcyUyRnN0cmVhbVR5cGUlMjBlcSUyMCUyN091dHB1dCUyNyZhcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "af975295-b53a-4c34-8364-fa7e047c5f3a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096035551608_00000000000000000001\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096035551608_00000000000000000001\",\r\n \"summary\": \"========================================================================================================\\r\\n\\r\\nAzure Automation Source Control Public Preview.\\r\\nSupported runbooks to sync: PowerShell Workflow, PowerShell Scripts, DSC Configurations, Graphical, and Python 2.\",\r\n \"time\": \"2018-10-24T13:26:43.5551608-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096036332888_00000000000000000002\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096036332888_00000000000000000002\",\r\n \"summary\": \"Setting AzureRmEnvironment.\",\r\n \"time\": \"2018-10-24T13:26:43.6332888-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096220395390_00000000000000000286\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096220395390_00000000000000000286\",\r\n \"summary\": \"Getting AzureRunAsConnection.\",\r\n \"time\": \"2018-10-24T13:27:02.039539-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096255551587_00000000000000000287\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096255551587_00000000000000000287\",\r\n \"summary\": \"Logging in to Azure...\",\r\n \"time\": \"2018-10-24T13:27:05.5551587-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096322582660_00000000000000000292\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096322582660_00000000000000000292\",\r\n \"summary\": \"Source control information for syncing:\",\r\n \"time\": \"2018-10-24T13:27:12.258266-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096323208079_00000000000000000293\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096323208079_00000000000000000293\",\r\n \"summary\": \"[RepoUrl = https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git] [Branch = master] [FolderPath = /]\",\r\n \"time\": \"2018-10-24T13:27:12.3208079-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096323676572_00000000000000000294\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096323676572_00000000000000000294\",\r\n \"summary\": \"Verifying url: https://github.com/Francisco-Gamino/SwaggerAndCmdletsTests.git\",\r\n \"time\": \"2018-10-24T13:27:12.3676572-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096331958041_00000000000000000295\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096331958041_00000000000000000295\",\r\n \"summary\": \"Connecting to GitHub...\",\r\n \"time\": \"2018-10-24T13:27:13.1958041-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096362895396_00000000000000000304\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096362895396_00000000000000000304\",\r\n \"summary\": \"\\r\\nSource Control Sync Summary:\",\r\n \"time\": \"2018-10-24T13:27:16.2895396-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096363832831_00000000000000000305\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096363832831_00000000000000000305\",\r\n \"summary\": \"\\r\\n1 file synced:\\r\\n - GitHub-SampleRunbook.ps1\",\r\n \"time\": \"2018-10-24T13:27:16.3832831-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096364457853_00000000000000000306\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096364457853_00000000000000000306\",\r\n \"summary\": \"\\r\\nFile is not a runbook:\\r\\n - README.md\",\r\n \"time\": \"2018-10-24T13:27:16.4457853-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub/sourceControlSyncJobs/f7dd56e6-0da3-442a-b1c5-3027065c7786/streams/ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096364926668_00000000000000000307\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"ad707f11-0685-44df-aee4-f2ccfc328ff8_00636760096364926668_00000000000000000307\",\r\n \"summary\": \"\\r\\n\\r\\n========================================================================================================\",\r\n \"time\": \"2018-10-24T13:27:16.4926668-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "7471"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "af975295-b53a-4c34-8364-fa7e047c5f3a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-correlation-request-id": [
+ "7a913f8d-90de-465b-8abf-c76a0cb0086e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202726Z:7a913f8d-90de-465b-8abf-c76a0cb0086e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:26 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-GitHub?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1HaXRIdWI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e900b487-5d0c-4877-9d44-ce7f7d1987e5"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "e900b487-5d0c-4877-9d44-ce7f7d1987e5"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "10775f7a-aa9a-4a97-8b83-54469272dd8c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202727Z:10775f7a-aa9a-4a97-8b83-54469272dd8c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:27:27 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "52d8cf1b-bcac-493a-bbae-f234b5ff38b0"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateVsoGitSourceControlAndSync.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateVsoGitSourceControlAndSync.json
new file mode 100644
index 000000000000..99a202eacaaa
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateVsoGitSourceControlAndSync.json
@@ -0,0 +1,1214 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "988d1bfb-f147-4a5e-a1ce-3e82c543eb63"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"SourceControl with name: 'AASourceControl-VsoGit' does not exist.\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "97"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "988d1bfb-f147-4a5e-a1ce-3e82c543eb63"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "2258770b-352a-480d-b238-5541d2cac008"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202138Z:2258770b-352a-480d-b238-5541d2cac008"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:37 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bd94ff68-fa03-469f-869b-b2983bec5787"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit\",\r\n \"name\": \"AASourceControl-VsoGit\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:21:40.6222126-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:21:41.1701341-07:00\",\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests\",\r\n \"sourceType\": \"VsoGit\",\r\n \"branch\": \"preview\",\r\n \"folderPath\": \"Azure/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": true,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "585"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "bd94ff68-fa03-469f-869b-b2983bec5787"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-correlation-request-id": [
+ "07a89094-09e2-4f12-871c-93b23a7e520d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202234Z:07a89094-09e2-4f12-871c-93b23a7e520d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:34 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests\",\r\n \"branch\": \"preview\",\r\n \"folderPath\": \"Azure/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": false,\r\n \"sourceType\": \"VsoGit\",\r\n \"securityToken\": {\r\n \"accessToken\": \"3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca\",\r\n \"tokenType\": \"PersonalAccessToken\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "423"
+ ],
+ "x-ms-client-request-id": [
+ "410cfc2a-9992-48ea-ad26-108aeb02fe04"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit\",\r\n \"name\": \"AASourceControl-VsoGit\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:21:40.6222126-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:21:40.6222126-07:00\",\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests\",\r\n \"sourceType\": \"VsoGit\",\r\n \"branch\": \"preview\",\r\n \"folderPath\": \"Azure/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": false,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "586"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "410cfc2a-9992-48ea-ad26-108aeb02fe04"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "dac47b43-1133-443f-a797-270be5e1d98a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202140Z:dac47b43-1133-443f-a797-270be5e1d98a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:40 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PATCH",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishRunbook\": true\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "56"
+ ],
+ "x-ms-client-request-id": [
+ "153c0314-2719-41e4-a537-35631de02805"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit\",\r\n \"name\": \"AASourceControl-VsoGit\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:21:40.6222126-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:21:41.1701341-07:00\",\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests\",\r\n \"sourceType\": \"VsoGit\",\r\n \"branch\": \"preview\",\r\n \"folderPath\": \"Azure/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": true,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "585"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "153c0314-2719-41e4-a537-35631de02805"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "b3f56a38-4a79-4564-acb9-3b533abb8ef2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202141Z:b3f56a38-4a79-4564-acb9-3b533abb8ef2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:40 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"commitId\": \"\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "48"
+ ],
+ "x-ms-client-request-id": [
+ "a9dd4fd5-389b-4719-8ff8-82d8fa65958c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "473"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a9dd4fd5-389b-4719-8ff8-82d8fa65958c"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "4d537b42-a716-4f30-a48e-bfca9588f692"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202142Z:4d537b42-a716-4f30-a48e-bfca9588f692"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:41 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "99c7a3be-da03-4898-ae6b-39320ff7b4d2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "490"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "99c7a3be-da03-4898-ae6b-39320ff7b4d2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "f42b7f81-452b-473f-a2cf-7dfe8e946446"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202142Z:f42b7f81-452b-473f-a2cf-7dfe8e946446"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:41 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ba6ee76c-880f-49b2-822f-85efbb1c6438"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "490"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ba6ee76c-880f-49b2-822f-85efbb1c6438"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "38af3883-b3d5-47e9-bc6a-a007644c3b85"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202147Z:38af3883-b3d5-47e9-bc6a-a007644c3b85"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:46 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4ab2b62a-8721-4526-af5b-4d829006a983"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4ab2b62a-8721-4526-af5b-4d829006a983"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "b62d5222-d247-425f-8797-dd58aa88eb46"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202152Z:b62d5222-d247-425f-8797-dd58aa88eb46"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:51 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0d5b889c-cde1-44be-b0a1-09f105c8b0a0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0d5b889c-cde1-44be-b0a1-09f105c8b0a0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "83eee2f6-f1af-4c25-9197-f97eb223bcb0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202157Z:83eee2f6-f1af-4c25-9197-f97eb223bcb0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:21:56 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "446c6a45-4cfa-4d0d-8a80-3b8df9d0be01"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "446c6a45-4cfa-4d0d-8a80-3b8df9d0be01"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "77e98da5-3f39-46e8-8c16-07137fd3ab35"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202202Z:77e98da5-3f39-46e8-8c16-07137fd3ab35"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0f5c3322-8903-4a8f-afd7-41487543b3cd"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0f5c3322-8903-4a8f-afd7-41487543b3cd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-correlation-request-id": [
+ "37571c87-38f5-4c99-876f-27b78bdf897d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202208Z:37571c87-38f5-4c99-876f-27b78bdf897d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:07 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "d621ce91-cf81-4c67-88f1-cffd809ccbfd"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d621ce91-cf81-4c67-88f1-cffd809ccbfd"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "2bb12449-d2e7-4ec1-8c53-55e27c8c4b40"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202213Z:2bb12449-d2e7-4ec1-8c53-55e27c8c4b40"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:13 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "960cad6f-9039-4957-94dc-c220b526630f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "960cad6f-9039-4957-94dc-c220b526630f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-correlation-request-id": [
+ "da5afcda-10e4-4c70-878b-51416b1554db"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202218Z:da5afcda-10e4-4c70-878b-51416b1554db"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:18 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "09b21550-dacb-4a69-9867-537e47401b12"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "516"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "09b21550-dacb-4a69-9867-537e47401b12"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-correlation-request-id": [
+ "26b692de-fa97-4d8a-b9b9-05ff0fc2b03d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202224Z:26b692de-fa97-4d8a-b9b9-05ff0fc2b03d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:23 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f183c3bf-2012-4aaa-98fa-74859fe3a4e0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"0bfa6b49-c08c-4b2f-853e-08128c3c86ee\",\r\n \"provisioningState\": \"Completed\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:21:41.5763868-07:00\",\r\n \"startTime\": \"2018-10-24T13:21:49.88-07:00\",\r\n \"endTime\": \"2018-10-24T13:22:27.24-07:00\",\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "544"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f183c3bf-2012-4aaa-98fa-74859fe3a4e0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-correlation-request-id": [
+ "5e4d9e26-0270-46c6-afd6-dd3314c96293"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202229Z:5e4d9e26-0270-46c6-afd6-dd3314c96293"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:28 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams?$filter=properties%2FstreamType%20eq%20'Output'&api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQvc291cmNlQ29udHJvbFN5bmNKb2JzLzBiZmE2YjQ5LWMwOGMtNGIyZi04NTNlLTA4MTI4YzNjODZlZS9zdHJlYW1zPyRmaWx0ZXI9cHJvcGVydGllcyUyRnN0cmVhbVR5cGUlMjBlcSUyMCUyN091dHB1dCUyNyZhcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7e89cb9d-2df3-4e21-8ad7-3a3c6d0b397b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093109818635_00000000000000000001\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093109818635_00000000000000000001\",\r\n \"summary\": \"========================================================================================================\\r\\n\\r\\nAzure Automation Source Control Public Preview.\\r\\nSupported runbooks to sync: PowerShell Workflow, PowerShell Scripts, DSC Configurations, Graphical, and Python 2.\",\r\n \"time\": \"2018-10-24T13:21:50.9818635-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093110756137_00000000000000000002\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093110756137_00000000000000000002\",\r\n \"summary\": \"Setting AzureRmEnvironment.\",\r\n \"time\": \"2018-10-24T13:21:51.0756137-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093309498330_00000000000000000286\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093309498330_00000000000000000286\",\r\n \"summary\": \"Getting AzureRunAsConnection.\",\r\n \"time\": \"2018-10-24T13:22:10.949833-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093344965525_00000000000000000287\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093344965525_00000000000000000287\",\r\n \"summary\": \"Logging in to Azure...\",\r\n \"time\": \"2018-10-24T13:22:14.4965525-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093412150384_00000000000000000292\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093412150384_00000000000000000292\",\r\n \"summary\": \"Source control information for syncing:\",\r\n \"time\": \"2018-10-24T13:22:21.2150384-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093412775227_00000000000000000293\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093412775227_00000000000000000293\",\r\n \"summary\": \"[RepoUrl = https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests] [Branch = preview] [FolderPath = Azure/MyRunbooks]\",\r\n \"time\": \"2018-10-24T13:22:21.2775227-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093413243837_00000000000000000294\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093413243837_00000000000000000294\",\r\n \"summary\": \"Verifying url: https://francisco-gamino.visualstudio.com/_git/VsoGit-SwaggerAndCmdletsTests\",\r\n \"time\": \"2018-10-24T13:22:21.3243837-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093421212555_00000000000000000295\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093421212555_00000000000000000295\",\r\n \"summary\": \"Connecting to VSTS...\",\r\n \"time\": \"2018-10-24T13:22:22.1212555-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093469022957_00000000000000000302\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093469022957_00000000000000000302\",\r\n \"summary\": \"\\r\\nSource Control Sync Summary:\",\r\n \"time\": \"2018-10-24T13:22:26.9022957-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093469648283_00000000000000000303\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093469648283_00000000000000000303\",\r\n \"summary\": \"\\r\\n1 file synced:\\r\\n - VsoGit-SampleRunbook.ps1\",\r\n \"time\": \"2018-10-24T13:22:26.9648283-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit/sourceControlSyncJobs/0bfa6b49-c08c-4b2f-853e-08128c3c86ee/streams/d3746109-375e-43f4-8a43-565f66440fc0_00636760093470117083_00000000000000000304\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"d3746109-375e-43f4-8a43-565f66440fc0_00636760093470117083_00000000000000000304\",\r\n \"summary\": \"\\r\\n\\r\\n========================================================================================================\",\r\n \"time\": \"2018-10-24T13:22:27.0117083-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "6920"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "7e89cb9d-2df3-4e21-8ad7-3a3c6d0b397b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-correlation-request-id": [
+ "2918c72f-9e1a-4bd4-99e1-f2b245242e94"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202234Z:2918c72f-9e1a-4bd4-99e1-f2b245242e94"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:33 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoGit?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29HaXQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c8ca6306-6da6-4470-af15-9eb1821be763"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "c8ca6306-6da6-4470-af15-9eb1821be763"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "29797b09-edea-4651-85ee-99e1ac88228f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202235Z:29797b09-edea-4651-85ee-99e1ac88228f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:34 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "52d8cf1b-bcac-493a-bbae-f234b5ff38b0"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateVsoTfvcSourceControlAndSync.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateVsoTfvcSourceControlAndSync.json
new file mode 100644
index 000000000000..211dd6125c24
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.SourceControlTests/CreateVsoTfvcSourceControlAndSync.json
@@ -0,0 +1,1283 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6983c67a-efdf-446c-bb27-ea1728ac55f2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"SourceControl with name: 'AASourceControl-VsoTfvc' does not exist.\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "98"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "6983c67a-efdf-446c-bb27-ea1728ac55f2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11999"
+ ],
+ "x-ms-correlation-request-id": [
+ "4c613495-2ab4-4333-b0c5-63abcfc8fac6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202246Z:4c613495-2ab4-4333-b0c5-63abcfc8fac6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:46 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e55f1a55-0a6c-453b-a875-66e28201e1b4"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc\",\r\n \"name\": \"AASourceControl-VsoTfvc\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:22:48.1513037-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:22:48.4039529-07:00\",\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl\",\r\n \"sourceType\": \"VsoTfvc\",\r\n \"branch\": null,\r\n \"folderPath\": \"/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": true,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "590"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "e55f1a55-0a6c-453b-a875-66e28201e1b4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11986"
+ ],
+ "x-ms-correlation-request-id": [
+ "c10f6383-3e4a-401f-8f0d-068483bfe510"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202345Z:c10f6383-3e4a-401f-8f0d-068483bfe510"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:45 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldw==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl\",\r\n \"folderPath\": \"/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": false,\r\n \"sourceType\": \"VsoTfvc\",\r\n \"securityToken\": {\r\n \"accessToken\": \"3qdxa22lutnhezd4atpna74jn3m7wgo6o6kfbwezjfnvgbjhvoca\",\r\n \"tokenType\": \"PersonalAccessToken\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "405"
+ ],
+ "x-ms-client-request-id": [
+ "693f20b1-b857-4ac2-ba32-bb2d532add83"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc\",\r\n \"name\": \"AASourceControl-VsoTfvc\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:22:48.1513037-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:22:48.1513037-07:00\",\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl\",\r\n \"sourceType\": \"VsoTfvc\",\r\n \"branch\": null,\r\n \"folderPath\": \"/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": false,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "591"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "693f20b1-b857-4ac2-ba32-bb2d532add83"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "913534bf-672f-4f25-a132-dd49e04232f0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202248Z:913534bf-672f-4f25-a132-dd49e04232f0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:47 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldw==",
+ "RequestMethod": "PATCH",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"publishRunbook\": true\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "56"
+ ],
+ "x-ms-client-request-id": [
+ "df38a4d4-e45e-4e6d-940a-40597f889899"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc\",\r\n \"name\": \"AASourceControl-VsoTfvc\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T13:22:48.1513037-07:00\",\r\n \"lastModifiedTime\": \"2018-10-24T13:22:48.4039529-07:00\",\r\n \"repoUrl\": \"https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl\",\r\n \"sourceType\": \"VsoTfvc\",\r\n \"branch\": null,\r\n \"folderPath\": \"/MyRunbooks\",\r\n \"autoSync\": false,\r\n \"publishRunbook\": true,\r\n \"description\": null\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "590"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "df38a4d4-e45e-4e6d-940a-40597f889899"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "6defdf4f-468d-4fd9-955f-9060657f512c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202248Z:6defdf4f-468d-4fd9-955f-9060657f512c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:47 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"commitId\": \"\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "48"
+ ],
+ "x-ms-client-request-id": [
+ "db2f34c0-57fd-4ad8-883a-9f5ba585dbc6"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "474"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "db2f34c0-57fd-4ad8-883a-9f5ba585dbc6"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "c9da1c85-0f3b-43dd-afba-835bf312f140"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202249Z:c9da1c85-0f3b-43dd-afba-835bf312f140"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:48 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "872e2fb1-550d-4ae1-aa9b-935ee2083940"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "491"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "872e2fb1-550d-4ae1-aa9b-935ee2083940"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-correlation-request-id": [
+ "2a9cebb4-8abb-4224-96d7-196279c1624e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202249Z:2a9cebb4-8abb-4224-96d7-196279c1624e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:48 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fa332d14-acc6-4f4b-92a1-90ce7b800b56"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "491"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "fa332d14-acc6-4f4b-92a1-90ce7b800b56"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-correlation-request-id": [
+ "bdf2f0bb-b6df-4d1d-b013-246337b51b44"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202254Z:bdf2f0bb-b6df-4d1d-b013-246337b51b44"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:53 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "33bf232a-fcb8-4780-94f0-c2dfb7e2fe26"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": null,\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "491"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "33bf232a-fcb8-4780-94f0-c2dfb7e2fe26"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-correlation-request-id": [
+ "c0514ffb-78d7-43e0-91cf-31f17ccb660d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202259Z:c0514ffb-78d7-43e0-91cf-31f17ccb660d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:22:58 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2d8424eb-83ce-4f60-8aae-f4e77062a8a0"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2d8424eb-83ce-4f60-8aae-f4e77062a8a0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-correlation-request-id": [
+ "f70498e8-fe34-40e8-9016-aa58b13e114f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202304Z:f70498e8-fe34-40e8-9016-aa58b13e114f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:03 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3c67ebef-6834-45cc-84c1-62a82a6741b7"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3c67ebef-6834-45cc-84c1-62a82a6741b7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "e818b327-4dca-4a0f-8714-72162ecb2f99"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202309Z:e818b327-4dca-4a0f-8714-72162ecb2f99"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:09 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "aa1dd4e7-3abd-4713-970c-9fa793f87c79"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "aa1dd4e7-3abd-4713-970c-9fa793f87c79"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11993"
+ ],
+ "x-ms-correlation-request-id": [
+ "ea9c9f83-f596-4ebf-a332-215d1392511c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202314Z:ea9c9f83-f596-4ebf-a332-215d1392511c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:14 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f00a1f94-e795-44de-8401-ffeacd3f1fd9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f00a1f94-e795-44de-8401-ffeacd3f1fd9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11992"
+ ],
+ "x-ms-correlation-request-id": [
+ "6d3b9fcf-3e39-40d5-b6e8-bd2525d2dc21"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202319Z:6d3b9fcf-3e39-40d5-b6e8-bd2525d2dc21"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:19 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8bbc0569-e2e2-49eb-a923-d7c9ed7b5f11"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8bbc0569-e2e2-49eb-a923-d7c9ed7b5f11"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11991"
+ ],
+ "x-ms-correlation-request-id": [
+ "0c8c4725-f981-4bd3-a3b7-65ef205f6247"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202324Z:0c8c4725-f981-4bd3-a3b7-65ef205f6247"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:24 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "96642f84-9971-4809-9bcd-2b01f5cb30b7"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "96642f84-9971-4809-9bcd-2b01f5cb30b7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11990"
+ ],
+ "x-ms-correlation-request-id": [
+ "0de841d5-56ff-4faa-a35d-25c44be4e505"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202330Z:0de841d5-56ff-4faa-a35d-25c44be4e505"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:29 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6732471f-b7d0-44c1-9f62-ab57be115ead"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Running\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": null,\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "517"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "6732471f-b7d0-44c1-9f62-ab57be115ead"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11989"
+ ],
+ "x-ms-correlation-request-id": [
+ "b02d0fa4-aa13-4cd9-8ff5-5cd05b571c4e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202335Z:b02d0fa4-aa13-4cd9-8ff5-5cd05b571c4e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:34 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjg/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "2a80c257-c308-448d-976e-daeac0ab029b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"properties\": {\r\n \"sourceControlSyncJobId\": \"27dcdb17-1f65-42e9-9eeb-088a5f50eeb8\",\r\n \"provisioningState\": \"Completed\",\r\n \"exception\": null,\r\n \"creationTime\": \"2018-10-24T13:22:48.8005375-07:00\",\r\n \"startTime\": \"2018-10-24T13:23:01.66-07:00\",\r\n \"endTime\": \"2018-10-24T13:23:38.8-07:00\",\r\n \"syncType\": \"FullSync\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "544"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "2a80c257-c308-448d-976e-daeac0ab029b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-correlation-request-id": [
+ "58379b24-9513-484f-9e55-8299fc59063a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202340Z:58379b24-9513-484f-9e55-8299fc59063a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:39 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams?$filter=properties%2FstreamType%20eq%20'Output'&api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjL3NvdXJjZUNvbnRyb2xTeW5jSm9icy8yN2RjZGIxNy0xZjY1LTQyZTktOWVlYi0wODhhNWY1MGVlYjgvc3RyZWFtcz8kZmlsdGVyPXByb3BlcnRpZXMlMkZzdHJlYW1UeXBlJTIwZXElMjAlMjdPdXRwdXQlMjcmYXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "867034b9-7320-4a2e-89f1-39069b5e7d16"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760093827151995_00000000000000000001\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760093827151995_00000000000000000001\",\r\n \"summary\": \"========================================================================================================\\r\\n\\r\\nAzure Automation Source Control Public Preview.\\r\\nSupported runbooks to sync: PowerShell Workflow, PowerShell Scripts, DSC Configurations, Graphical, and Python 2.\",\r\n \"time\": \"2018-10-24T13:23:02.7151995-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760093827776951_00000000000000000002\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760093827776951_00000000000000000002\",\r\n \"summary\": \"Setting AzureRmEnvironment.\",\r\n \"time\": \"2018-10-24T13:23:02.7776951-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094025889354_00000000000000000286\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094025889354_00000000000000000286\",\r\n \"summary\": \"Getting AzureRunAsConnection.\",\r\n \"time\": \"2018-10-24T13:23:22.5889354-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094071980434_00000000000000000287\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094071980434_00000000000000000287\",\r\n \"summary\": \"Logging in to Azure...\",\r\n \"time\": \"2018-10-24T13:23:27.1980434-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094143382581_00000000000000000292\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094143382581_00000000000000000292\",\r\n \"summary\": \"Source control information for syncing:\",\r\n \"time\": \"2018-10-24T13:23:34.3382581-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094143851296_00000000000000000293\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094143851296_00000000000000000293\",\r\n \"summary\": \"[Url = https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl] [FolderPath = /MyRunbooks]\",\r\n \"time\": \"2018-10-24T13:23:34.3851296-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094144476250_00000000000000000294\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094144476250_00000000000000000294\",\r\n \"summary\": \"Verifying url: https://francisco-gamino.visualstudio.com/VsoTfvc-SwaggerAndCmdletsTests/_versionControl\",\r\n \"time\": \"2018-10-24T13:23:34.447625-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094152600899_00000000000000000295\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094152600899_00000000000000000295\",\r\n \"summary\": \"Connecting to VSTS...\",\r\n \"time\": \"2018-10-24T13:23:35.2600899-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094184473974_00000000000000000300\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094184473974_00000000000000000300\",\r\n \"summary\": \"\\r\\nSource Control Sync Summary:\",\r\n \"time\": \"2018-10-24T13:23:38.4473974-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094185411459_00000000000000000301\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094185411459_00000000000000000301\",\r\n \"summary\": \"\\r\\n1 file synced:\\r\\n - VsoTfvc-SampleRunbook.ps1\",\r\n \"time\": \"2018-10-24T13:23:38.5411459-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc/sourceControlSyncJobs/27dcdb17-1f65-42e9-9eeb-088a5f50eeb8/streams/fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094186036372_00000000000000000302\",\r\n \"properties\": {\r\n \"sourceControlSyncJobStreamId\": \"fecb4adb-5e31-4a0c-99ec-2af1e3f80ffb_00636760094186036372_00000000000000000302\",\r\n \"summary\": \"\\r\\n\\r\\n========================================================================================================\",\r\n \"time\": \"2018-10-24T13:23:38.6036372-07:00\",\r\n \"streamType\": \"Output\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "6927"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "867034b9-7320-4a2e-89f1-39069b5e7d16"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-correlation-request-id": [
+ "7eb5b9ed-6f84-482f-9d66-dbbf76b630b0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202345Z:7eb5b9ed-6f84-482f-9d66-dbbf76b630b0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:45 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/52d8cf1b-bcac-493a-bbae-f234b5ff38b0/resourceGroups/frangom-test/providers/Microsoft.Automation/automationAccounts/frangom-sdkCmdlet-tests/sourceControls/AASourceControl-VsoTfvc?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNTJkOGNmMWItYmNhYy00OTNhLWJiYWUtZjIzNGI1ZmYzOGIwL3Jlc291cmNlR3JvdXBzL2ZyYW5nb20tdGVzdC9wcm92aWRlcnMvTWljcm9zb2Z0LkF1dG9tYXRpb24vYXV0b21hdGlvbkFjY291bnRzL2ZyYW5nb20tc2RrQ21kbGV0LXRlc3RzL3NvdXJjZUNvbnRyb2xzL0FBU291cmNlQ29udHJvbC1Wc29UZnZjP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldw==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "01fc3c51-c59f-46f6-82e7-2a9db1ea1b48"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17763",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "01fc3c51-c59f-46f6-82e7-2a9db1ea1b48"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "8a955adb-be00-469c-a4cb-ed029aedff52"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181024T202346Z:8a955adb-be00-469c-a4cb-ed029aedff52"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 24 Oct 2018 20:23:45 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "52d8cf1b-bcac-493a-bbae-f234b5ff38b0"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCNonAzureOnly.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCNonAzureOnly.json
new file mode 100644
index 000000000000..90b3dd388f87
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCNonAzureOnly.json
@@ -0,0 +1,311 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDU/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security,Critical\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-23T02:24:47.5995742-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"frequency\": \"Onetime\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "782"
+ ],
+ "x-ms-client-request-id": [
+ "2a5c5ec8-cab2-4911-b923-0a19291bff53"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "8624c4ca-bba6-41c9-b3ee-85e87e8cd813"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05\",\r\n \"name\": \"mo-onetime-05\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": null,\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:24:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:14:50.377-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:14:50.377-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1145"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8624c4ca-bba6-41c9-b3ee-85e87e8cd813"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "14a7e444-02cf-47f2-8887-68af5e636e88"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091450Z:14a7e444-02cf-47f2-8887-68af5e636e88"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:14:50 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDU/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "768d9ffc-4426-45bd-8647-5e191483d495"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "427704bf-1915-46f9-a2e3-3a11fac34846"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05\",\r\n \"name\": \"mo-onetime-05\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": null,\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:24:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:14:50.377-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:14:50.377-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1145"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "427704bf-1915-46f9-a2e3-3a11fac34846"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "b560cbdb-5d2a-4422-abfc-c060755cc2eb"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091450Z:b560cbdb-5d2a-4422-abfc-c060755cc2eb"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:14:50 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDU/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4e315098-b1a3-4652-920e-a14b2fe4c7b9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "5efb1366-f2c3-4248-96fe-dd67f86bb281"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05\",\r\n \"name\": \"mo-onetime-05\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": null,\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:24:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:14:50.377-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:14:50.377-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1145"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "5efb1366-f2c3-4248-96fe-dd67f86bb281"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
+ ],
+ "x-ms-correlation-request-id": [
+ "2387d980-0913-4c7f-b642-eb9548e977dc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091455Z:2387d980-0913-4c7f-b642-eb9548e977dc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:14:55 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDU/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "b9e0b9f9-e387-4512-8512-cdae10a1e872"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "7ff94e51-e597-4322-b0a1-fd3b7bf09c68"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05\",\r\n \"name\": \"mo-onetime-05\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": null,\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:24:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:14:49.55-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": {\r\n \"code\": null,\r\n \"message\": \"You have requested to create an update configuration on a machine that is not registered for Update Management. Assure that the machine is registered for Update Management. Machine Name(s) or Id(s): server-01,server-02.\"\r\n },\r\n \"creationTime\": \"2018-05-23T02:14:50.377-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:15:00.783-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1382"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "7ff94e51-e597-4322-b0a1-fd3b7bf09c68"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-correlation-request-id": [
+ "7eed48a5-e5cf-4b1a-84c5-f0aa1b0ff35b"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091501Z:7eed48a5-e5cf-4b1a-84c5-f0aa1b0ff35b"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:15:00 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCWithAllOption.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCWithAllOption.json
new file mode 100644
index 000000000000..108bac75474b
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCWithAllOption.json
@@ -0,0 +1,383 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security,Critical\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-23T02:20:53.1042555-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"frequency\": \"Onetime\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1114"
+ ],
+ "x-ms-client-request-id": [
+ "bf086711-e7fd-4854-bac7-1b0fb377c57d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "a953327d-f4c7-4357-8de7-c2ad73aae097"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04\",\r\n \"name\": \"mo-onetime-04\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:20:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:10:55.507-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:10:55.507-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1414"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a953327d-f4c7-4357-8de7-c2ad73aae097"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1198"
+ ],
+ "x-ms-correlation-request-id": [
+ "e8a78f72-d9f5-44d5-a5f1-0a328f630227"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091055Z:e8a78f72-d9f5-44d5-a5f1-0a328f630227"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:10:55 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9e4f95d4-1108-4256-bc82-1ffcedd31ad8"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "494c5093-4462-44e5-8e3b-7aef68816276"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04\",\r\n \"name\": \"mo-onetime-04\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:20:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:10:55.507-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:10:55.507-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1414"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "494c5093-4462-44e5-8e3b-7aef68816276"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "16cbe1c6-d850-4017-b9cf-28aab5dc906a"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091055Z:16cbe1c6-d850-4017-b9cf-28aab5dc906a"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:10:55 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "94561f4e-5d15-4ece-9c7d-e666b232dace"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "21ac4448-d4d3-4072-8a77-2ece6e1674e1"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04\",\r\n \"name\": \"mo-onetime-04\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:20:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:10:55.507-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:10:55.507-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1414"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "21ac4448-d4d3-4072-8a77-2ece6e1674e1"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "063c92ea-c8c6-42a8-a39c-73c345a53dca"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091100Z:063c92ea-c8c6-42a8-a39c-73c345a53dca"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:11:00 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "6af35ab7-451a-41fa-97ef-bcd7855611d9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "365095c6-6b0e-4b66-a942-b537322919b3"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04\",\r\n \"name\": \"mo-onetime-04\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:20:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T02:10:55.507-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:10:55.507-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1414"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "365095c6-6b0e-4b66-a942-b537322919b3"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14995"
+ ],
+ "x-ms-correlation-request-id": [
+ "da51e4df-cadf-4be9-8f09-38f1f19e6132"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091106Z:da51e4df-cadf-4be9-8f09-38f1f19e6132"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:11:05 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDQ/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e50225ab-99fd-488f-b971-2e3e03fbbe4b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "b224c4af-5f96-4b5e-aded-28bd404d5b0b"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04\",\r\n \"name\": \"mo-onetime-04\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask01\",\r\n \"Mask02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T02:20:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T02:10:54.837-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": {\r\n \"code\": null,\r\n \"message\": \"You have requested to create an update configuration on a machine that is not registered for Update Management. Assure that the machine is registered for Update Management. Machine Name(s) or Id(s): server-01,server-02.\"\r\n },\r\n \"creationTime\": \"2018-05-23T02:10:55.507-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T02:11:07.163-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1651"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b224c4af-5f96-4b5e-aded-28bd404d5b0b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-correlation-request-id": [
+ "3f50746c-a9e0-4f03-93a8-d984b354aa92"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T091111Z:3f50746c-a9e0-4f03-93a8-d984b354aa92"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 09:11:10 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCWithDefaults.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCWithDefaults.json
new file mode 100644
index 000000000000..96c11a05773c
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxOneTimeSUCWithDefaults.json
@@ -0,0 +1,383 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"linux\": {},\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-26T01:56:47.9570699-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"frequency\": \"Onetime\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "864"
+ ],
+ "x-ms-client-request-id": [
+ "deabad1d-3fa3-4c94-8256-219f8e509a96"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "51a36b47-c887-4120-bd6e-b341a6b9b532"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02\",\r\n \"name\": \"mo-onetime-02\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Unclassified\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T01:56:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:46:49.64-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:46:49.64-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1370"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "51a36b47-c887-4120-bd6e-b341a6b9b532"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "52dad109-707a-408e-b281-ddba4afb96f6"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T084649Z:52dad109-707a-408e-b281-ddba4afb96f6"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:46:49 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ed3b5882-96c2-4101-b35c-22930ef966ee"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "47338d8d-2c5f-4f19-807a-f7de451ffec0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02\",\r\n \"name\": \"mo-onetime-02\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Unclassified\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T01:56:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:46:49.64-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:46:49.64-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1370"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "47338d8d-2c5f-4f19-807a-f7de451ffec0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14985"
+ ],
+ "x-ms-correlation-request-id": [
+ "aad82943-60ab-47fd-a44d-97e01a5b79b8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T084649Z:aad82943-60ab-47fd-a44d-97e01a5b79b8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:46:49 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a3992b4b-c0be-4481-b503-83e951ee9d53"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "44fefee6-4649-49d6-b4c8-a646b30b076d"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02\",\r\n \"name\": \"mo-onetime-02\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Unclassified\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T01:56:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:46:49.64-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:46:49.64-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1370"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "44fefee6-4649-49d6-b4c8-a646b30b076d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-correlation-request-id": [
+ "f931e4b6-fe1c-4f12-8b63-21d871975689"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T084655Z:f931e4b6-fe1c-4f12-8b63-21d871975689"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:46:54 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "11846ff9-c2b7-4e5a-b2ee-5c168d4c981a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "ab3a47bd-3360-46f6-be7b-8105767183cf"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02\",\r\n \"name\": \"mo-onetime-02\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Unclassified\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T01:56:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:46:49.64-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:46:49.64-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1370"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ab3a47bd-3360-46f6-be7b-8105767183cf"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14956"
+ ],
+ "x-ms-correlation-request-id": [
+ "ad04d15c-6dca-40de-8463-624b462cb4c4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T084700Z:ad04d15c-6dca-40de-8463-624b462cb4c4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:46:59 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDI/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0ddefb75-77ba-4902-b1d7-6ccc44906ebc"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "52073ca2-e059-4df7-a769-9939496db809"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02\",\r\n \"name\": \"mo-onetime-02\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Unclassified\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T01:56:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T01:56:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:46:48.953-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:46:49.64-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:47:01.127-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1368"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "52073ca2-e059-4df7-a769-9939496db809"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14951"
+ ],
+ "x-ms-correlation-request-id": [
+ "71a56ad2-30f0-4696-b576-73e6f33b521e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T084705Z:71a56ad2-30f0-4696-b576-73e6f33b521e"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:47:04 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxWeeklySUC.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxWeeklySUC.json
new file mode 100644
index 000000000000..7a4f3a054bc9
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateLinuxWeeklySUC.json
@@ -0,0 +1,455 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLXdlZWtseS0wMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Other,Security\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-25T17:00:34.6815872-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"advancedSchedule\": {\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n },\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1146"
+ ],
+ "x-ms-client-request-id": [
+ "86c10525-973d-4620-8a95-3a9567fbf782"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "d1703cff-35aa-4be4-a9a4-16c64eef420d"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01\",\r\n \"name\": \"mo-weekly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security, Other\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:00:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-31T17:00:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"creationTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": null,\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T16:50:36.677-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.677-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1452"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "d1703cff-35aa-4be4-a9a4-16c64eef420d"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1197"
+ ],
+ "x-ms-correlation-request-id": [
+ "b54ee69e-79f1-4023-90a4-c4b3f906157d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180525T235036Z:b54ee69e-79f1-4023-90a4-c4b3f906157d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 25 May 2018 23:50:36 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLXdlZWtseS0wMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "55cfc263-33c9-414a-ab19-3601b57b1c25"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "1d8a6b66-267f-4d75-8956-a923c5f8b4ef"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01\",\r\n \"name\": \"mo-weekly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security, Other\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:00:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-31T17:00:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"creationTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": null,\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T16:50:36.677-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.677-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1452"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1d8a6b66-267f-4d75-8956-a923c5f8b4ef"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-correlation-request-id": [
+ "ae350b15-10cb-4947-aab2-dd4a3552565c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180525T235037Z:ae350b15-10cb-4947-aab2-dd4a3552565c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 25 May 2018 23:50:36 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLXdlZWtseS0wMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bb21e046-faa1-4114-9f33-cb9e73e83561"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "4e5c00eb-1dab-48b2-8e4d-ee9d32c2acdb"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01\",\r\n \"name\": \"mo-weekly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security, Other\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:00:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-31T17:00:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"creationTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": null,\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T16:50:36.677-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.677-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1452"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4e5c00eb-1dab-48b2-8e4d-ee9d32c2acdb"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14980"
+ ],
+ "x-ms-correlation-request-id": [
+ "a2af3a33-9987-46a8-b243-cf5aa5b09c6c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180525T235042Z:a2af3a33-9987-46a8-b243-cf5aa5b09c6c"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 25 May 2018 23:50:41 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLXdlZWtseS0wMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f7fc6134-7905-4a7d-ad0f-1fc0523c003d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "19457cbe-d80e-455a-9d00-388dcfc7143f"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01\",\r\n \"name\": \"mo-weekly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security, Other\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:00:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-31T17:00:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"creationTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": null,\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T16:50:36.677-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.677-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1452"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "19457cbe-d80e-455a-9d00-388dcfc7143f"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-correlation-request-id": [
+ "3a29cc4b-567e-4668-83f5-e54777238fcc"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180525T235047Z:3a29cc4b-567e-4668-83f5-e54777238fcc"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 25 May 2018 23:50:46 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLXdlZWtseS0wMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3a077362-5833-437e-8627-a09cb8f18ed6"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "1c541772-c35d-4ddc-904b-02b280e7feb4"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01\",\r\n \"name\": \"mo-weekly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security, Other\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:00:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-31T17:00:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"creationTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": null,\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T16:50:36.677-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.677-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1452"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1c541772-c35d-4ddc-904b-02b280e7feb4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14975"
+ ],
+ "x-ms-correlation-request-id": [
+ "050c91cc-0ec1-4e5a-b6c7-fbb1d6707c2f"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180525T235053Z:050c91cc-0ec1-4e5a-b6c7-fbb1d6707c2f"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 25 May 2018 23:50:52 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLXdlZWtseS0wMT9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "c5d63223-9676-4552-8670-80feb5b3d5bf"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "7fddb114-0899-4fef-ae0d-bd1e1e5eb3d7"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-weekly-01\",\r\n \"name\": \"mo-weekly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Security, Other\",\r\n \"excludedPackageNameMasks\": [\r\n \"Mask-exc-01\",\r\n \"Mask-exc-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:00:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-31T17:00:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Week\",\r\n \"creationTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T16:50:36.05-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": null,\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": [\r\n \"Friday\"\r\n ]\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T16:50:36.677-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T16:50:52.957-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1449"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "7fddb114-0899-4fef-ae0d-bd1e1e5eb3d7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14994"
+ ],
+ "x-ms-correlation-request-id": [
+ "48dfca75-fe0f-4cab-948b-ef260a2d24e4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180525T235058Z:48dfca75-fe0f-4cab-948b-ef260a2d24e4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Fri, 25 May 2018 23:50:57 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsMonthlySUC.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsMonthlySUC.json
new file mode 100644
index 000000000000..c86f3ea67141
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsMonthlySUC.json
@@ -0,0 +1,383 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW1vbnRobHktMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical,Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB-01\",\r\n \"KB-02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-25T17:18:53.3386614-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Month\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": [\r\n 2,\r\n 5\r\n ]\r\n },\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1142"
+ ],
+ "x-ms-client-request-id": [
+ "21a46420-ea07-4c85-8fc3-49d939e2736f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "09044806-989d-469f-9f6b-7efab8956308"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01\",\r\n \"name\": \"mo-monthly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB-01\",\r\n \"KB-02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:18:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-06-01T17:18:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Month\",\r\n \"creationTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": [\r\n 2,\r\n 5\r\n ],\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": null\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T17:08:56.21-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T17:08:56.21-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1435"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "09044806-989d-469f-9f6b-7efab8956308"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "60062d9b-f381-43ad-817d-09055cea7113"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T000856Z:60062d9b-f381-43ad-817d-09055cea7113"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 00:08:56 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW1vbnRobHktMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5795f551-c082-46d3-9ad8-c1d4d0abdd7d"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "a16e1e80-4acb-415d-b82d-75689f47c914"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01\",\r\n \"name\": \"mo-monthly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB-01\",\r\n \"KB-02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:18:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-06-01T17:18:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Month\",\r\n \"creationTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": [\r\n 2,\r\n 5\r\n ],\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": null\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T17:08:56.21-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T17:08:56.21-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1435"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a16e1e80-4acb-415d-b82d-75689f47c914"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14981"
+ ],
+ "x-ms-correlation-request-id": [
+ "97f57d8b-c9a4-4630-9afb-720b34a3744d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T000856Z:97f57d8b-c9a4-4630-9afb-720b34a3744d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 00:08:56 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW1vbnRobHktMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4392bb51-7150-4d9d-ae94-adbf5585869c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "5a34b652-10bd-4960-8e69-9cc05fab5199"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01\",\r\n \"name\": \"mo-monthly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB-01\",\r\n \"KB-02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:18:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-06-01T17:18:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Month\",\r\n \"creationTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": [\r\n 2,\r\n 5\r\n ],\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": null\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T17:08:56.21-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T17:08:56.21-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1435"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "5a34b652-10bd-4960-8e69-9cc05fab5199"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14978"
+ ],
+ "x-ms-correlation-request-id": [
+ "aa64786d-5cfe-4163-b410-183eb5544766"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T000901Z:aa64786d-5cfe-4163-b410-183eb5544766"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 00:09:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW1vbnRobHktMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8a3ddf23-291f-4623-91a4-b2ed6bff2294"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "b5865139-c525-4d1a-98a7-41c3c49e07a7"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01\",\r\n \"name\": \"mo-monthly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB-01\",\r\n \"KB-02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:18:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-06-01T17:18:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Month\",\r\n \"creationTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": [\r\n 2,\r\n 5\r\n ],\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": null\r\n }\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T17:08:56.21-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T17:08:56.21-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1435"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b5865139-c525-4d1a-98a7-41c3c49e07a7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14977"
+ ],
+ "x-ms-correlation-request-id": [
+ "de2434c6-75ab-4bbd-bb4a-19eb0c16aacf"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T000906Z:de2434c6-75ab-4bbd-bb4a-19eb0c16aacf"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 00:09:06 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW1vbnRobHktMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "5c08974b-c93c-4592-9264-0cc265fb26c8"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "39320344-1520-4de8-813d-19d068bbab95"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-monthly-01\",\r\n \"name\": \"mo-monthly-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security\",\r\n \"excludedKbNumbers\": [\r\n \"KB-01\",\r\n \"KB-02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-25T17:18:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"9999-12-31T15:59:00-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-06-01T17:18:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": 1,\r\n \"frequency\": \"Month\",\r\n \"creationTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T17:08:55.023-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": {\r\n \"monthDays\": [\r\n 2,\r\n 5\r\n ],\r\n \"monthlyOccurrences\": null,\r\n \"weekDays\": null\r\n }\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-25T17:08:56.21-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T17:09:07.807-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1433"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "39320344-1520-4de8-813d-19d068bbab95"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14976"
+ ],
+ "x-ms-correlation-request-id": [
+ "73f335c6-7f22-45f7-ba49-ba72fa8ef389"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T000911Z:73f335c6-7f22-45f7-ba49-ba72fa8ef389"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 00:09:11 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsOneTimeSUCWithAllOption.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsOneTimeSUCWithAllOption.json
new file mode 100644
index 000000000000..b1e37f624ce5
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsOneTimeSUCWithAllOption.json
@@ -0,0 +1,239 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDM/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Security,UpdateRollup\",\r\n \"excludedKbNumbers\": [\r\n \"KB01\",\r\n \"KB02\"\r\n ]\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-26T02:09:46.8386622-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"frequency\": \"Onetime\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "1110"
+ ],
+ "x-ms-client-request-id": [
+ "c3c7b7f2-3046-40ba-a044-ebda3e972758"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "b95bde27-0a44-4343-85d9-23d7dec0a6bf"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03\",\r\n \"name\": \"mo-onetime-03\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Security, UpdateRollup\",\r\n \"excludedKbNumbers\": [\r\n \"KB01\",\r\n \"KB02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T02:09:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T02:09:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T02:09:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:59:48.033-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:59:48.033-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:51:29.737-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:59:48.99-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1407"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "b95bde27-0a44-4343-85d9-23d7dec0a6bf"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1189"
+ ],
+ "x-ms-correlation-request-id": [
+ "ad1dccbc-afcd-470c-8f5a-a2e6ac4dec34"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T085948Z:ad1dccbc-afcd-470c-8f5a-a2e6ac4dec34"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:59:48 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDM/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "acccb38b-a048-4b73-98db-7978092695d4"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "a184e87a-2b74-4a4d-b2e4-56ff8ec196f7"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03\",\r\n \"name\": \"mo-onetime-03\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Security, UpdateRollup\",\r\n \"excludedKbNumbers\": [\r\n \"KB01\",\r\n \"KB02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T02:01:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T02:01:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T02:01:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:51:29.283-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:51:29.283-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-26T01:51:29.737-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:59:48.99-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1407"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a184e87a-2b74-4a4d-b2e4-56ff8ec196f7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14931"
+ ],
+ "x-ms-correlation-request-id": [
+ "cce58ff1-3bd8-462b-849e-b15961ac1313"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T085949Z:cce58ff1-3bd8-462b-849e-b15961ac1313"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:59:49 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDM/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "15b5ca84-3260-4468-a118-1051d7da02ac"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "1812cf6c-d1cc-4a6f-9dc3-c79538c953e9"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03\",\r\n \"name\": \"mo-onetime-03\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Security, UpdateRollup\",\r\n \"excludedKbNumbers\": [\r\n \"KB01\",\r\n \"KB02\"\r\n ]\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-26T02:01:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-26T02:01:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-26T02:01:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-26T01:51:29.283-07:00\",\r\n \"lastModifiedTime\": \"2018-05-26T01:51:29.283-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Failed\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": {\r\n \"code\": null,\r\n \"message\": \"You have requested to create an update configuration on a machine that is not registered for Update Management. Assure that the machine is registered for Update Management. Machine Name(s) or Id(s): server-01,server-02.\"\r\n },\r\n \"creationTime\": \"2018-05-26T01:51:29.737-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:59:50.317-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1645"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "1812cf6c-d1cc-4a6f-9dc3-c79538c953e9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14930"
+ ],
+ "x-ms-correlation-request-id": [
+ "5380492a-acc9-46e9-9ba5-adbf162064f8"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T085954Z:5380492a-acc9-46e9-9ba5-adbf162064f8"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:59:54 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsOneTimeSUCWithDefaults.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsOneTimeSUCWithDefaults.json
new file mode 100644
index 000000000000..f528ce243a60
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/CreateWindowsOneTimeSUCWithDefaults.json
@@ -0,0 +1,383 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {},\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-23T01:27:08.5880106-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"frequency\": \"Onetime\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "868"
+ ],
+ "x-ms-client-request-id": [
+ "305f18e8-f4a9-45ca-b53c-f9c548121d72"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "516b98f1-a45b-4034-8186-09e16ad6e93e"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01\",\r\n \"name\": \"mo-onetime-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T01:27:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T01:17:11.16-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:17:11.16-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "516b98f1-a45b-4034-8186-09e16ad6e93e"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "efea84dc-65b2-4fe4-a764-5d0a050fac32"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T081711Z:efea84dc-65b2-4fe4-a764-5d0a050fac32"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 08:17:10 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "abc5a967-1bd3-4071-a023-8680aa6cb4b3"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "47cfd511-89a7-4333-887f-545015befa8b"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01\",\r\n \"name\": \"mo-onetime-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T01:27:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T01:17:11.16-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:17:11.16-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "47cfd511-89a7-4333-887f-545015befa8b"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "3ff8394f-205d-45ec-9b7e-afc5bb2e4103"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T081711Z:3ff8394f-205d-45ec-9b7e-afc5bb2e4103"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 08:17:10 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "99ab8795-f436-4e89-88f3-8ea90206f34c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "9c578e70-4baa-4b27-83ce-7a0080680a91"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01\",\r\n \"name\": \"mo-onetime-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T01:27:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T01:17:11.16-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:17:11.16-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9c578e70-4baa-4b27-83ce-7a0080680a91"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "1c8917dc-3ad2-414d-9754-35b03b439d86"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T081716Z:1c8917dc-3ad2-414d-9754-35b03b439d86"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 08:17:15 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "679a2d89-c68c-49fa-a8b8-821253c4f3d5"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "ac41f53a-1a70-4a7e-b514-84784c0300af"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01\",\r\n \"name\": \"mo-onetime-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T01:27:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T01:17:11.16-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:17:11.16-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ac41f53a-1a70-4a7e-b514-84784c0300af"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14997"
+ ],
+ "x-ms-correlation-request-id": [
+ "c5ee7fd6-2565-4f86-97c4-41797b0b8283"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T081721Z:c5ee7fd6-2565-4f86-97c4-41797b0b8283"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 08:17:20 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLW9uZXRpbWUtMDE/YXBpLXZlcnNpb249MjAxNy0wNS0xNS1wcmV2aWV3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "45b500db-a79c-46d6-bc2c-20d70eb17bbe"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "a791c4dd-2960-4dc1-b351-b02c894a6b73"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01\",\r\n \"name\": \"mo-onetime-01\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-23T01:27:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-23T01:27:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"lastModifiedTime\": \"2018-05-23T01:17:10.813-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-23T01:17:11.16-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:17:22.27-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1361"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "a791c4dd-2960-4dc1-b351-b02c894a6b73"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "6ef046a6-babe-4fd9-b503-041dc3873662"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180523T081726Z:6ef046a6-babe-4fd9-b503-041dc3873662"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Wed, 23 May 2018 08:17:26 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/DeleteSUC.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/DeleteSUC.json
new file mode 100644
index 000000000000..b85960b7b301
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/DeleteSUC.json
@@ -0,0 +1,452 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLWRlbGV0ZS1pdD9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {},\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ]\r\n },\r\n \"scheduleInfo\": {\r\n \"startTime\": \"2018-05-24T00:48:40.7904393-07:00\",\r\n \"expiryTime\": \"9999-12-31T15:59:59.9999999-08:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": false,\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"frequency\": \"Onetime\",\r\n \"creationTime\": \"0001-01-01T00:00:00-08:00\",\r\n \"lastModifiedTime\": \"0001-01-01T00:00:00-08:00\"\r\n }\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "868"
+ ],
+ "x-ms-client-request-id": [
+ "eb2dcf6f-279a-4b47-b0ac-346b453acd67"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "8bc6b0fc-09c7-40e4-9d63-e65e7b43db62"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it\",\r\n \"name\": \"mo-delete-it\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-24T00:48:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-24T00:38:43.053-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T00:38:43.053-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8bc6b0fc-09c7-40e4-9d63-e65e7b43db62"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1194"
+ ],
+ "x-ms-correlation-request-id": [
+ "e0d775d7-29ea-468f-a505-627d13fc9fa7"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T073843Z:e0d775d7-29ea-468f-a505-627d13fc9fa7"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:38:42 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLWRlbGV0ZS1pdD9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "95c29b75-fc95-4169-84f5-860b73278947"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "4fbf5bcb-0641-4855-833d-c62119030756"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it\",\r\n \"name\": \"mo-delete-it\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-24T00:48:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-24T00:38:43.053-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T00:38:43.053-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4fbf5bcb-0641-4855-833d-c62119030756"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14969"
+ ],
+ "x-ms-correlation-request-id": [
+ "7245e01a-400d-4281-890f-e07850e387d4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T073843Z:7245e01a-400d-4281-890f-e07850e387d4"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:38:42 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLWRlbGV0ZS1pdD9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "bb893d06-b6c0-4e76-a522-e1a639237f87"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "24137305-48fe-46d2-90e2-6136a6443835"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it\",\r\n \"name\": \"mo-delete-it\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-24T00:48:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Provisioning\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-24T00:38:43.053-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T00:38:43.053-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1364"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "24137305-48fe-46d2-90e2-6136a6443835"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14968"
+ ],
+ "x-ms-correlation-request-id": [
+ "ad09e61b-e492-4010-8487-d561ef097516"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T073848Z:ad09e61b-e492-4010-8487-d561ef097516"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:38:48 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLWRlbGV0ZS1pdD9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "3084183b-676d-4fa7-a4e3-ff1e0d8cb741"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "3389ae63-f0fb-4ebb-b7e6-ff6ba814f1ed"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it\",\r\n \"name\": \"mo-delete-it\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"scheduleInfo\": {\r\n \"description\": null,\r\n \"startTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"startTimeOffsetMinutes\": 0.0,\r\n \"expiryTime\": \"2018-05-24T00:48:00-07:00\",\r\n \"expiryTimeOffsetMinutes\": 0.0,\r\n \"isEnabled\": true,\r\n \"nextRun\": \"2018-05-24T00:48:00-07:00\",\r\n \"nextRunOffsetMinutes\": 0.0,\r\n \"interval\": null,\r\n \"frequency\": \"OneTime\",\r\n \"creationTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:38:42.613-07:00\",\r\n \"timeZone\": \"UTC\",\r\n \"advancedSchedule\": null\r\n },\r\n \"provisioningState\": \"Succeeded\",\r\n \"createdBy\": \"{scrubbed}\",\r\n \"error\": null,\r\n \"creationTime\": \"2018-05-24T00:38:43.053-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T00:38:54.32-07:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1360"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "3389ae63-f0fb-4ebb-b7e6-ff6ba814f1ed"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14967"
+ ],
+ "x-ms-correlation-request-id": [
+ "c7df91ca-7934-4dcb-81cd-49109859e4a3"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T073854Z:c7df91ca-7934-4dcb-81cd-49109859e4a3"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:38:53 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLWRlbGV0ZS1pdD9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "948e276f-a9e0-41a8-9c10-3e9784068b53"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "9e1d3356-af7f-46ac-b0a5-41f03466fb65"
+ ]
+ },
+ "ResponseBody": "{\r\n \"code\": \"NotFound\",\r\n \"message\": \"Software update configuration not found\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "71"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "9e1d3356-af7f-46ac-b0a5-41f03466fb65"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14990"
+ ],
+ "x-ms-correlation-request-id": [
+ "06ca9a12-b7e7-4a07-bbe7-b3ac75bf8ee0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T074019Z:06ca9a12-b7e7-4a07-bbe7-b3ac75bf8ee0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:40:19 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-delete-it?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zL21vLWRlbGV0ZS1pdD9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a1d2e49f-4de7-4644-a80a-875e4887e03b"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "afdccb24-b92b-46c9-8fb3-2b219279b16d"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "afdccb24-b92b-46c9-8fb3-2b219279b16d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "7ecc87ef-636d-4998-8b47-3731ce3c2243"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T073907Z:7ecc87ef-636d-4998-8b47-3731ce3c2243"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:39:07 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRuns.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRuns.json
new file mode 100644
index 000000000000..561d2219295a
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRuns.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25NYWNoaW5lUnVucz9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "8d501a04-d25a-4709-907c-751a1036587f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "c6e268f4-41a4-49f5-8d99-6f6452234bed"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/89b4ef82-8983-4e14-a16d-063eb4acd7a1\",\r\n \"name\": \"89b4ef82-8983-4e14-a16d-063eb4acd7a1\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"tst2\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"d23dd1fa-e67e-4146-8376-1c5583a90612\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-24T01:21:50.9964021-07:00\",\r\n \"endTime\": \"2018-05-24T01:22:28.59-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-24T01:21:50.9964021-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T01:22:55.357-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/64cfd4a5-cc3f-4e0f-827b-2ad031ec656f\",\r\n \"name\": \"64cfd4a5-cc3f-4e0f-827b-2ad031ec656f\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"tst\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"344c2bba-2c6c-4474-b300-a5b5bbacdc84\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-24T01:19:47.1012016-07:00\",\r\n \"endTime\": \"2018-05-24T01:22:27.59-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-24T01:19:47.1012016-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T01:22:52.37-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/c671c326-c861-4bd5-91f2-90e9d042b0ca\",\r\n \"name\": \"c671c326-c861-4bd5-91f2-90e9d042b0ca\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Linux\",\r\n \"correlationId\": \"cc554c70-3057-4c00-bcd9-456296dba85d\",\r\n \"sourceComputerId\": \"cf90df3d-d71b-4ab4-8109-af447b8a8451\",\r\n \"startTime\": \"2018-05-23T00:59:45.1068255-07:00\",\r\n \"endTime\": \"2018-05-23T01:00:16.17-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-23T00:59:45.1068255-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:00:52.64-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/3490cac2-5835-42ba-be52-84940267cf3f\",\r\n \"name\": \"3490cac2-5835-42ba-be52-84940267cf3f\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Linux\",\r\n \"correlationId\": \"cc554c70-3057-4c00-bcd9-456296dba85d\",\r\n \"sourceComputerId\": \"60d6ca1a-5253-4a7f-822f-b825cd6a775c\",\r\n \"startTime\": \"2018-05-23T00:59:41.0442129-07:00\",\r\n \"endTime\": \"2018-05-23T01:00:13.777-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-23T00:59:41.0442129-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:00:52.42-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/28ee02c0-debd-4bf3-b2e0-7e985527882d\",\r\n \"name\": \"28ee02c0-debd-4bf3-b2e0-7e985527882d\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Linux\",\r\n \"correlationId\": \"a99b37d2-f257-4090-b45f-ef66b95bc52b\",\r\n \"sourceComputerId\": \"cf90df3d-d71b-4ab4-8109-af447b8a8451\",\r\n \"startTime\": \"2018-05-22T16:43:30.6679728-07:00\",\r\n \"endTime\": \"2018-05-22T16:45:43.08-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-22T16:43:30.6679728-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T16:46:35.237-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/fda676de-e04d-4bbe-b485-9726c991b4fb\",\r\n \"name\": \"fda676de-e04d-4bbe-b485-9726c991b4fb\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Linux\",\r\n \"correlationId\": \"a99b37d2-f257-4090-b45f-ef66b95bc52b\",\r\n \"sourceComputerId\": \"60d6ca1a-5253-4a7f-822f-b825cd6a775c\",\r\n \"startTime\": \"2018-05-22T16:43:26.7928431-07:00\",\r\n \"endTime\": \"2018-05-22T16:45:39.58-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-22T16:43:26.7928431-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T16:46:35.033-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/05a4ca89-6171-4dec-ab7b-5f35b33a4767\",\r\n \"name\": \"05a4ca89-6171-4dec-ab7b-5f35b33a4767\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"ec9ce57f-da18-44be-b33b-651a0f93cb52\",\r\n \"sourceComputerId\": \"91739da1-3376-4b0b-94c2-f6bd3259a194\",\r\n \"startTime\": \"2018-05-22T16:37:48.5910468-07:00\",\r\n \"endTime\": \"2018-05-22T16:38:31.81-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-22T16:37:48.5910468-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T16:38:54.67-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/ae802dda-78bf-4548-96b6-4179cea7c254\",\r\n \"name\": \"ae802dda-78bf-4548-96b6-4179cea7c254\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"ec9ce57f-da18-44be-b33b-651a0f93cb52\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-22T16:37:43.0127735-07:00\",\r\n \"endTime\": \"2018-05-22T16:38:21.823-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-22T16:37:43.0127735-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T16:38:54.48-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/ef0a67ee-660f-4ef3-8c5e-e0ab0557cad4\",\r\n \"name\": \"ef0a67ee-660f-4ef3-8c5e-e0ab0557cad4\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"ac9396c7-a837-43d4-be97-fbfe46c80baa\",\r\n \"sourceComputerId\": \"91739da1-3376-4b0b-94c2-f6bd3259a194\",\r\n \"startTime\": \"2018-05-22T15:00:52.525765-07:00\",\r\n \"endTime\": \"2018-05-22T15:02:20.827-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-22T15:00:52.525765-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T15:02:57.937-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/9aa772b6-2c70-4fc4-b964-9e78b0c83e84\",\r\n \"name\": \"9aa772b6-2c70-4fc4-b964-9e78b0c83e84\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"ac9396c7-a837-43d4-be97-fbfe46c80baa\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-22T15:00:48.150513-07:00\",\r\n \"endTime\": \"2018-05-22T15:02:18.67-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-22T15:00:48.150513-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T15:02:57.763-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/b30dd65b-466f-4824-a8eb-4a2b86665c59\",\r\n \"name\": \"b30dd65b-466f-4824-a8eb-4a2b86665c59\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-03\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"6f68eb1a-0585-4c76-9a9f-bf4f0b47110c\",\r\n \"sourceComputerId\": \"91739da1-3376-4b0b-94c2-f6bd3259a194\",\r\n \"startTime\": \"2018-05-18T15:21:43.580369-07:00\",\r\n \"endTime\": \"2018-05-18T16:32:02.487-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-18T15:21:43.580369-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-18T16:32:50.397-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/80d3b42c-e9b2-4ad3-925e-cae3643e8c8d\",\r\n \"name\": \"80d3b42c-e9b2-4ad3-925e-cae3643e8c8d\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-03\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"6f68eb1a-0585-4c76-9a9f-bf4f0b47110c\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-18T15:21:39.6114858-07:00\",\r\n \"endTime\": \"2018-05-18T16:43:47.497-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-18T15:21:39.6114858-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-18T16:43:51.763-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/a9e808fd-3335-4078-9219-2c8180fdb739\",\r\n \"name\": \"a9e808fd-3335-4078-9219-2c8180fdb739\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"b4ec6c22-92bf-4f8a-b2d9-20d8446e618a\",\r\n \"sourceComputerId\": \"91739da1-3376-4b0b-94c2-f6bd3259a194\",\r\n \"startTime\": \"2018-05-17T01:06:43.5484446-07:00\",\r\n \"endTime\": \"2018-05-17T01:08:16.49-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-17T01:06:43.5484446-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-17T01:08:48.38-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/aafb3b65-41c2-4feb-8de6-ea12c7371b85\",\r\n \"name\": \"aafb3b65-41c2-4feb-8de6-ea12c7371b85\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"b4ec6c22-92bf-4f8a-b2d9-20d8446e618a\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-17T01:06:39.2826316-07:00\",\r\n \"endTime\": \"2018-05-17T01:08:22.363-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-17T01:06:39.2826316-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-17T01:08:48.177-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/0033d6d6-828d-4712-adab-293cc4fc8809\",\r\n \"name\": \"0033d6d6-828d-4712-adab-293cc4fc8809\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"46568d26-0182-49b2-8bfd-af3455780397\",\r\n \"sourceComputerId\": \"91739da1-3376-4b0b-94c2-f6bd3259a194\",\r\n \"startTime\": \"2018-05-16T19:06:44.5706119-07:00\",\r\n \"endTime\": \"2018-05-16T19:08:21.993-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-16T19:06:44.5706119-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-16T19:08:49.2-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/37a4b092-68c0-4e4b-8240-a760796e240b\",\r\n \"name\": \"37a4b092-68c0-4e4b-8240-a760796e240b\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"46568d26-0182-49b2-8bfd-af3455780397\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-16T19:06:41.1173871-07:00\",\r\n \"endTime\": \"2018-05-16T19:08:13.323-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-16T19:06:41.1173871-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-16T19:08:48.997-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/42fad310-f76e-47af-a0e1-8194b49a6baa\",\r\n \"name\": \"42fad310-f76e-47af-a0e1-8194b49a6baa\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"65ea299d-9db8-4c8f-9a5f-b695a1ba77cb\",\r\n \"sourceComputerId\": \"91739da1-3376-4b0b-94c2-f6bd3259a194\",\r\n \"startTime\": \"2018-05-16T15:06:45.2829431-07:00\",\r\n \"endTime\": \"2018-05-16T16:13:30.187-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-16T15:06:45.2829431-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-16T16:13:51.297-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/c35bd244-21d5-4dc0-8b70-0239c3b55f11\",\r\n \"name\": \"c35bd244-21d5-4dc0-8b70-0239c3b55f11\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"65ea299d-9db8-4c8f-9a5f-b695a1ba77cb\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-16T15:06:39.267128-07:00\",\r\n \"endTime\": \"2018-05-16T16:13:21.873-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-16T15:06:39.267128-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-16T16:13:51.077-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "17258"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "c6e268f4-41a4-49f5-8d99-6f6452234bed"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14986"
+ ],
+ "x-ms-correlation-request-id": [
+ "42c6e833-2cc9-49df-8968-3d3d264b044d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T090912Z:42c6e833-2cc9-49df-8968-3d3d264b044d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 09:09:11 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRunsWithFilters.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRunsWithFilters.json
new file mode 100644
index 000000000000..03ad3a4c6ac8
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRunsWithFilters.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns?api-version=2017-05-15-preview&$filter=properties%2FcorrelationId%20eq%20b4ec6c22-92bf-4f8a-b2d9-20d8446e618a%20and%20properties%2Fstatus%20eq%20'Succeeded'%20and%20properties%2FtargetComputer%20eq%20'%2Fsubscriptions%2F422b6c61-95b0-4213-b3be-7282315df71d%2FresourceGroups%2Fmo-compute%2Fproviders%2FMicrosoft.Compute%2FvirtualMachines%2Fmo-vm-w-01'",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25NYWNoaW5lUnVucz9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXcmJGZpbHRlcj1wcm9wZXJ0aWVzJTJGY29ycmVsYXRpb25JZCUyMGVxJTIwYjRlYzZjMjItOTJiZi00ZjhhLWIyZDktMjBkODQ0NmU2MThhJTIwYW5kJTIwcHJvcGVydGllcyUyRnN0YXR1cyUyMGVxJTIwJTI3U3VjY2VlZGVkJTI3JTIwYW5kJTIwcHJvcGVydGllcyUyRnRhcmdldENvbXB1dGVyJTIwZXElMjAlMjclMkZzdWJzY3JpcHRpb25zJTJGNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkJTJGcmVzb3VyY2VHcm91cHMlMkZtby1jb21wdXRlJTJGcHJvdmlkZXJzJTJGTWljcm9zb2Z0LkNvbXB1dGUlMkZ2aXJ0dWFsTWFjaGluZXMlMkZtby12bS13LTAxJTI3",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "295dc60d-b3aa-44ab-8064-92ea98c4a665"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "416479c8-a3d4-43ae-a88e-a1a4635ca5c6"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns/aafb3b65-41c2-4feb-8de6-ea12c7371b85\",\r\n \"name\": \"aafb3b65-41c2-4feb-8de6-ea12c7371b85\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"targetComputer\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"targetComputerType\": \"AzureVirtualMachines\",\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"osType\": \"Windows\",\r\n \"correlationId\": \"b4ec6c22-92bf-4f8a-b2d9-20d8446e618a\",\r\n \"sourceComputerId\": \"7dcab1aa-2114-443a-b19f-e98840f1b524\",\r\n \"startTime\": \"2018-05-17T01:06:39.2826316-07:00\",\r\n \"endTime\": \"2018-05-17T01:08:22.363-07:00\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"job\": null,\r\n \"creationTime\": \"2018-05-17T01:06:39.2826316-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-17T01:08:48.177-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "972"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "416479c8-a3d4-43ae-a88e-a1a4635ca5c6"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14992"
+ ],
+ "x-ms-correlation-request-id": [
+ "3672d473-d962-4a0e-9c41-d4d36f722669"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T092013Z:3672d473-d962-4a0e-9c41-d4d36f722669"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 09:20:13 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRunsWithFiltersNoResults.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRunsWithFiltersNoResults.json
new file mode 100644
index 000000000000..7a3839891891
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllMachineRunsWithFiltersNoResults.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationMachineRuns?api-version=2017-05-15-preview&$filter=properties%2FcorrelationId%20eq%20b4ec6c22-92bf-4f8a-b2d9-20d8446e618a%20and%20properties%2Fstatus%20eq%20'Succeeded'%20and%20properties%2FtargetComputer%20eq%20'foo'",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25NYWNoaW5lUnVucz9hcGktdmVyc2lvbj0yMDE3LTA1LTE1LXByZXZpZXcmJGZpbHRlcj1wcm9wZXJ0aWVzJTJGY29ycmVsYXRpb25JZCUyMGVxJTIwYjRlYzZjMjItOTJiZi00ZjhhLWIyZDktMjBkODQ0NmU2MThhJTIwYW5kJTIwcHJvcGVydGllcyUyRnN0YXR1cyUyMGVxJTIwJTI3U3VjY2VlZGVkJTI3JTIwYW5kJTIwcHJvcGVydGllcyUyRnRhcmdldENvbXB1dGVyJTIwZXElMjAlMjdmb28lMjc=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "90f15ac1-de71-46c0-99e5-6faec764d0fe"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "af7613a5-8c1b-4571-8f18-a249c215448a"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "af7613a5-8c1b-4571-8f18-a249c215448a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14949"
+ ],
+ "x-ms-correlation-request-id": [
+ "8bccc958-1308-48e1-92fd-9d1b61ce723d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T091754Z:8bccc958-1308-48e1-92fd-9d1b61ce723d"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 09:17:53 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRuns.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRuns.json
new file mode 100644
index 000000000000..d11701bec6cc
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRuns.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns?api-version=2017-05-15-preview&$filter=properties%2FstartTime%20ge%200001-01-01T08:00:00.0000000Z",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25SdW5zP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldyYkZmlsdGVyPXByb3BlcnRpZXMlMkZzdGFydFRpbWUlMjBnZSUyMDAwMDEtMDEtMDFUMDglM0EwMCUzQTAwLjAwMDAwMDBa",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "9792311c-3b66-4a94-96a1-bce7d76dfb25"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "ff2dae42-510e-4689-bb96-f5596a346e3d"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/eb74a03a-b8ef-44a0-be0d-89681afa9c8d\",\r\n \"name\": \"eb74a03a-b8ef-44a0-be0d-89681afa9c8d\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Linux\",\r\n \"startTime\": \"2018-05-26T01:56:37.7118994-07:00\",\r\n \"endTime\": \"2018-05-26T01:57:09.073-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-26T01:56:37.7118994-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-26T01:57:46.95-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/afaec58b-2918-4751-aae1-436ab23f6ef0\",\r\n \"name\": \"afaec58b-2918-4751-aae1-436ab23f6ef0\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Linux\",\r\n \"startTime\": \"2018-05-25T03:10:36.1432048-07:00\",\r\n \"endTime\": \"2018-05-25T03:12:24.207-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-25T03:10:36.1432048-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T03:12:47.3-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/80b87e34-e894-41e9-9c50-62283a08f20e\",\r\n \"name\": \"80b87e34-e894-41e9-9c50-62283a08f20e\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-25T03:08:38.8262264-07:00\",\r\n \"endTime\": \"2018-05-25T03:10:00.373-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-25T03:08:38.8262264-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-25T03:10:48.173-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/d23dd1fa-e67e-4146-8376-1c5583a90612\",\r\n \"name\": \"d23dd1fa-e67e-4146-8376-1c5583a90612\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"tst2\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-24T01:21:50.3088776-07:00\",\r\n \"endTime\": \"2018-05-24T01:22:28.59-07:00\",\r\n \"computerCount\": 1,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-24T01:21:50.3088776-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T01:22:55.763-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/344c2bba-2c6c-4474-b300-a5b5bbacdc84\",\r\n \"name\": \"344c2bba-2c6c-4474-b300-a5b5bbacdc84\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"tst\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-24T01:19:46.4605625-07:00\",\r\n \"endTime\": \"2018-05-24T01:22:27.59-07:00\",\r\n \"computerCount\": 1,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-24T01:19:46.4605625-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T01:22:52.653-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/cc554c70-3057-4c00-bcd9-456296dba85d\",\r\n \"name\": \"cc554c70-3057-4c00-bcd9-456296dba85d\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Linux\",\r\n \"startTime\": \"2018-05-23T00:59:40.3722822-07:00\",\r\n \"endTime\": \"2018-05-23T01:00:16.17-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-23T00:59:40.3722822-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-23T01:00:52.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/a99b37d2-f257-4090-b45f-ef66b95bc52b\",\r\n \"name\": \"a99b37d2-f257-4090-b45f-ef66b95bc52b\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Linux\",\r\n \"startTime\": \"2018-05-22T16:43:26.4490825-07:00\",\r\n \"endTime\": \"2018-05-22T16:45:43.08-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-22T16:43:26.4490825-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T16:46:35.503-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/ec9ce57f-da18-44be-b33b-651a0f93cb52\",\r\n \"name\": \"ec9ce57f-da18-44be-b33b-651a0f93cb52\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-22T16:37:42.4033504-07:00\",\r\n \"endTime\": \"2018-05-22T16:38:31.81-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-22T16:37:42.4033504-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T16:38:54.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/ac9396c7-a837-43d4-be97-fbfe46c80baa\",\r\n \"name\": \"ac9396c7-a837-43d4-be97-fbfe46c80baa\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-22T15:00:47.43173-07:00\",\r\n \"endTime\": \"2018-05-22T15:02:20.827-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-22T15:00:47.43173-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-22T15:02:58.203-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/6f68eb1a-0585-4c76-9a9f-bf4f0b47110c\",\r\n \"name\": \"6f68eb1a-0585-4c76-9a9f-bf4f0b47110c\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-03\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-18T15:21:38.6895879-07:00\",\r\n \"endTime\": \"2018-05-18T16:43:47.497-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-18T15:21:38.6895879-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-18T16:43:52.03-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/b4ec6c22-92bf-4f8a-b2d9-20d8446e618a\",\r\n \"name\": \"b4ec6c22-92bf-4f8a-b2d9-20d8446e618a\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-02\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-17T01:06:38.2982099-07:00\",\r\n \"endTime\": \"2018-05-17T01:08:22.363-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-17T01:06:38.2982099-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-17T01:08:48.693-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/46568d26-0182-49b2-8bfd-af3455780397\",\r\n \"name\": \"46568d26-0182-49b2-8bfd-af3455780397\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-16T19:06:40.1642148-07:00\",\r\n \"endTime\": \"2018-05-16T19:08:21.993-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-16T19:06:40.1642148-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-16T19:08:49.48-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/65ea299d-9db8-4c8f-9a5f-b695a1ba77cb\",\r\n \"name\": \"65ea299d-9db8-4c8f-9a5f-b695a1ba77cb\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"mo-onetime-01\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-16T15:06:38.3452247-07:00\",\r\n \"endTime\": \"2018-05-16T16:13:30.187-07:00\",\r\n \"computerCount\": 2,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-16T15:06:38.3452247-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-16T16:13:51.577-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "8652"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "ff2dae42-510e-4689-bb96-f5596a346e3d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14996"
+ ],
+ "x-ms-correlation-request-id": [
+ "9a647304-3278-4405-a067-ed38ad044502"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T090433Z:9a647304-3278-4405-a067-ed38ad044502"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 09:04:32 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRunsWithFilters.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRunsWithFilters.json
new file mode 100644
index 000000000000..27c2f204e4ed
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRunsWithFilters.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns?api-version=2017-05-15-preview&$filter=properties%2FosType%20eq%20'Windows'%20and%20properties%2Fstatus%20eq%20'Succeeded'%20and%20properties%2FstartTime%20ge%202018-05-22T23:40:00.0000000Z",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25SdW5zP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldyYkZmlsdGVyPXByb3BlcnRpZXMlMkZvc1R5cGUlMjBlcSUyMCUyN1dpbmRvd3MlMjclMjBhbmQlMjBwcm9wZXJ0aWVzJTJGc3RhdHVzJTIwZXElMjAlMjdTdWNjZWVkZWQlMjclMjBhbmQlMjBwcm9wZXJ0aWVzJTJGc3RhcnRUaW1lJTIwZ2UlMjAyMDE4LTA1LTIyVDIzJTNBNDAlM0EwMC4wMDAwMDAwWg==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a28239dd-24ac-41d4-8afc-b0dba1375e59"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "314525bf-021e-4207-9d29-cd17d451d274"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/d23dd1fa-e67e-4146-8376-1c5583a90612\",\r\n \"name\": \"d23dd1fa-e67e-4146-8376-1c5583a90612\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"tst2\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-24T01:21:50.3088776-07:00\",\r\n \"endTime\": \"2018-05-24T01:22:28.59-07:00\",\r\n \"computerCount\": 1,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-24T01:21:50.3088776-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T01:22:55.763-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns/344c2bba-2c6c-4474-b300-a5b5bbacdc84\",\r\n \"name\": \"344c2bba-2c6c-4474-b300-a5b5bbacdc84\",\r\n \"type\": null,\r\n \"properties\": {\r\n \"softwareUpdateConfiguration\": {\r\n \"name\": \"tst\"\r\n },\r\n \"status\": \"Succeeded\",\r\n \"configuredDuration\": \"PT2H\",\r\n \"osType\": \"Windows\",\r\n \"startTime\": \"2018-05-24T01:19:46.4605625-07:00\",\r\n \"endTime\": \"2018-05-24T01:22:27.59-07:00\",\r\n \"computerCount\": 1,\r\n \"failedCount\": 0,\r\n \"creationTime\": \"2018-05-24T01:19:46.4605625-07:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-05-24T01:22:52.653-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1326"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "314525bf-021e-4207-9d29-cd17d451d274"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14954"
+ ],
+ "x-ms-correlation-request-id": [
+ "55af7687-c188-4b07-b84e-a83730403472"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T083515Z:55af7687-c188-4b07-b84e-a83730403472"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 08:35:14 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRunsWithFiltersNoResults.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRunsWithFiltersNoResults.json
new file mode 100644
index 000000000000..3012f7076af7
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllRunsWithFiltersNoResults.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurationRuns?api-version=2017-05-15-preview&$filter=properties%2FosType%20eq%20'Windows'%20and%20properties%2Fstatus%20eq%20'Failed'%20and%20properties%2FstartTime%20ge%202018-05-22T23:40:00.0000000Z",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25SdW5zP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldyYkZmlsdGVyPXByb3BlcnRpZXMlMkZvc1R5cGUlMjBlcSUyMCUyN1dpbmRvd3MlMjclMjBhbmQlMjBwcm9wZXJ0aWVzJTJGc3RhdHVzJTIwZXElMjAlMjdGYWlsZWQlMjclMjBhbmQlMjBwcm9wZXJ0aWVzJTJGc3RhcnRUaW1lJTIwZ2UlMjAyMDE4LTA1LTIyVDIzJTNBNDAlM0EwMC4wMDAwMDAwWg==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "eb655c8b-6f99-467b-9337-f6e868528662"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "f79b1534-fb3e-47f0-946d-37c9db2379ba"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": []\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "12"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f79b1534-fb3e-47f0-946d-37c9db2379ba"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14958"
+ ],
+ "x-ms-correlation-request-id": [
+ "350cdb2b-f665-4cba-8c3b-5745a9a54826"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T082747Z:350cdb2b-f665-4cba-8c3b-5745a9a54826"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 08:27:46 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllSUCs.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllSUCs.json
new file mode 100644
index 000000000000..d5bd4ff8078c
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllSUCs.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations?api-version=2017-05-15-preview",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldw==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a0078fd9-1bde-4011-8149-9082ae21ac0f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "8d2de1ae-9d4c-4017-b109-bc9e46c5a1dc"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-03\",\r\n \"name\": \"mo-onetime-03\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Security, UpdateRollup\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-25T03:06:00-07:00\",\r\n \"creationTime\": \"2018-05-25T02:56:19.06-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T02:56:32.233-07:00\",\r\n \"provisioningState\": \"Failed\",\r\n \"nextRun\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-01\",\r\n \"name\": \"mo-onetime-01\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Unclassified\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-w-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-25T03:05:00-07:00\",\r\n \"creationTime\": \"2018-05-25T02:55:20.45-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T02:55:31.73-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-02\",\r\n \"name\": \"mo-onetime-02\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Unclassified\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-25T03:04:00-07:00\",\r\n \"creationTime\": \"2018-05-25T02:54:50.29-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T02:55:01.337-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-05\",\r\n \"name\": \"mo-onetime-05\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": null,\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-23T02:24:00-07:00\",\r\n \"creationTime\": \"2018-05-23T02:14:50.377-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T02:54:31.1-07:00\",\r\n \"provisioningState\": \"Failed\",\r\n \"nextRun\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/mo-onetime-04\",\r\n \"name\": \"mo-onetime-04\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Linux\",\r\n \"windows\": null,\r\n \"linux\": {\r\n \"includedPackageClassifications\": \"Critical, Security\",\r\n \"excludedPackageNameMasks\": null\r\n },\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-01\",\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-compute/providers/Microsoft.Compute/virtualMachines/mo-vm-l-02\"\r\n ],\r\n \"nonAzureComputerNames\": [\r\n \"server-01\",\r\n \"server-02\"\r\n ]\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-23T02:20:00-07:00\",\r\n \"creationTime\": \"2018-05-23T02:10:55.507-07:00\",\r\n \"lastModifiedTime\": \"2018-05-25T02:53:52.02-07:00\",\r\n \"provisioningState\": \"Failed\",\r\n \"nextRun\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/tst2\",\r\n \"name\": \"tst2\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/mo-compute/providers/microsoft.compute/virtualmachines/mo-vm-w-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-24T01:21:00-07:00\",\r\n \"creationTime\": \"2018-05-24T00:51:45.707-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:51:46.097-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": null\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/tst\",\r\n \"name\": \"tst\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/mo-compute/providers/microsoft.compute/virtualmachines/mo-vm-w-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-24T01:19:00-07:00\",\r\n \"creationTime\": \"2018-05-24T00:50:18.11-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:50:18.44-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": null\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "6207"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "8d2de1ae-9d4c-4017-b109-bc9e46c5a1dc"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14984"
+ ],
+ "x-ms-correlation-request-id": [
+ "63b4c5af-9fc9-481c-9b91-ba56c976abb1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180526T084407Z:63b4c5af-9fc9-481c-9b91-ba56c976abb1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Sat, 26 May 2018 08:44:06 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllSUCsForVM.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllSUCsForVM.json
new file mode 100644
index 000000000000..7c6e16a50bc2
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Commands.Automation.Test.UpdateManagementTests/GetAllSUCsForVM.json
@@ -0,0 +1,80 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations?api-version=2017-05-15-preview&$filter=properties%2FupdateConfiguration%2FazureVirtualMachines%2Fany(m:%20m%20eq%20'%2Fsubscriptions%2F422b6c61-95b0-4213-b3be-7282315df71d%2FresourceGroups%2Fmo-compute%2Fproviders%2FMicrosoft.Compute%2FvirtualMachines%2Fmo-vm-w-01')",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL21vLXJlc291cmNlcy1ldXMvcHJvdmlkZXJzL01pY3Jvc29mdC5BdXRvbWF0aW9uL2F1dG9tYXRpb25BY2NvdW50cy9tby1hYWEtZXVzMi9zb2Z0d2FyZVVwZGF0ZUNvbmZpZ3VyYXRpb25zP2FwaS12ZXJzaW9uPTIwMTctMDUtMTUtcHJldmlldyYkZmlsdGVyPXByb3BlcnRpZXMlMkZ1cGRhdGVDb25maWd1cmF0aW9uJTJGYXp1cmVWaXJ0dWFsTWFjaGluZXMlMkZhbnklMjhtJTNBJTIwbSUyMGVxJTIwJTI3JTJGc3Vic2NyaXB0aW9ucyUyRjQyMmI2YzYxLTk1YjAtNDIxMy1iM2JlLTcyODIzMTVkZjcxZCUyRnJlc291cmNlR3JvdXBzJTJGbW8tY29tcHV0ZSUyRnByb3ZpZGVycyUyRk1pY3Jvc29mdC5Db21wdXRlJTJGdmlydHVhbE1hY2hpbmVzJTJGbW8tdm0tdy0wMSUyNyUyOQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "a27b8e45-c8f1-4d38-826d-da485c7ea2f7"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.2650.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.16299",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.0.2.0"
+ ],
+ "x-ms-activity-id": [
+ "7368cf00-df46-47e6-9db9-2493419e680a"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/tst\",\r\n \"name\": \"tst\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/mo-compute/providers/microsoft.compute/virtualmachines/mo-vm-w-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-24T01:19:00-07:00\",\r\n \"creationTime\": \"2018-05-24T00:50:18.11-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:50:18.44-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2018-05-24T01:19:00-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2/softwareUpdateConfigurations/tst2\",\r\n \"name\": \"tst2\",\r\n \"properties\": {\r\n \"updateConfiguration\": {\r\n \"operatingSystem\": \"Windows\",\r\n \"windows\": {\r\n \"includedUpdateClassifications\": \"Critical, Security, UpdateRollup, FeaturePack, ServicePack, Definition, Tools, Updates\",\r\n \"excludedKbNumbers\": null\r\n },\r\n \"linux\": null,\r\n \"duration\": \"PT2H\",\r\n \"azureVirtualMachines\": [\r\n \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/mo-compute/providers/microsoft.compute/virtualmachines/mo-vm-w-01\"\r\n ],\r\n \"nonAzureComputerNames\": null\r\n },\r\n \"frequency\": \"OneTime\",\r\n \"startTime\": \"2018-05-24T01:21:00-07:00\",\r\n \"creationTime\": \"2018-05-24T00:51:45.707-07:00\",\r\n \"lastModifiedTime\": \"2018-05-24T00:51:46.097-07:00\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"nextRun\": \"2018-05-24T01:21:00-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "1763"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "7368cf00-df46-47e6-9db9-2493419e680a"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "14998"
+ ],
+ "x-ms-correlation-request-id": [
+ "189a329e-aeb3-4635-a9f9-a5b7483103c9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20180524T075429Z:189a329e-aeb3-4635-a9f9-a5b7483103c9"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 24 May 2018 07:54:29 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Microsoft.Azure.Commands.Automation.Test.AccountTests/TestAutomationAcctTags.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Microsoft.Azure.Commands.Automation.Test.AccountTests/TestAutomationAcctTags.json
new file mode 100644
index 000000000000..bc42990694d1
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Microsoft.Azure.Commands.Automation.Test.AccountTests/TestAutomationAcctTags.json
@@ -0,0 +1,783 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/PowerShellTest?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlZ3JvdXBzL1Bvd2VyU2hlbGxUZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ba15da66-a1ad-4e4b-b1da-8d4a7f8beb46"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PowerShellTest' could not be found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "106"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11988"
+ ],
+ "x-ms-request-id": [
+ "d1acf517-1a06-4946-892a-65c119d00a8e"
+ ],
+ "x-ms-correlation-request-id": [
+ "d1acf517-1a06-4946-892a-65c119d00a8e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203655Z:d1acf517-1a06-4946-892a-65c119d00a8e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:55 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/PowerShellTest?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlZ3JvdXBzL1Bvd2VyU2hlbGxUZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "37"
+ ],
+ "x-ms-client-request-id": [
+ "582b8d58-6a34-4f8e-b489-f144290655d4"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest\",\r\n \"name\": \"PowerShellTest\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "188"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "08515369-967e-4541-90fd-f3bcef56977d"
+ ],
+ "x-ms-correlation-request-id": [
+ "08515369-967e-4541-90fd-f3bcef56977d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203656Z:08515369-967e-4541-90fd-f3bcef56977d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:56 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "be54dfa7-9b9a-4098-a31d-f6794d1a8b59"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/account-powershell-test' under resource group 'PowerShellTest' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "181"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "fe4902c4-fd59-49c6-af77-529cd2dce6a4"
+ ],
+ "x-ms-correlation-request-id": [
+ "fe4902c4-fd59-49c6-af77-529cd2dce6a4"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203657Z:fe4902c4-fd59-49c6-af77-529cd2dce6a4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:56 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "0f697bff-1846-4f38-94c2-6e740264fc23"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"gg\": \"hh\",\r\n \"abc\": \"def\"\r\n },\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/0cb6fa00-8c0e-43a6-bc6f-067f35db581c\",\r\n \"creationTime\": \"2018-11-08T12:36:58.0066667-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:36:58.46-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "642"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "0cb6fa00-8c0e-43a6-bc6f-067f35db581c"
+ ],
+ "x-ms-request-id": [
+ "0f697bff-1846-4f38-94c2-6e740264fc23"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11930"
+ ],
+ "x-ms-correlation-request-id": [
+ "3d49446c-4bad-4236-9e08-1760c51411c0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203658Z:3d49446c-4bad-4236-9e08-1760c51411c0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:58 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "e53309a7-fc10-4e37-9ead-372ad4a4e736"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"lm\": \"jk\"\r\n },\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/0cb6fa00-8c0e-43a6-bc6f-067f35db581c\",\r\n \"creationTime\": \"2018-11-08T12:36:58.0066667-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:36:59.0533333-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "635"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "0cb6fa00-8c0e-43a6-bc6f-067f35db581c"
+ ],
+ "x-ms-request-id": [
+ "e53309a7-fc10-4e37-9ead-372ad4a4e736"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11926"
+ ],
+ "x-ms-correlation-request-id": [
+ "9293c0e7-32f1-414c-a906-d1d69325c6ed"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203701Z:9293c0e7-32f1-414c-a906-d1d69325c6ed"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:37:01 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Free\"\r\n }\r\n },\r\n \"name\": \"account-powershell-test\",\r\n \"location\": \"West Central US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "143"
+ ],
+ "x-ms-client-request-id": [
+ "60eed21c-28e9-40a2-ba15-155740a39d1f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/0cb6fa00-8c0e-43a6-bc6f-067f35db581c\",\r\n \"creationTime\": \"2018-11-08T12:36:58.0066667-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:36:58.0066667-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "626"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "60eed21c-28e9-40a2-ba15-155740a39d1f"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1187"
+ ],
+ "x-ms-correlation-request-id": [
+ "10bdc195-8d08-4c50-b7ee-2bff3264dae1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203658Z:10bdc195-8d08-4c50-b7ee-2bff3264dae1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:58 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Free\"\r\n }\r\n },\r\n \"name\": \"account-powershell-test\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"gg\": \"hh\",\r\n \"abc\": \"def\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "197"
+ ],
+ "x-ms-client-request-id": [
+ "0371993d-273d-4f70-b485-be03e5c8f742"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"gg\": \"hh\",\r\n \"abc\": \"def\"\r\n },\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/0cb6fa00-8c0e-43a6-bc6f-067f35db581c\",\r\n \"creationTime\": \"2018-11-08T12:36:58.0066667-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:36:58.46-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "642"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "0371993d-273d-4f70-b485-be03e5c8f742"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1186"
+ ],
+ "x-ms-correlation-request-id": [
+ "cd1855aa-9d81-4a30-866b-1be30631b390"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203658Z:cd1855aa-9d81-4a30-866b-1be30631b390"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:58 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "PATCH",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\"\r\n }\r\n },\r\n \"name\": \"account-powershell-test\",\r\n \"tags\": {\r\n \"lm\": \"jk\"\r\n }\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "145"
+ ],
+ "x-ms-client-request-id": [
+ "4bb261fe-ab4a-4536-9d28-691039bcc9a4"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {\r\n \"lm\": \"jk\"\r\n },\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/0cb6fa00-8c0e-43a6-bc6f-067f35db581c\",\r\n \"creationTime\": \"2018-11-08T12:36:58.0066667-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:36:59.0533333-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "635"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "4bb261fe-ab4a-4536-9d28-691039bcc9a4"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1185"
+ ],
+ "x-ms-correlation-request-id": [
+ "149fd885-04e8-485f-83eb-fe3f7f94a5ad"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203659Z:149fd885-04e8-485f-83eb-fe3f7f94a5ad"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:36:59 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ec503e57-95a6-4c21-b92a-b519b9babf92"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-0928\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-0928\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T15:36:07.513-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/newrg/providers/Microsoft.Automation/automationAccounts/aa-0929\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-0929\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T16:07:20.827-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Test/providers/Microsoft.Automation/automationAccounts/AA-0931\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AA-0931\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-29T12:00:51.017-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/AA20160102\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AA20160102\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-02T01:59:58.21-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/aa-avkaur\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-avkaur\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-21T14:25:34.803-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-ggopaldemo1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-ggopaldemo1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T07:50:12.047-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-ggopaldemoNEW1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-ggopaldemoNEW1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T10:36:04.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/abhinav-jpes\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"abhinav-jpes\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:13:21.863-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AccountRGAK/providers/Microsoft.Automation/automationAccounts/AccountAK\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AccountAK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T14:14:10.077-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/AhoyThere\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AhoyThere\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-01T09:39:52.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/AhoyThereAgain\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AhoyThereAgain\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-01T09:44:08.55-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/Automate-4156653-EJP\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automate-4156653-EJP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-08T16:30:00.963-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EJP/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-EJP\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-EJP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:33:27.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0415/providers/Microsoft.Automation/automationAccounts/Automation0415\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automation0415\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-15T10:59:00.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0416/providers/Microsoft.Automation/automationAccounts/Automation0416\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automation0416\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-15T11:07:27.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/azureaa\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"azureaa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:32:44.307-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/balukjpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"balukjpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-24T14:45:17.943-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/befisheGalleryDeployment\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"befisheGalleryDeployment\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-13T12:20:03.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/csandjpnsmoketest\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"csandjpnsmoketest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-22T17:49:58.657-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EJP/providers/Microsoft.Automation/automationAccounts/CustomAA\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"CustomAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T15:35:43.133-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dableJPES01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dableJPES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:16:06.997-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeJPES01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dalbeJPES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:17:15.053-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeJPES02\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dalbeJPES02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T19:44:27.933-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/dddd11111\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dddd11111\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:34:51.943-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/deploymenttest-07-07\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"deploymenttest-07-07\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-07T18:51:59.78-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/galleryTest\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"galleryTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-10T12:16:45.77-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htJpe1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"htJpe1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:11:55.653-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikann-test1234-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-0703-E2E\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"IKANNI-0703-E2E\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-03T20:46:09.553-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Ikanni-FirstUserExperince\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"Ikanni-FirstUserExperince\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-07T16:40:22.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/ikanni-jpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"ikanni-jpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-28T08:53:27.847-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/ikanni-JPE-BASICTIER\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"ikanni-JPE-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-20T06:16:32.143-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNITEST01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"IKANNITEST01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-07T11:51:27.003-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-WCUS-RG/providers/Microsoft.Automation/automationAccounts/ikanni-WCUS\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"ikanni-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-25T15:42:33.18-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqljapaneast/providers/Microsoft.Automation/automationAccounts/JPE-Automation\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"JPE-Automation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T16:58:39.487-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JPEDeploy1/providers/Microsoft.Automation/automationAccounts/JPEDDeployDSC1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"JPEDDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T16:39:15.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/MMSDemo/providers/Microsoft.Automation/automationAccounts/MMSDemoAccount\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"MMSDemoAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-27T16:24:23.22-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/mpentaTriggerServiceJPE1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"mpentaTriggerServiceJPE1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T10:57:06.727-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-rg-jpe/providers/Microsoft.Automation/automationAccounts/najams-aa-jpe\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"najams-aa-jpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T17:37:05.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/newaa1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"newaa1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:33:51.79-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/nyanco23\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"nyanco23\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-23T15:32:32.34-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/oaastest0804\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"oaastest0804\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T17:43:53.777-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Japan-East/providers/Microsoft.Automation/automationAccounts/PSAPTestJpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"PSAPTestJpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-02-03T13:47:00.313-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SanjeevhRG/providers/Microsoft.Automation/automationAccounts/SanjeevhAutomation\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SanjeevhAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-07T16:14:14.87-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/somedummytestaccount1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"somedummytestaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:30:37.577-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-2015-12-09-061735_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-2015-12-09-061735\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-2015-12-09-061735\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-09T18:18:08.163-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-2015-12-09-071245_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-2015-12-09-071245\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-2015-12-09-071245\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-09T19:13:12.763-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-CertExpiry2016-02-21-033325_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-CertExpiry2016-02-21-033325\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-CertExpiry2016-02-21-033325\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-21T15:33:57.223-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/SriJPE\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SriJPE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T09:58:12.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/TEST01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TEST01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T15:31:54.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-CANBEDELETE-01_RG/providers/Microsoft.Automation/automationAccounts/TEST-CANBEDELETE-01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TEST-CANBEDELETE-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-24T15:16:31.99-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TESTFromARM-RG/providers/Microsoft.Automation/automationAccounts/TESTFromARM\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TESTFromARM\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-06T09:51:21.437-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testgaryke/providers/Microsoft.Automation/automationAccounts/testgaryke\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testgaryke\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-06-23T15:09:10.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TESTIKANNI-PROD-MSI-001-RG/providers/Microsoft.Automation/automationAccounts/TESTIKANNI-PROD-MSI-001\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"TESTIKANNI-PROD-MSI-001\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-30T13:03:01.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testxx123acct\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testxx123acct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:36:03.877-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testyy123acct\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testyy123acct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:38:31.707-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testz1acc\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testz1acc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:40:41.037-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testzz123acc\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testzz123acc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:39:27.083-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/t-jafe-account1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"t-jafe-account1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-31T14:11:46.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hfghhdh/providers/Microsoft.Automation/automationAccounts/tregbgd\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"tregbgd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-18T19:11:51.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VEL-SP-Demo-2016-02-09-043618_RG/providers/Microsoft.Automation/automationAccounts/VEL-SP-Demo-2016-02-09-043618\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VEL-SP-Demo-2016-02-09-043618\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-09T04:36:51.37-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/VivAccountMarketPlace\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivAccountMarketPlace\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T14:34:56.237-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivAccountSEA0308\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivAccountSEA0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:30:23.223-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/Vivlinasgd\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"Vivlinasgd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-10T17:57:01.143-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivLingaiah\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivLingaiah\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-03T13:51:28.567-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/weijielacct1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"weijielacct1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T13:32:17.823-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijiel/providers/Microsoft.Automation/automationAccounts/weijieljp\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"weijieljp\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T16:24:28.547-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ctitest-rg/providers/Microsoft.Automation/automationAccounts/aa-ctitest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"aa-ctitest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-15T16:10:24.293-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/aa-miaoh2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"aa-miaoh2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-17T13:37:50.857-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasagwebhookwebhookservice/providers/Microsoft.Automation/automationAccounts/aa-mpenta-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"aa-mpenta-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-07T19:01:43.19-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shipramrg/providers/Microsoft.Automation/automationAccounts/aaproxytest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"aaproxytest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-19T14:27:02.133-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaasCS422b6c61-95b0-4213-b3be-7282315df71d-East-US/providers/Microsoft.Automation/automationAccounts/AccountEastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"AccountEastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-06T11:01:20.997-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/accountest1RG/providers/Microsoft.Automation/automationAccounts/accountest1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accountest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T12:51:11.623-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/accounttest1RG2/providers/Microsoft.Automation/automationAccounts/accounttest1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accounttest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T12:53:05.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/accountTestCanBeDeleted\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accountTestCanBeDeleted\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-19T08:27:07.697-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/alevineAccountMayFail\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"alevineAccountMayFail\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-04T14:28:19.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/alevineAutoSub2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"alevineAutoSub2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-02-11T11:46:40.717-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nxoawtesting/providers/Microsoft.Automation/automationAccounts/Automate-2827499-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-2827499-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-02T16:29:58.877-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3200257-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3200257-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T11:10:06-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3297488-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3297488-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-08T14:36:33.71-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/build2017/providers/Microsoft.Automation/automationAccounts/Automate-3633236-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3633236-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-10T17:35:21.277-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3835013-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3835013-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-26T15:22:30.32-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-24T09:54:33.16-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/apidebug/providers/Microsoft.Automation/automationAccounts/Automate-5368464-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-5368464-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T14:15:05.63-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-6487177-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-6487177-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-06T13:34:44.777-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-7109714-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-7109714-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-21T14:22:06.033-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-7468462-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-7468462-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-21T09:38:28.827-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/apidebug/providers/Microsoft.Automation/automationAccounts/Automate-9035321-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-9035321-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:23:31.363-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0516/providers/Microsoft.Automation/automationAccounts/Automation0516\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automation0516\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-05-16T13:36:34.753-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/AzureModuleAutomation\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"AzureModuleAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-01-14T16:32:13.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-demo02\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-demo02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-19T17:09:49.2-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-demo1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-demo1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-19T17:07:26.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-14T14:37:54.347-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anwieber-AUS/providers/Microsoft.Automation/automationAccounts/cbareproeus2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"cbareproeus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-26T12:16:41.857-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos78fc0deea-6d40-4517-8a13-234e0448418e/providers/Microsoft.Automation/automationAccounts/Centos78fc0deea-6d40-4517-8a13-234e0448418e\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Centos78fc0deea-6d40-4517-8a13-234e0448418e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-10T16:01:02.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a/providers/Microsoft.Automation/automationAccounts/Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-18T10:15:31.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dableEus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dableEus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-20T20:49:18.213-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeEus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dalbeEus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-20T20:52:05.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeEUS01\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dalbeEUS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T18:05:57.61-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Danial\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Danial\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-05T10:45:02.543-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/deletemeaa1111\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"deletemeaa1111\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T13:11:16.597-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/deletethisaccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"deletethisaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T13:04:32.13-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/deploy113US\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"deploy113US\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-12-02T17:56:44.83-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/e2eShipramTest1/providers/Microsoft.Automation/automationAccounts/e2eshipramTest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"e2eshipramTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-15T14:48:39.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/egeretrheth\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"egeretrheth\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-09-09T12:37:53.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ApiDebug/providers/Microsoft.Automation/automationAccounts/elvan123\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"elvan123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-25T14:45:16.08-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/elvgRG67/providers/Microsoft.Automation/automationAccounts/elvantest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"elvantest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-19T13:05:57.227-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/elvgAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"elvgAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2014-04-30T21:55:49.69-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/EUS2Deploy1/providers/Microsoft.Automation/automationAccounts/EUS2DDeployDSC1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"EUS2DDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:44:04.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Example1/providers/Microsoft.Automation/automationAccounts/Example1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Example1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-07T15:11:27.607-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"fbs-aa-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T16:39:00.267-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"fcho-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T18:07:58.09-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group/providers/Microsoft.Automation/automationAccounts/felixTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"felixTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-06T17:00:50.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/hteus21\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"hteus21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T14:03:19.117-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-0918-EUS2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-0918-EUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-18T10:52:47.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-BASICTIER\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-18T22:12:18.4-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-EUs2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-EUs2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T18:29:08.247-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/ikanni-test\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ikanni-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-08T15:15:05.24-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/kaccount1\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"kaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-05T09:43:09.437-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/khughesTestJan1DeployAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"khughesTestJan1DeployAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-08T19:16:07.29-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LitwareResources/providers/Microsoft.Automation/automationAccounts/LitwareAutoAcct-A\",\r\n \"location\": \"EastUS2\",\r\n \"name\": \"LitwareAutoAcct-A\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"cost center\": \"100\",\r\n \"Kane\": \"AMC\",\r\n \"Cortlandt\": \"AMC\",\r\n \"Wallingford\": \"AMC\",\r\n \"Buchanan\": \"OLTL\",\r\n \"Lord\": \"OLTL\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-24T13:36:15.173-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LitwareResources/providers/Microsoft.Automation/automationAccounts/LitwareAutoAcct-B\",\r\n \"location\": \"EastUS2\",\r\n \"name\": \"LitwareAutoAcct-B\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"cost center\": \"100\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-12T13:24:45.727-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/miroman-eus2/providers/Microsoft.Automation/automationAccounts/miroman-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"miroman-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T16:41:32.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"mo-aaa-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T13:31:09.057-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/MokhtarEUS2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"MokhtarEUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-04T16:36:41.15-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/myAutomationAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"myAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-15T12:04:07.627-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-eus2-rg/providers/Microsoft.Automation/automationAccounts/najams-eus2-aa\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"najams-eus2-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-02T10:21:28.54-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/NanThiTestProd01\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"NanThiTestProd01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-08-12T17:23:10.713-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati4\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nizlati4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-14T16:57:40.587-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun-eus2/providers/Microsoft.Automation/automationAccounts/nobun-oaas-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"nobun-oaas-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-09T11:25:51.557-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun/providers/Microsoft.Automation/automationAccounts/nobun-oaas-test-aa\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"nobun-oaas-test-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T10:21:21.583-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/norunbooks\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"norunbooks\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-11T17:17:21.38-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/nyanco334\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nyanco334\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-08T10:52:38.66-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/nyancotest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nyancotest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-02T17:06:07-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaAA1\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaAA1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T14:56:02.367-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olenaAA352\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olenaAA352\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T12:55:09.163-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olenaAA432\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olenaAA432\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T13:29:37.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount2222\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount2222\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:19:29.297-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount22223\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount22223\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:55:09.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount4567\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount4567\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T15:42:44.157-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount456799\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount456799\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:17:31.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/olenatestrg16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccountRg16\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestAutomationAccountRg16\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-01T15:18:43.753-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestPython\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestPython\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:22:47.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestPython\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestPython\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:22:47.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olentestPyAA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olentestPyAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:30:59.37-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/omsaccount2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"omsaccount2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-22T22:32:30.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRG/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAA\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-17T15:31:23.23-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRG5/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAA5\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAA5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-22T20:32:19.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRGTest1/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAATest1\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAATest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-21T10:16:05.46-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRGTest2/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAATest2\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAATest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-20T12:19:44.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/PowershellGalleryDeploy\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"PowershellGalleryDeploy\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T10:59:41.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/RayAutomationAccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"RayAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-24T13:57:35.863-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/regTest2-4\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"regTest2-4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-04T10:08:22.307-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel716fb944f-04cd-48ba-8745-2f2163e08266/providers/Microsoft.Automation/automationAccounts/Rhel716fb944f-04cd-48ba-8745-2f2163e08266\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel716fb944f-04cd-48ba-8745-2f2163e08266\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-17T22:25:41.153-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03/providers/Microsoft.Automation/automationAccounts/Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T10:17:37.743-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007/providers/Microsoft.Automation/automationAccounts/Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T15:31:45.453-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51/providers/Microsoft.Automation/automationAccounts/Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T13:49:36.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83/providers/Microsoft.Automation/automationAccounts/Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T16:04:37.817-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c/providers/Microsoft.Automation/automationAccounts/Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-17T10:57:08.003-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4/providers/Microsoft.Automation/automationAccounts/Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T14:56:21.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/safeerRG/providers/Microsoft.Automation/automationAccounts/safeer\",\r\n \"location\": \"EastUs2\",\r\n \"name\": \"safeer\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-05T12:59:06.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/Sanjeevh\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Sanjeevh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-12T14:13:09.2-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sdkTestRG/providers/Microsoft.Automation/automationAccounts/sdkTestAccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sdkTestAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-21T13:55:18.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRGEUS/providers/Microsoft.Automation/automationAccounts/sguha-aa-1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguha-aa-1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-06T20:18:02.103-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRGEUS/providers/Microsoft.Automation/automationAccounts/sguha-aa-eus\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguha-aa-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-12T12:28:40.873-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ggRG1/providers/Microsoft.Automation/automationAccounts/sguhasvcprincipaltest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguhasvcprincipaltest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-27T06:35:18.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/sguhatest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sguhatest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-15T21:07:00.837-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/AA-1231\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"AA-1231\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-06-17T15:30:41.727-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-WEU/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-WEU\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-WEU\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-15T16:00:04.933-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos744255934-7faa-4c82-89e2-363b13c7ed00/providers/Microsoft.Automation/automationAccounts/Centos744255934-7faa-4c82-89e2-363b13c7ed00\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos744255934-7faa-4c82-89e2-363b13c7ed00\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-08T14:14:43.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79af44142-86f1-4de4-8541-580d08db0a73/providers/Microsoft.Automation/automationAccounts/Centos79af44142-86f1-4de4-8541-580d08db0a73\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos79af44142-86f1-4de4-8541-580d08db0a73\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T09:47:48.807-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79b440116-b7df-423e-8e50-8879929b1b21/providers/Microsoft.Automation/automationAccounts/Centos79b440116-b7df-423e-8e50-8879929b1b21\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos79b440116-b7df-423e-8e50-8879929b1b21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T12:34:58.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeWES01\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"dalbeWES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T10:00:20.733-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/elvgRG67/providers/Microsoft.Automation/automationAccounts/elvgWE\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"elvgWE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-20T12:19:36.453-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/fcho-cc-rg/providers/Microsoft.Automation/automationAccounts/fcho-we-omstest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"fcho-we-omstest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-24T15:07:36.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-weu/providers/Microsoft.Automation/automationAccounts/garyketestAccountE2EScenario\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"garyketestAccountE2EScenario\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-11-07T16:47:15.613-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWes1\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"htWes1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:12:28.45-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-WE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"IKANNI-WE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T16:27:06.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-WE2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"IKANNI-WE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-16T05:33:34.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/ikanni-WE-BASICTIER\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ikanni-WE-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-19T13:29:46.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/imdstest/providers/Microsoft.Automation/automationAccounts/imdstest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"imdstest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T13:19:43.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariBillingAccWeu\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"LahariBillingAccWeu\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-19T10:43:28.493-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Mo-Sev2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Mo-Sev2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T23:48:37.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-sev2/providers/Microsoft.Automation/automationAccounts/mo-sev2account\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"mo-sev2account\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T01:12:02.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-rg-centraluseuap/providers/Microsoft.Automation/automationAccounts/najamsaawesteurope\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"najamsaawesteurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-08T22:44:29.983-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rankum-wes-rg/providers/Microsoft.Automation/automationAccounts/rankum-wes-testsub\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"rankum-wes-testsub\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-25T00:37:54.203-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/release114WE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"release114WE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-12-17T14:48:02.39-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e/providers/Microsoft.Automation/automationAccounts/Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T11:19:54.027-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8/providers/Microsoft.Automation/automationAccounts/Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T12:29:16.65-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b/providers/Microsoft.Automation/automationAccounts/Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T15:57:36.743-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9/providers/Microsoft.Automation/automationAccounts/Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T17:16:33.723-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369/providers/Microsoft.Automation/automationAccounts/Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-02T15:27:39.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3/providers/Microsoft.Automation/automationAccounts/Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T06:49:56.067-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7e5d870de-7778-403d-b80a-01b8cd75b237/providers/Microsoft.Automation/automationAccounts/Rhel7e5d870de-7778-403d-b80a-01b8cd75b237\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7e5d870de-7778-403d-b80a-01b8cd75b237\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T10:35:46.027-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59/providers/Microsoft.Automation/automationAccounts/Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:25:47.347-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/RuhiWE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"RuhiWE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T23:48:19.273-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguha-rg-we/providers/Microsoft.Automation/automationAccounts/sguha-aa-we\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"sguha-aa-we\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-12T12:31:26.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shipramrg/providers/Microsoft.Automation/automationAccounts/shipram-WES\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"shipram-WES\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T01:10:00.647-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stas-multi-vm-test-no-solution/providers/Microsoft.Automation/automationAccounts/stas-multi-vm-test-no-solution\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"stas-multi-vm-test-no-solution\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T18:19:55.6-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SureshTest20180520/providers/Microsoft.Automation/automationAccounts/SureshTest20180520\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"SureshTest20180520\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-20T03:17:08.34-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1166a3274c-b103-4831-add3-2bd0cdc70db7/providers/Microsoft.Automation/automationAccounts/Suse1166a3274c-b103-4831-add3-2bd0cdc70db7\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1166a3274c-b103-4831-add3-2bd0cdc70db7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-29T11:18:53.983-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce/providers/Microsoft.Automation/automationAccounts/Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-19T09:43:32.13-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924/providers/Microsoft.Automation/automationAccounts/Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T11:14:47.92-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05/providers/Microsoft.Automation/automationAccounts/Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T07:36:20.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8/providers/Microsoft.Automation/automationAccounts/Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T17:45:32.073-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b/providers/Microsoft.Automation/automationAccounts/Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T17:12:28.363-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949/providers/Microsoft.Automation/automationAccounts/Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T00:15:59.05-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12fc795709-79c5-4e16-ac84-794d19b636ac/providers/Microsoft.Automation/automationAccounts/Suse12fc795709-79c5-4e16-ac84-794d19b636ac\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12fc795709-79c5-4e16-ac84-794d19b636ac\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:03:31.423-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/testAccount\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T08:26:59.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/testtomngu0\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testtomngu0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:17:30.47-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/ThomasWestEurope\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ThomasWestEurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T11:09:24.93-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/ThomasWestEurope3\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ThomasWestEurope3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T15:47:30.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-t2/providers/Microsoft.Automation/automationAccounts/tobedeleted\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"tobedeleted\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-08T12:12:28.767-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:12:18.74-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration2\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:24:09.463-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration3\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:23:42.65-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-integration-test\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-integration-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:22:15.043-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-test-0\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-test-0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:31:55.19-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e/providers/Microsoft.Automation/automationAccounts/Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:58:23.803-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivAccountWE0308\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"VivAccountWE0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:05:46.32-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivWE2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"VivWE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T22:55:26.377-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WEDeploy1/providers/Microsoft.Automation/automationAccounts/WEDDeployDSC1\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"WEDDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:20:50.187-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0/providers/Microsoft.Automation/automationAccounts/WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-02T10:42:14.527-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20129ae48ae7-8414-4775-8445-af869ddac237/providers/Microsoft.Automation/automationAccounts/WS20129ae48ae7-8414-4775-8445-af869ddac237\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"WS20129ae48ae7-8414-4775-8445-af869ddac237\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:17:08.107-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/demorg1/providers/Microsoft.Automation/automationAccounts/Automate-3843488-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-3843488-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T10:59:52.157-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-SEA/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T06:32:41.787-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/automation0415/providers/Microsoft.Automation/automationAccounts/Automate-9153364-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-9153364-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-10T17:10:30.187-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos713d6b911-3efd-4a97-be6a-a02d8279eb73/providers/Microsoft.Automation/automationAccounts/Centos713d6b911-3efd-4a97-be6a-a02d8279eb73\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos713d6b911-3efd-4a97-be6a-a02d8279eb73\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T15:08:23.877-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7415f9153-f388-470a-9715-66ff399350a3/providers/Microsoft.Automation/automationAccounts/Centos7415f9153-f388-470a-9715-66ff399350a3\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7415f9153-f388-470a-9715-66ff399350a3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-23T10:17:35.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos742710910-06d0-4136-8e64-5a770fdfb4df/providers/Microsoft.Automation/automationAccounts/Centos742710910-06d0-4136-8e64-5a770fdfb4df\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos742710910-06d0-4136-8e64-5a770fdfb4df\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T16:13:49.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a/providers/Microsoft.Automation/automationAccounts/Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T10:21:15.84-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos76894aa37-00ca-4669-b94d-b5f734f3cb11/providers/Microsoft.Automation/automationAccounts/Centos76894aa37-00ca-4669-b94d-b5f734f3cb11\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos76894aa37-00ca-4669-b94d-b5f734f3cb11\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T13:28:59.01-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e/providers/Microsoft.Automation/automationAccounts/Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-03T22:45:33.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7903f4391-cd7a-48fd-ad91-612d34f65128/providers/Microsoft.Automation/automationAccounts/Centos7903f4391-cd7a-48fd-ad91-612d34f65128\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7903f4391-cd7a-48fd-ad91-612d34f65128\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-16T16:09:24.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos797964a71-1437-4000-8850-2aacc12251e3/providers/Microsoft.Automation/automationAccounts/Centos797964a71-1437-4000-8850-2aacc12251e3\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos797964a71-1437-4000-8850-2aacc12251e3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T15:48:03.323-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79b4327c9-3ac2-4e4e-a38f-91809d930919/providers/Microsoft.Automation/automationAccounts/Centos79b4327c9-3ac2-4e4e-a38f-91809d930919\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos79b4327c9-3ac2-4e4e-a38f-91809d930919\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T13:07:49.153-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126/providers/Microsoft.Automation/automationAccounts/Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T10:32:52.69-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa/providers/Microsoft.Automation/automationAccounts/Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T12:47:47.537-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb/providers/Microsoft.Automation/automationAccounts/Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T14:06:44.14-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7f08e29db-4a82-4daa-a74c-df0974e9506c/providers/Microsoft.Automation/automationAccounts/Centos7f08e29db-4a82-4daa-a74c-df0974e9506c\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7f08e29db-4a82-4daa-a74c-df0974e9506c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T10:06:56.237-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7fa50a0e5-5e26-4719-a257-5f19711a8867/providers/Microsoft.Automation/automationAccounts/Centos7fa50a0e5-5e26-4719-a257-5f19711a8867\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7fa50a0e5-5e26-4719-a257-5f19711a8867\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T10:48:23.747-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSEAS01\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"dalbeSEAS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T14:42:39.7-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/deploydsc/providers/Microsoft.Automation/automationAccounts/dscsea\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dscsea\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T14:46:36.17-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htSea1\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"htSea1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T16:00:42.4-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Southeast-Asia/providers/Microsoft.Automation/automationAccounts/hungseaacct\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"hungseaacct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-01T15:20:58.737-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newsea2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"newsea2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-27T09:05:43.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newseas1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"newseas1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-27T05:46:03.993-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rankum-sea-rg/providers/Microsoft.Automation/automationAccounts/rankum-SEA-testsub\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rankum-SEA-testsub\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-24T19:33:57.833-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaasCS422b6c61-95b0-4213-b3be-7282315df71d-Southeast-Asia/providers/Microsoft.Automation/automationAccounts/rgtest\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"rgtest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-30T07:49:32.72-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1/providers/Microsoft.Automation/automationAccounts/Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T10:20:23.303-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29/providers/Microsoft.Automation/automationAccounts/Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-16T10:05:45.12-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95/providers/Microsoft.Automation/automationAccounts/Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T15:38:31.243-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel792d59973-f4f6-4b26-b547-804b8070b811/providers/Microsoft.Automation/automationAccounts/Rhel792d59973-f4f6-4b26-b547-804b8070b811\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel792d59973-f4f6-4b26-b547-804b8070b811\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-14T16:00:38.547-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel79768d2ed-c620-46ff-96e8-8f2502275eac/providers/Microsoft.Automation/automationAccounts/Rhel79768d2ed-c620-46ff-96e8-8f2502275eac\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel79768d2ed-c620-46ff-96e8-8f2502275eac\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T10:07:25.45-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895/providers/Microsoft.Automation/automationAccounts/Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T11:09:10.95-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6/providers/Microsoft.Automation/automationAccounts/Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T13:43:33.723-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c8f27a55-08dd-4239-9483-861fe3791b25/providers/Microsoft.Automation/automationAccounts/Rhel7c8f27a55-08dd-4239-9483-861fe3791b25\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c8f27a55-08dd-4239-9483-861fe3791b25\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-07T16:44:06.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848/providers/Microsoft.Automation/automationAccounts/Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T12:17:44.927-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041/providers/Microsoft.Automation/automationAccounts/Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T10:24:22.423-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SEADeploy1/providers/Microsoft.Automation/automationAccounts/SEADDeployDSC1\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SEADDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T14:27:25.223-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd/providers/Microsoft.Automation/automationAccounts/Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T20:40:13.193-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa/providers/Microsoft.Automation/automationAccounts/Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T15:48:25.363-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testSEA/providers/Microsoft.Automation/automationAccounts/testSEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testSEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-20T09:10:07.663-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/tobedeleted2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"tobedeleted2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-08T12:19:33.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea/providers/Microsoft.Automation/automationAccounts/Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-04T13:12:48.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31/providers/Microsoft.Automation/automationAccounts/Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T15:18:25.797-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f/providers/Microsoft.Automation/automationAccounts/Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-30T16:04:26.057-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921/providers/Microsoft.Automation/automationAccounts/Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-15T12:00:18.427-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038/providers/Microsoft.Automation/automationAccounts/Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T14:44:01.14-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2/providers/Microsoft.Automation/automationAccounts/Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-30T16:05:46.51-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad/providers/Microsoft.Automation/automationAccounts/Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-07T13:01:19.347-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlsoutheastasia/providers/Microsoft.Automation/automationAccounts/umgqlsoutheastasia\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"umgqlsoutheastasia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T17:55:50.583-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGroup/providers/Microsoft.Automation/automationAccounts/VivAccount\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-28T10:58:53.653-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasanirudhghookwebhookservice/providers/Microsoft.Automation/automationAccounts/VivAccountSEA\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivAccountSEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-19T16:04:15.417-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/ViVAccountSEA030802\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"ViVAccountSEA030802\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:34:20.037-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGroup/providers/Microsoft.Automation/automationAccounts/VivCentralIndia\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"VivCentralIndia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-05T17:12:54.81-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivSEA2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivSEA2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T23:02:25.377-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivSeaaccount\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivSeaaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T05:52:14.72-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1/providers/Microsoft.Automation/automationAccounts/WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-15T14:06:33.627-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415/providers/Microsoft.Automation/automationAccounts/WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T10:49:47.947-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/AA20160103\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"AA20160103\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-03T21:40:30.11-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-scus/providers/Microsoft.Automation/automationAccounts/bhbrahma-scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"bhbrahma-scus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T11:05:37.31-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmsSCUS/providers/Microsoft.Automation/automationAccounts/bhbrahmsSCUS\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"bhbrahmsSCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T10:15:06.257-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carloctestrg/providers/Microsoft.Automation/automationAccounts/carloctestaccscus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"carloctestaccscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T12:53:09.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carloctestscusmigration\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"carloctestscusmigration\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-12T06:50:58.463-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSCUS01\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"dalbeSCUS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T13:50:15.75-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSCUS02\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"dalbeSCUS02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-07T10:10:18.257-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htScus1\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"htScus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T16:00:12.473-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group-1/providers/Microsoft.Automation/automationAccounts/hungscus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"hungscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:52:12.42-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-SCUS\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"IKANNI-SCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-23T17:56:28.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/myNewRG/providers/Microsoft.Automation/automationAccounts/myNewAutomationAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"myNewAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-18T13:50:27-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-scus-rg/providers/Microsoft.Automation/automationAccounts/najams-aa-scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"najams-aa-scus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-30T21:01:30.81-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newauto1\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"newauto1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-22T17:17:08.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/RegTest1123\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"RegTest1123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-23T10:37:37.16-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SCUSDeploy1/providers/Microsoft.Automation/automationAccounts/SCUSDeploy1\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"SCUSDeploy1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-14T16:32:35.517-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielrp/providers/Microsoft.Automation/automationAccounts/scweijie\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"scweijie\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-04T17:34:19.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SraaviTestRG/providers/Microsoft.Automation/automationAccounts/SRaaviTestAutomationAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"SRaaviTestAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-11T08:53:42.9-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/stateconfiguration49f\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"stateconfiguration49f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T09:57:26.473-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WSVMClassicRG/providers/Microsoft.Automation/automationAccounts/TestAutomation\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"TestAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-24T22:52:41.24-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlsouthcentralus/providers/Microsoft.Automation/automationAccounts/umgqlsouthcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"umgqlsouthcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:07:12.59-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abuhanarg/providers/Microsoft.Automation/automationAccounts/vivaccuontscus\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"vivaccuontscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T12:29:44.433-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivsAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"VivsAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-08T14:56:24.717-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/weijielscus\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"weijielscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T20:23:33.853-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/dalbe-kc2\",\r\n \"location\": \"koreacentral\",\r\n \"name\": \"dalbe-kc2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T15:15:53.9833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3033333-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestKC/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"Korea Central\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T15:02:35.77-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3033333-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTest/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"westus2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-18T14:34:57.29-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-aatest-wus2-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-aatest-WUS2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"mirichmo-aatest-WUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-27T10:29:14.9566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sakulal/providers/Microsoft.Automation/automationAccounts/sakulalWestUS2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"sakulalWestUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-24T11:01:38.0733333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/suso-rg-westus2/providers/Microsoft.Automation/automationAccounts/suso-test\",\r\n \"location\": \"westus2\",\r\n \"name\": \"suso-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-19T10:47:54.3833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestWH-mirichmo-WestUS2-rg/providers/Microsoft.Automation/automationAccounts/TestWH-mirichmo-WestUS2\",\r\n \"location\": \"West US2\",\r\n \"name\": \"TestWH-mirichmo-WestUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-11-05T10:06:31.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-05T10:06:31.49-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-SUK/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-SUK\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-SUK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T10:52:22.99-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/elvgTestAA\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"elvgTestAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-13T10:29:40.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/existingWebhookRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-12T16:42:42.01-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariUKSTest\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"LahariUKSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-16T09:19:05.3666667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/motest/providers/Microsoft.Automation/automationAccounts/motest01\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"motest01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-20T15:16:03.8-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/motest/providers/Microsoft.Automation/automationAccounts/motest02\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"motest02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-20T17:28:22.0166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/ThomasUKS\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"ThomasUKS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-19T08:31:24.53-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-uks\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"tomngu-uks\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-13T05:08:28.5266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA1117/providers/Microsoft.Automation/automationAccounts/AA1117\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AA1117\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T15:34:45.15-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA1221/providers/Microsoft.Automation/automationAccounts/AA1221\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AA1221\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-21T18:19:45.1566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc10c72606-4dc5-4e6d-aa5f-a41f582e5457/providers/Microsoft.Automation/automationAccounts/abc10c72606-4dc5-4e6d-aa5f-a41f582e5457\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc10c72606-4dc5-4e6d-aa5f-a41f582e5457\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:27:16.59-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc26ba58ff-840e-4725-a13b-a6bbf3efa48a/providers/Microsoft.Automation/automationAccounts/abc26ba58ff-840e-4725-a13b-a6bbf3efa48a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc26ba58ff-840e-4725-a13b-a6bbf3efa48a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T20:42:46.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf/providers/Microsoft.Automation/automationAccounts/abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:38:48.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc36e4cd6e-c240-4166-9af5-997d8f0fa98b/providers/Microsoft.Automation/automationAccounts/abc36e4cd6e-c240-4166-9af5-997d8f0fa98b\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc36e4cd6e-c240-4166-9af5-997d8f0fa98b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:59:04.92-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc60275d0e-5884-4fec-89d3-d4a9d97298e2/providers/Microsoft.Automation/automationAccounts/abc60275d0e-5884-4fec-89d3-d4a9d97298e2\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc60275d0e-5884-4fec-89d3-d4a9d97298e2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T21:46:48.9166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc61d0af2c-a53d-47fd-a271-f4f29b55775f/providers/Microsoft.Automation/automationAccounts/abc61d0af2c-a53d-47fd-a271-f4f29b55775f\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc61d0af2c-a53d-47fd-a271-f4f29b55775f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:04:52.5233333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc627de176-7a42-4597-887a-9ceb0cc4c6dc/providers/Microsoft.Automation/automationAccounts/abc627de176-7a42-4597-887a-9ceb0cc4c6dc\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc627de176-7a42-4597-887a-9ceb0cc4c6dc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:33:03.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc701694ac-aa6e-4f67-92c2-761b31866b31/providers/Microsoft.Automation/automationAccounts/abc701694ac-aa6e-4f67-92c2-761b31866b31\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc701694ac-aa6e-4f67-92c2-761b31866b31\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:15:41.3666667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc77a13622-2493-4447-ba3d-b245943867ef/providers/Microsoft.Automation/automationAccounts/abc77a13622-2493-4447-ba3d-b245943867ef\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc77a13622-2493-4447-ba3d-b245943867ef\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-10T11:36:10.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6/providers/Microsoft.Automation/automationAccounts/abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:21:29.66-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc95e527d8-8331-487f-be73-1a9b11bd44d3/providers/Microsoft.Automation/automationAccounts/abc95e527d8-8331-487f-be73-1a9b11bd44d3\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc95e527d8-8331-487f-be73-1a9b11bd44d3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:09:54.47-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa/providers/Microsoft.Automation/automationAccounts/abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:44:36.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abca0a26463-4fb7-4a91-bd7b-850f59fecd14/providers/Microsoft.Automation/automationAccounts/abca0a26463-4fb7-4a91-bd7b-850f59fecd14\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abca0a26463-4fb7-4a91-bd7b-850f59fecd14\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:50:29.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abca0bf6210-0fe3-47a3-aa1b-9dd95428d317/providers/Microsoft.Automation/automationAccounts/abca0bf6210-0fe3-47a3-aa1b-9dd95428d317\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abca0bf6210-0fe3-47a3-aa1b-9dd95428d317\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:27:42.2766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcb40a59c0-ff5f-4260-bcce-3613e70a0f98/providers/Microsoft.Automation/automationAccounts/abcb40a59c0-ff5f-4260-bcce-3613e70a0f98\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcb40a59c0-ff5f-4260-bcce-3613e70a0f98\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:53:18.0833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcd31e5895-c66a-4ac4-89dd-5dc868e939a8/providers/Microsoft.Automation/automationAccounts/abcd31e5895-c66a-4ac4-89dd-5dc868e939a8\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcd31e5895-c66a-4ac4-89dd-5dc868e939a8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:43:26.2133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcda1206fc-2da4-4882-a0eb-f748ec8f09c4/providers/Microsoft.Automation/automationAccounts/abcda1206fc-2da4-4882-a0eb-f748ec8f09c4\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcda1206fc-2da4-4882-a0eb-f748ec8f09c4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:36:58.78-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abced172393-f50b-48c9-933b-4823c274549a/providers/Microsoft.Automation/automationAccounts/abced172393-f50b-48c9-933b-4823c274549a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abced172393-f50b-48c9-933b-4823c274549a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:47:24.6833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"lm\": \"jk\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-11-08T12:36:58.0066667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-08T12:36:59.0533333-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/accounttest11-13-2017\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"accounttest11-13-2017\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T12:37:01.18-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/adeleteaa122\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"adeleteaa122\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-22T12:12:53.03-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anatolib-icm82513164-repro-rg/providers/Microsoft.Automation/automationAccounts/anatolib-icm82513164-repro-aa\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"anatolib-icm82513164-repro-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T11:43:53.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatoliB-WCUS2/providers/Microsoft.Automation/automationAccounts/AnatoliB-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AnatoliB-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-15T10:03:38.25-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/group-1/providers/Microsoft.Automation/automationAccounts/Automate-1138864-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-1138864-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:50:05.7466667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/Automate-1656974-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-1656974-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T11:24:18.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/group-1/providers/Microsoft.Automation/automationAccounts/Automate-3482930-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-3482930-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-08T12:32:27.8466667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/demo-wcus-1/providers/Microsoft.Automation/automationAccounts/Automate-3677983-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-3677983-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T12:13:23.6866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-WCUS/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-23T13:26:10.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/Automate-8108879-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-8108879-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T14:57:01.36-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/wcusRg/providers/Microsoft.Automation/automationAccounts/AutomationAccountLahari\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AutomationAccountLahari\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:26:59.0366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmaProdTestingWCUS/providers/Microsoft.Automation/automationAccounts/bhbrahmaProdTestingWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"bhbrahmaProdTestingWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-29T17:18:50.84-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/Build2017AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Build2017AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-25T18:40:40.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/BuildIntTestWCUSAA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"BuildIntTestWCUSAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-17T14:19:45.32-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/buildinttestwcusAA2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"buildinttestwcusAA2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-24T21:42:25.6133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocTestWcus/providers/Microsoft.Automation/automationAccounts/carlocTestWcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"carlocTestWcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-29T04:36:27.2966667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocwcustestrg1/providers/Microsoft.Automation/automationAccounts/carlocwcustestaccount1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"carlocwcustestaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-14T08:41:40.5933333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/dalbe/providers/Microsoft.Automation/automationAccounts/dalbeSPN-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"dalbeSPN-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-31T19:43:39.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/elvanwcus2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvanwcus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-02T12:42:48.3266667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group-1/providers/Microsoft.Automation/automationAccounts/elvgtestaa13\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvgtestaa13\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-07T17:57:41.58-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ApiDebug/providers/Microsoft.Automation/automationAccounts/elvgTestAccount123\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvgTestAccount123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T12:34:02.1233333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/wcusRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-12T16:47:53.12-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWcus1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"htWcus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:06:24.0633333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWcusNewImage\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"htWcusNewImage\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-29T15:30:19.5533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-test-wcus-kqlAA-RG/providers/Microsoft.Automation/automationAccounts/ikanni-test-wcus-kqlAA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ikanni-test-wcus-kqlAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-01T14:00:30.0366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-12T12:46:35.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/IKANNI-VMAttach-Account01-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-VMAttach-Account01\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"IKANNI-VMAttach-Account01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-23T18:35:08.5633333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikuseVmMsiAndHybrid-RG/providers/Microsoft.Automation/automationAccounts/ikuseVmMsiAndHybrid\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ikuseVmMsiAndHybrid\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-14T08:34:37.2966667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/katwill-test-rg/providers/Microsoft.Automation/automationAccounts/katwill-automation-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"katwill-automation-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-23T14:45:00.1166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ketran-test-1/providers/Microsoft.Automation/automationAccounts/ketran-test-1-1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ketran-test-1-1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T14:51:07.4566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/kjohn-sandbox-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"kjohn-sandbox-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-03T10:13:26.0366667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/kjohn-sandbox-wcus-proddev\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"kjohn-sandbox-wcus-proddev\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-03T14:33:57.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/krutavtestwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"krutavtestwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-19T17:57:55.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/lahariwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"lahariwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-02T08:39:54.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariWCUSTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"LahariWCUSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-16T09:17:44.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-WCUS-test-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-WCUS-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"mirichmo-WCUS-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-17T11:17:20.1766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-ga/providers/Microsoft.Automation/automationAccounts/mo-gaaa\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"mo-gaaa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-22T15:30:39.83-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Movetest/providers/Microsoft.Automation/automationAccounts/Movetest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Movetest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-13T10:28:20.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/movetesttarget/providers/Microsoft.Automation/automationAccounts/movetesttarget\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"movetesttarget\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-13T10:29:16.2866667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NanThiTest-RG/providers/Microsoft.Automation/automationAccounts/NanThi-PSCmdletTest-AA01\",\r\n \"location\": \"WestCentralUS\",\r\n \"name\": \"NanThi-PSCmdletTest-AA01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-29T06:19:53.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/nizlatiWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"nizlatiWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-05T11:47:34.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/OMSDemoElephant\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"OMSDemoElephant\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-11T11:53:42.1-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSDemoElephant2/providers/Microsoft.Automation/automationAccounts/OMSDemoElephant2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"OMSDemoElephant2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-11T12:02:46.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NanThiTest-RG/providers/Microsoft.Automation/automationAccounts/PS-601PreviewAcc-a\",\r\n \"location\": \"WestCentralUS\",\r\n \"name\": \"PS-601PreviewAcc-a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"MyKey\": \"MyValue\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-25T15:50:30.7366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62/providers/Microsoft.Automation/automationAccounts/Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:06:55.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel776a4b727-8597-44aa-b611-9d99a567374d/providers/Microsoft.Automation/automationAccounts/Rhel776a4b727-8597-44aa-b611-9d99a567374d\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel776a4b727-8597-44aa-b611-9d99a567374d\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T15:19:26.05-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537/providers/Microsoft.Automation/automationAccounts/Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:01:41.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725/providers/Microsoft.Automation/automationAccounts/Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T09:44:50.0166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-aa-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"sguha-aa-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"container\": \"yes\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-11T12:35:00.23-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-wcus-2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"sguha-wcus-2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-10T06:11:09.2433333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stas-updatemgmt-prod/providers/Microsoft.Automation/automationAccounts/stas-east-us\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"stas-east-us\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T12:34:15.4033333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse121663d25e-6007-4c48-9597-f4c2d612f99a/providers/Microsoft.Automation/automationAccounts/Suse121663d25e-6007-4c48-9597-f4c2d612f99a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse121663d25e-6007-4c48-9597-f4c2d612f99a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T15:17:41.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a/providers/Microsoft.Automation/automationAccounts/Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T09:12:59.4266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12997de1a4-1d25-4090-8ccc-4eade4c56202/providers/Microsoft.Automation/automationAccounts/Suse12997de1a4-1d25-4090-8ccc-4eade4c56202\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse12997de1a4-1d25-4090-8ccc-4eade4c56202\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:07:40.5266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6/providers/Microsoft.Automation/automationAccounts/Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:00:56.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/Test2017AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Test2017AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-12T15:03:29.9866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-WCUS-08282017-Rg/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-WCUS-08282017\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"TEST-IKANNI-WCUS-08282017\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T09:25:19.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/TestScheduleNewAccount\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"TestScheduleNewAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-01T17:33:28.7933333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testwcus/providers/Microsoft.Automation/automationAccounts/testwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"testwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-01T16:26:39.9533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/ThomasWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ThomasWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-19T08:09:29.0633333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/thomas-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"thomas-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-19T06:02:37.3533333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/t-kawil-test2/providers/Microsoft.Automation/automationAccounts/t-kawil-auto-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"t-kawil-auto-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-28T13:39:53.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-automation\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-automation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T10:40:33.25-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/tomngu-automation-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-automation-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-29T10:18:40.0933333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-integ-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-integ-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-06T16:31:30.63-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-ncus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T10:29:21.78-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-13T05:09:12.8366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff/providers/Microsoft.Automation/automationAccounts/Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-27T16:14:54.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlwestcentralus/providers/Microsoft.Automation/automationAccounts/umgqlwestcentralus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"umgqlwestcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:31:46.93-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/UpdatesAtchub-WCUS-AA-OaasTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"UpdatesAtchub-WCUS-AA-OaasTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:00:23.0833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be/providers/Microsoft.Automation/automationAccounts/WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:07:03.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012ae40ab47-a1ca-4634-9bee-1196fe700954/providers/Microsoft.Automation/automationAccounts/WS2012ae40ab47-a1ca-4634-9bee-1196fe700954\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"WS2012ae40ab47-a1ca-4634-9bee-1196fe700954\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T10:57:40.0433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthEurope/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-06T16:40:51.8-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariBillingTestingNE\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"LahariBillingTestingNE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-31T18:27:19.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlnortheurope/providers/Microsoft.Automation/automationAccounts/umgqlnortheurope\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"umgqlnortheurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:09:59.97-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-CCA/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-CCA\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-CCA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:22:48.923-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource-ccan-test/providers/Microsoft.Automation/automationAccounts/Automate-5750082-CCA\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Automate-5750082-CCA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T13:02:24.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Thomas/providers/Microsoft.Automation/automationAccounts/Thomas-Canada\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Thomas-Canada\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-08-19T08:13:27.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource-test-ccan/providers/Microsoft.Automation/automationAccounts/tomngu-ccan-test\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"tomngu-ccan-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T12:55:33.87-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/weijiecc\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"weijiecc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T11:59:00.367-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/üä/providers/Microsoft.Automation/automationAccounts/AA0720\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"AA0720\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"StartStopVMVersion\": \"1.0.0.0\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-20T20:30:37.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anwieber-AUS/providers/Microsoft.Automation/automationAccounts/Anwieber-AUS1\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"Anwieber-AUS1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-13T10:10:42.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-ASE/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-ASE\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-ASE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:54:20.783-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carloctestrg/providers/Microsoft.Automation/automationAccounts/carloctestaseaccount\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"carloctestaseaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-08T20:34:52.373-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaastest/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-20T12:47:32.917-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/khughesRG17/providers/Microsoft.Automation/automationAccounts/khughesTest117\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"khughesTest117\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-03T15:14:53.403-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRGAus/providers/Microsoft.Automation/automationAccounts/LahariAus\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"LahariAus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-05T07:38:41.387-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRGAus/providers/Microsoft.Automation/automationAccounts/lahari-seau-aa\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"lahari-seau-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T11:24:00.453-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nizlatiRGAE/providers/Microsoft.Automation/automationAccounts/nizlatiAE\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"nizlatiAE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-05T17:01:16.543-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nizlatiAE/providers/Microsoft.Automation/automationAccounts/nizlatiAE2\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"nizlatiAE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-28T21:34:50.843-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/NotLinked4\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"NotLinked4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-10T11:34:44.76-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenatestAA987\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"OlenatestAA987\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-16T14:22:30.033-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/perfignitease/providers/Microsoft.Automation/automationAccounts/runcmd\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"runcmd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-14T20:06:40.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/srswarnaCDOrg/providers/Microsoft.Automation/automationAccounts/srswarnaCDO\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"srswarnaCDO\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-05T15:50:28.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stasku-same/providers/Microsoft.Automation/automationAccounts/stasku-same-australia\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"stasku-same-australia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T19:14:18.023-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/swdqwd\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"swdqwd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-08T23:30:46.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/AA20160113\",\r\n \"location\": \"Central India\",\r\n \"name\": \"AA20160113\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T13:08:29.777-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Central-India/providers/Microsoft.Automation/automationAccounts/ashutosh\",\r\n \"location\": \"Central India\",\r\n \"name\": \"ashutosh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-10T16:40:25.22-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-CIN/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-CIN\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-CIN\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:28:01.27-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/befisheCID/providers/Microsoft.Automation/automationAccounts/befisheCID\",\r\n \"location\": \"Central India\",\r\n \"name\": \"befisheCID\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-15T12:04:10.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/ikanniINDIA\",\r\n \"location\": \"Central India\",\r\n \"name\": \"ikanniINDIA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-24T10:23:22.237-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRG1/providers/Microsoft.Automation/automationAccounts/LahariCID\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"LahariCID\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-04T16:21:54.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/testaa33545\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"testaa33545\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-12T17:50:20.533-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/thomas-india\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"thomas-india\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-11T14:26:38.177-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b/providers/Microsoft.Automation/automationAccounts/Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b\",\r\n \"location\": \"Central India\",\r\n \"name\": \"Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-12T13:36:47.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlcentralindia/providers/Microsoft.Automation/automationAccounts/umgqlcentralindia\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"umgqlcentralindia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T14:55:23.903-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivAccuontasfdasfd\",\r\n \"location\": \"Central India\",\r\n \"name\": \"VivAccuontasfdasfd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T12:28:32.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/AA-0826\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AA-0826\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T11:36:24.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaur-ncus/providers/Microsoft.Automation/automationAccounts/aa-avkaur-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aa-avkaur-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-24T15:31:48.14-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/aaCanary1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aaCanary1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T20:27:32.817-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-mpenta-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aa-mpenta-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T15:17:07.343-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/AccountNCUSAK\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AccountNCUSAK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-05T16:54:56.177-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/ag-canary\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ag-canary\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:10:46.657-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ana-test/providers/Microsoft.Automation/automationAccounts/ana-account\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ana-account\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T16:32:14.287-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anaion-hw/providers/Microsoft.Automation/automationAccounts/anaion\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"anaion\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-24T17:25:28.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/AnatoliB\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AnatoliB\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T12:54:20.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/atchubRG/providers/Microsoft.Automation/automationAccounts/AtchubCanary\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AtchubCanary\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-11T16:42:08.607-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/azauto-y4k22qxuygqjm\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"azauto-y4k22qxuygqjm\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-27T14:54:39.54-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BCDRTestRG/providers/Microsoft.Automation/automationAccounts/BCDRTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"BCDRTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-03T13:26:24.09-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/befishencus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"befishencus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-22T18:06:40.927-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carlocrunastestaccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"carlocrunastestaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T11:10:41.433-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carlocTestModuleRefresh\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"carlocTestModuleRefresh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-10T15:01:29.763-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg4/providers/Microsoft.Automation/automationAccounts/elvgeastus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"elvgeastus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-27T11:34:35.74-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestRG/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T22:37:24.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestRG/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTestEUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTestEUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T22:57:10.93-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-27T13:51:51.65-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test2\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-27T17:29:50.47-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test3\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-27T11:47:59.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htNcus1\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"htNcus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-25T11:02:29.98-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-NCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"IKANNI-NCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-17T17:17:03.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/khughesEastUsTest2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"khughesEastUsTest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T13:20:01.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariBasicAccount/providers/Microsoft.Automation/automationAccounts/LahariBasicAccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"LahariBasicAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-18T17:33:48.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRG2BillingTest/providers/Microsoft.Automation/automationAccounts/LahariRGBillingTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"LahariRGBillingTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-19T10:59:51.48-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"mo-aaa-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-03T13:37:24.63-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/mpentaNcus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"mpentaNcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-14T14:56:48.103-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:26:05.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest10\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest10\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:35:29.83-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest11\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest11\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:00.427-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest12\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest12\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:27.13-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest13\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest13\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:51.193-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest14\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest14\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:37:15.413-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest15\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest15\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:37:45.307-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest16\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest16\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:38:20.103-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest17\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest17\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:38:49.217-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest18\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest18\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:39:16.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest19\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest19\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:39:48.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest2\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:30:54.507-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest20\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest20\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:40:21.5-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest21\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-05T09:28:14.18-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest3\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:31:29.007-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest4\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:02.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest5\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:28.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest6\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:58.323-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest7\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:33:29.09-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest8\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:34:14.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest9\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest9\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:34:54.517-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/NCUSOlenaAccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"NCUSOlenaAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T22:18:56.507-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati3\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"nizlati3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T11:28:51.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati5\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"nizlati5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-14T13:16:16.01-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun/providers/Microsoft.Automation/automationAccounts/nobun-automation-ncus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"nobun-automation-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-30T11:44:40.947-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab1/providers/Microsoft.Automation/automationAccounts/noonboardingcheck\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"noonboardingcheck\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-20T11:15:26.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Oct15Regression\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"Oct15Regression\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-15T14:38:25.523-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielncus/providers/Microsoft.Automation/automationAccounts/raystonedsc\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"raystonedsc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-02T09:58:16.983-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/satautoncusnewsub1\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"satautoncusnewsub1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-23T20:27:27.6-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguhancus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"sguhancus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T23:46:51.14-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhancus/providers/Microsoft.Automation/automationAccounts/sguhaNCUSTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"sguhaNCUSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T17:52:32.533-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/srinccus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"srinccus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:28:41.487-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/SriNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"SriNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T16:51:10.577-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/stateconfiguration36e\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"stateconfiguration36e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T09:29:59.083-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthCentralUS/providers/Microsoft.Automation/automationAccounts/thomas-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"thomas-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:19:20.417-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-NCUS2\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"Thomas-NCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T23:41:38.083-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"tomngu-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-12T20:43:38.857-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlnorthcentralus/providers/Microsoft.Automation/automationAccounts/umgqlnorthcentralus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"umgqlnorthcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:03:51.017-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/VivAccountNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivAccountNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-29T17:45:32.097-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasagentsvccurrent/providers/Microsoft.Automation/automationAccounts/VivAccountQoSCheck\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"VivAccountQoSCheck\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-05-20T11:35:09.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivCanaryNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivCanaryNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-15T12:17:39.343-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthCentralUS/providers/Microsoft.Automation/automationAccounts/VivNCUS1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUS1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T12:45:11.397-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/VivNCUSadf\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSadf\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-18T11:53:53.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivNCUSFinal\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSFinal\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-29T19:11:35.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGropup/providers/Microsoft.Automation/automationAccounts/VivNCUSVerif\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSVerif\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-07T12:24:07.797-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/vivnertncussfsfsg\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"vivnertncussfsfsg\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T13:29:58.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Vivsasfajklsdfl\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"Vivsasfajklsdfl\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-15T12:14:24.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielncus/providers/Microsoft.Automation/automationAccounts/weijielncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"weijielncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T15:27:43.377-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/gatest/providers/Microsoft.Automation/automationAccounts/LocTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"LocTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-22T16:18:55.1433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/build2017/providers/Microsoft.Automation/automationAccounts/loctesttest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"loctesttest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T08:56:28.1466667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestWH-mirichmo-EastUS-rg/providers/Microsoft.Automation/automationAccounts/TestWH-mirichmo-EastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"TestWH-mirichmo-EastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T14:12:00.52-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abghairg/providers/Microsoft.Automation/automationAccounts/abghaieap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"abghaieap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-31T19:17:18.1866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmaEAP/providers/Microsoft.Automation/automationAccounts/bhbrahmaEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"bhbrahmaEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-02T16:47:07.3733333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/eapRG/providers/Microsoft.Automation/automationAccounts/eapAutomation\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"eapAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:34:50.7533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WebhookRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-04T14:01:49.6566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Gatest/providers/Microsoft.Automation/automationAccounts/GATest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"GATest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-28T12:20:57.5566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htEap1\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"htEap1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:06:41.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-TEST-EUAP-RG/providers/Microsoft.Automation/automationAccounts/ikanni-TEST-EUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"ikanni-TEST-EUAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-22T14:44:12.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JemalEAPRG/providers/Microsoft.Automation/automationAccounts/JemalEAPAutomation\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"JemalEAPAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-16T14:39:38.37-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JemalEAPRG/providers/Microsoft.Automation/automationAccounts/JemaltestAccountEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"JemaltestAccountEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-29T06:08:57.1333333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/jzignite2018AA\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"jzignite2018AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T16:02:28.7133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariAzC\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"LahariAzC\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-21T16:08:45.77-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-EAP-test-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-EAP-test\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"mirichmo-EAP-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-16T15:21:25.8433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-aa-eap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"sguha-aa-eap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-11T12:40:25.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/srswarnarg/providers/Microsoft.Automation/automationAccounts/srswarnatest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"srswarnatest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-11T15:03:31.1766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestEAPSetup/providers/Microsoft.Automation/automationAccounts/TestEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"TestEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-27T12:59:49.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-EAP-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-EAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"TEST-IKANNI-EAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-07T16:35:12.3133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-EAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"Thomas-EAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"abcd\": \"abcde\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-04T11:09:50.1066667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-EAP2\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"Thomas-EAP2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-29T10:13:34.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-eap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"tomngu-eap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T11:28:56.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/FC-Test1\",\r\n \"location\": \"francecentral\",\r\n \"name\": \"FC-Test1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-29T14:22:31.5333333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.75-07:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31&%24skiptoken=PYy9DoIwGADfpTFupX%2bASkIMg5tO6AO0pWhDaJt%2bhRgJ7y4ubpdc7hbkzDtdrRsAVQu6NO390XJUoVdKASpCRunk04zGpUx%2bpmgy7ccqzwWBSYGONiTrHZCcc1XqkuFToSjOORNYCWXwgR%2b5YEXXH1hHQvSz7UwEcrM6evB9ypop%2bVH%2bJkT%2bsdHaTy7BWQaL5y3YdM0pKzCjWLD9DgYbakYpWtcv\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "217688"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-original-request-ids": [
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92",
+ "ec503e57-95a6-4c21-b92a-b519b9babf92"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11929"
+ ],
+ "x-ms-request-id": [
+ "b89f62be-09c9-46ef-8b5f-e1bd41b6af7c"
+ ],
+ "x-ms-correlation-request-id": [
+ "b89f62be-09c9-46ef-8b5f-e1bd41b6af7c"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203701Z:b89f62be-09c9-46ef-8b5f-e1bd41b6af7c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:37:01 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31&%24skiptoken=PYy9DoIwGADfpTFupX%2bASkIMg5tO6AO0pWhDaJt%2bhRgJ7y4ubpdc7hbkzDtdrRsAVQu6NO390XJUoVdKASpCRunk04zGpUx%2bpmgy7ccqzwWBSYGONiTrHZCcc1XqkuFToSjOORNYCWXwgR%2b5YEXXH1hHQvSz7UwEcrM6evB9ypop%2bVH%2bJkT%2bsdHaTy7BWQaL5y3YdM0pKzCjWLD9DgYbakYpWtcv",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0zMSYlMjRza2lwdG9rZW49UFl5OURvSXdHQURmcFRGdXBYJTJiQVNrSU1nNXRPNkFPMHBXaERhSnQlMmJoUmdKN3k0dWJwZGM3aGJrekR0ZHJSc0FWUXU2Tk8zOTBYSlVvVmRLQVNwQ1J1bmswNHpHcFV4JTJicG1neTdjY3F6d1dCU1lHT05pVHJIWkNjYzFYcWt1RlRvU2pPT1JOWUNXWHdnUiUyYjVZRVhYSDFoSFF2U3o3VXdFY3JNNmV2Qjl5cG9wJTJiVkglMmJKa1QlMmJzZEhhVHk3QldRYUw1eTNZZE0wcEt6Q2pXTEQ5RGdZYmFrWXBXdGN2",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "413abd25-7db1-4c3d-b031-c3411db6b1f7"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Shipram-Ignite/providers/Microsoft.Automation/automationAccounts/shipram-IgniteAA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"shipram-IgniteAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-17T12:38:46.79-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab2/providers/Microsoft.Automation/automationAccounts/ShujunAA10\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ShujunAA10\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-07T17:20:12.433-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab1/providers/Microsoft.Automation/automationAccounts/shujunaa18\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"shujunaa18\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-07T09:16:44.19-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab2/providers/Microsoft.Automation/automationAccounts/ShujunEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ShujunEastUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-28T09:20:56.767-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/sriseus2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sriseus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-28T15:35:58.9-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stasku-diff/providers/Microsoft.Automation/automationAccounts/stasku-different\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"stasku-different\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-02T12:45:18.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/submgmt\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"submgmt\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-04-29T08:36:38.583-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/SuhasProdTest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"SuhasProdTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-21T15:20:30.4-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/SuhasTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"SuhasTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T15:23:51.367-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c/providers/Microsoft.Automation/automationAccounts/Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T13:35:41.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404/providers/Microsoft.Automation/automationAccounts/Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T13:54:23.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945/providers/Microsoft.Automation/automationAccounts/Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T15:17:17.867-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12ShipramTestRun/providers/Microsoft.Automation/automationAccounts/Suse12ShipramTestRun\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse12ShipramTestRun\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-17T09:51:07.88-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-11042016-NCUS-SMOKETEST-Case3-RG/providers/Microsoft.Automation/automationAccounts/TEST-11042016-NCUS-SMOKETEST-Case3\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-11042016-NCUS-SMOKETEST-Case3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-11-04T13:20:41.567-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-OAASTEST-02052017-OMS-001-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-OAASTEST-02052017-OMS-001\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-IKANNI-OAASTEST-02052017-OMS-001\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-05T08:34:05.587-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-OAAS-TEST-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-OAAS-TEST-AA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-IKANNI-OAAS-TEST-AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-04T21:37:41.483-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/ThomasEastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ThomasEastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T11:43:30.297-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/test/providers/Microsoft.Automation/automationAccounts/t-kawil-auto\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"t-kawil-auto\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-17T10:45:44.907-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7/providers/Microsoft.Automation/automationAccounts/Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-19T10:37:50.857-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqleastus2/providers/Microsoft.Automation/automationAccounts/umgqleastus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"umgqleastus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T17:59:51.173-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/Viv-0516\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Viv-0516\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-05-16T13:51:36.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivEUS0308\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"VivEUS0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-08T23:54:45.73-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/atchubRG/providers/Microsoft.Automation/automationAccounts/VivEUS3\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"VivEUS3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T22:05:55.353-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20120aff352e-6ae3-47c7-83f4-87af03117b82/providers/Microsoft.Automation/automationAccounts/WS20120aff352e-6ae3-47c7-83f4-87af03117b82\",\r\n \"location\": \"East US2\",\r\n \"name\": \"WS20120aff352e-6ae3-47c7-83f4-87af03117b82\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-15T12:37:19.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b/providers/Microsoft.Automation/automationAccounts/WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b\",\r\n \"location\": \"East US2\",\r\n \"name\": \"WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-07T10:49:49.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "10171"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-original-request-ids": [
+ "a9ebdff4-f9da-402d-a529-b413c6670126"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11927"
+ ],
+ "x-ms-request-id": [
+ "b1625052-51d9-4678-a62b-4fe67f18618d"
+ ],
+ "x-ms-correlation-request-id": [
+ "b1625052-51d9-4678-a62b-4fe67f18618d"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203701Z:b1625052-51d9-4678-a62b-4fe67f18618d"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:37:01 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "f3f0907a-43a3-496e-b929-70d91da32b1c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "f3f0907a-43a3-496e-b929-70d91da32b1c"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "4b86323d-9eac-40f7-9401-165b8a2562e2"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203702Z:4b86323d-9eac-40f7-9401-165b8a2562e2"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:37:02 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Microsoft.Azure.Commands.Automation.Test.AccountTests/TestGetAutomationAccts.json b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Microsoft.Azure.Commands.Automation.Test.AccountTests/TestGetAutomationAccts.json
new file mode 100644
index 000000000000..0c126242c08f
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/SessionRecords/Microsoft.Azure.Commands.Automation.Test.AccountTests/TestGetAutomationAccts.json
@@ -0,0 +1,703 @@
+{
+ "Entries": [
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/PowerShellTest?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlZ3JvdXBzL1Bvd2VyU2hlbGxUZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "4f1f87f3-20f9-4bd6-bbe4-ed148f0f8d63"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceGroupNotFound\",\r\n \"message\": \"Resource group 'PowerShellTest' could not be found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "106"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11987"
+ ],
+ "x-ms-request-id": [
+ "d367c756-70b4-4c0c-8d0f-9c6616c1eaa9"
+ ],
+ "x-ms-correlation-request-id": [
+ "d367c756-70b4-4c0c-8d0f-9c6616c1eaa9"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203537Z:d367c756-70b4-4c0c-8d0f-9c6616c1eaa9"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:36 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourcegroups/PowerShellTest?api-version=2016-09-01",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlZ3JvdXBzL1Bvd2VyU2hlbGxUZXN0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"location\": \"West Central US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "37"
+ ],
+ "x-ms-client-request-id": [
+ "6c158a28-639d-4cc2-9cc6-d457c2f5e5a8"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient/4.1.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest\",\r\n \"name\": \"PowerShellTest\",\r\n \"location\": \"westcentralus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "188"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-request-id": [
+ "cbe59c3a-6744-48b2-9c17-0037b54d7d70"
+ ],
+ "x-ms-correlation-request-id": [
+ "cbe59c3a-6744-48b2-9c17-0037b54d7d70"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203538Z:cbe59c3a-6744-48b2-9c17-0037b54d7d70"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:38 GMT"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "ac40c031-caa5-4312-a82b-c850692bdc2f"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"error\": {\r\n \"code\": \"ResourceNotFound\",\r\n \"message\": \"The Resource 'Microsoft.Automation/automationAccounts/account-powershell-test' under resource group 'PowerShellTest' was not found.\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "181"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-failure-cause": [
+ "gateway"
+ ],
+ "x-ms-request-id": [
+ "41d6a36e-20cd-480c-aeca-fe17175bd52e"
+ ],
+ "x-ms-correlation-request-id": [
+ "41d6a36e-20cd-480c-aeca-fe17175bd52e"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203538Z:41d6a36e-20cd-480c-aeca-fe17175bd52e"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:37 GMT"
+ ]
+ },
+ "StatusCode": 404
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "d49b3d5a-1c5f-42e2-b48b-d744f0f4fff2"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/073e9ab3-6c9a-4151-aeab-0786ad4103e1\",\r\n \"creationTime\": \"2018-11-08T12:35:43.69-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:35:43.69-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "616"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "ocp-automation-accountid": [
+ "073e9ab3-6c9a-4151-aeab-0786ad4103e1"
+ ],
+ "x-ms-request-id": [
+ "d49b3d5a-1c5f-42e2-b48b-d744f0f4fff2"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11994"
+ ],
+ "x-ms-correlation-request-id": [
+ "c6e229cd-07ad-42ed-85aa-9d781a6f0f35"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203545Z:c6e229cd-07ad-42ed-85aa-9d781a6f0f35"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:45 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-0928\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-0928\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T15:36:07.513-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/newrg/providers/Microsoft.Automation/automationAccounts/aa-0929\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-0929\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T16:07:20.827-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Test/providers/Microsoft.Automation/automationAccounts/AA-0931\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AA-0931\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-29T12:00:51.017-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/AA20160102\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AA20160102\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-02T01:59:58.21-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/aa-avkaur\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-avkaur\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-21T14:25:34.803-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-ggopaldemo1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-ggopaldemo1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T07:50:12.047-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-ggopaldemoNEW1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-ggopaldemoNEW1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T10:36:04.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/abhinav-jpes\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"abhinav-jpes\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:13:21.863-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AccountRGAK/providers/Microsoft.Automation/automationAccounts/AccountAK\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AccountAK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T14:14:10.077-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/AhoyThere\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AhoyThere\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-01T09:39:52.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/AhoyThereAgain\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AhoyThereAgain\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-01T09:44:08.55-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/Automate-4156653-EJP\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automate-4156653-EJP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-08T16:30:00.963-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EJP/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-EJP\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-EJP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:33:27.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0415/providers/Microsoft.Automation/automationAccounts/Automation0415\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automation0415\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-15T10:59:00.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0416/providers/Microsoft.Automation/automationAccounts/Automation0416\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automation0416\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-15T11:07:27.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/azureaa\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"azureaa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:32:44.307-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/balukjpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"balukjpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-24T14:45:17.943-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/befisheGalleryDeployment\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"befisheGalleryDeployment\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-13T12:20:03.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/csandjpnsmoketest\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"csandjpnsmoketest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-22T17:49:58.657-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EJP/providers/Microsoft.Automation/automationAccounts/CustomAA\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"CustomAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T15:35:43.133-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dableJPES01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dableJPES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:16:06.997-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeJPES01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dalbeJPES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:17:15.053-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeJPES02\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dalbeJPES02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T19:44:27.933-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/dddd11111\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dddd11111\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:34:51.943-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/deploymenttest-07-07\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"deploymenttest-07-07\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-07T18:51:59.78-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/galleryTest\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"galleryTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-10T12:16:45.77-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htJpe1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"htJpe1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:11:55.653-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikann-test1234-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-0703-E2E\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"IKANNI-0703-E2E\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-03T20:46:09.553-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Ikanni-FirstUserExperince\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"Ikanni-FirstUserExperince\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-07T16:40:22.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/ikanni-jpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"ikanni-jpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-28T08:53:27.847-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/ikanni-JPE-BASICTIER\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"ikanni-JPE-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-20T06:16:32.143-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNITEST01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"IKANNITEST01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-07T11:51:27.003-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-WCUS-RG/providers/Microsoft.Automation/automationAccounts/ikanni-WCUS\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"ikanni-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-25T15:42:33.18-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqljapaneast/providers/Microsoft.Automation/automationAccounts/JPE-Automation\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"JPE-Automation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T16:58:39.487-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JPEDeploy1/providers/Microsoft.Automation/automationAccounts/JPEDDeployDSC1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"JPEDDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T16:39:15.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/MMSDemo/providers/Microsoft.Automation/automationAccounts/MMSDemoAccount\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"MMSDemoAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-27T16:24:23.22-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/mpentaTriggerServiceJPE1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"mpentaTriggerServiceJPE1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T10:57:06.727-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-rg-jpe/providers/Microsoft.Automation/automationAccounts/najams-aa-jpe\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"najams-aa-jpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T17:37:05.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/newaa1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"newaa1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:33:51.79-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/nyanco23\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"nyanco23\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-23T15:32:32.34-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/oaastest0804\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"oaastest0804\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T17:43:53.777-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Japan-East/providers/Microsoft.Automation/automationAccounts/PSAPTestJpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"PSAPTestJpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-02-03T13:47:00.313-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SanjeevhRG/providers/Microsoft.Automation/automationAccounts/SanjeevhAutomation\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SanjeevhAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-07T16:14:14.87-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/somedummytestaccount1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"somedummytestaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:30:37.577-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-2015-12-09-061735_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-2015-12-09-061735\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-2015-12-09-061735\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-09T18:18:08.163-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-2015-12-09-071245_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-2015-12-09-071245\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-2015-12-09-071245\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-09T19:13:12.763-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-CertExpiry2016-02-21-033325_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-CertExpiry2016-02-21-033325\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-CertExpiry2016-02-21-033325\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-21T15:33:57.223-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/SriJPE\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SriJPE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T09:58:12.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/TEST01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TEST01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T15:31:54.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-CANBEDELETE-01_RG/providers/Microsoft.Automation/automationAccounts/TEST-CANBEDELETE-01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TEST-CANBEDELETE-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-24T15:16:31.99-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TESTFromARM-RG/providers/Microsoft.Automation/automationAccounts/TESTFromARM\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TESTFromARM\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-06T09:51:21.437-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testgaryke/providers/Microsoft.Automation/automationAccounts/testgaryke\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testgaryke\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-06-23T15:09:10.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TESTIKANNI-PROD-MSI-001-RG/providers/Microsoft.Automation/automationAccounts/TESTIKANNI-PROD-MSI-001\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"TESTIKANNI-PROD-MSI-001\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-30T13:03:01.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testxx123acct\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testxx123acct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:36:03.877-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testyy123acct\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testyy123acct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:38:31.707-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testz1acc\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testz1acc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:40:41.037-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testzz123acc\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testzz123acc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:39:27.083-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/t-jafe-account1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"t-jafe-account1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-31T14:11:46.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hfghhdh/providers/Microsoft.Automation/automationAccounts/tregbgd\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"tregbgd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-18T19:11:51.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VEL-SP-Demo-2016-02-09-043618_RG/providers/Microsoft.Automation/automationAccounts/VEL-SP-Demo-2016-02-09-043618\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VEL-SP-Demo-2016-02-09-043618\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-09T04:36:51.37-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/VivAccountMarketPlace\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivAccountMarketPlace\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T14:34:56.237-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivAccountSEA0308\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivAccountSEA0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:30:23.223-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/Vivlinasgd\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"Vivlinasgd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-10T17:57:01.143-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivLingaiah\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivLingaiah\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-03T13:51:28.567-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/weijielacct1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"weijielacct1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T13:32:17.823-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijiel/providers/Microsoft.Automation/automationAccounts/weijieljp\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"weijieljp\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T16:24:28.547-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ctitest-rg/providers/Microsoft.Automation/automationAccounts/aa-ctitest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"aa-ctitest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-15T16:10:24.293-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/aa-miaoh2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"aa-miaoh2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-17T13:37:50.857-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasagwebhookwebhookservice/providers/Microsoft.Automation/automationAccounts/aa-mpenta-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"aa-mpenta-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-07T19:01:43.19-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shipramrg/providers/Microsoft.Automation/automationAccounts/aaproxytest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"aaproxytest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-19T14:27:02.133-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaasCS422b6c61-95b0-4213-b3be-7282315df71d-East-US/providers/Microsoft.Automation/automationAccounts/AccountEastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"AccountEastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-06T11:01:20.997-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/accountest1RG/providers/Microsoft.Automation/automationAccounts/accountest1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accountest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T12:51:11.623-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/accounttest1RG2/providers/Microsoft.Automation/automationAccounts/accounttest1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accounttest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T12:53:05.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/accountTestCanBeDeleted\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accountTestCanBeDeleted\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-19T08:27:07.697-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/alevineAccountMayFail\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"alevineAccountMayFail\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-04T14:28:19.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/alevineAutoSub2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"alevineAutoSub2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-02-11T11:46:40.717-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nxoawtesting/providers/Microsoft.Automation/automationAccounts/Automate-2827499-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-2827499-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-02T16:29:58.877-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3200257-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3200257-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T11:10:06-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3297488-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3297488-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-08T14:36:33.71-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/build2017/providers/Microsoft.Automation/automationAccounts/Automate-3633236-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3633236-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-10T17:35:21.277-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3835013-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3835013-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-26T15:22:30.32-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-24T09:54:33.16-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/apidebug/providers/Microsoft.Automation/automationAccounts/Automate-5368464-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-5368464-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T14:15:05.63-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-6487177-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-6487177-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-06T13:34:44.777-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-7109714-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-7109714-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-21T14:22:06.033-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-7468462-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-7468462-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-21T09:38:28.827-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/apidebug/providers/Microsoft.Automation/automationAccounts/Automate-9035321-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-9035321-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:23:31.363-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0516/providers/Microsoft.Automation/automationAccounts/Automation0516\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automation0516\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-05-16T13:36:34.753-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/AzureModuleAutomation\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"AzureModuleAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-01-14T16:32:13.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-demo02\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-demo02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-19T17:09:49.2-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-demo1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-demo1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-19T17:07:26.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-14T14:37:54.347-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anwieber-AUS/providers/Microsoft.Automation/automationAccounts/cbareproeus2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"cbareproeus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-26T12:16:41.857-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos78fc0deea-6d40-4517-8a13-234e0448418e/providers/Microsoft.Automation/automationAccounts/Centos78fc0deea-6d40-4517-8a13-234e0448418e\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Centos78fc0deea-6d40-4517-8a13-234e0448418e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-10T16:01:02.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a/providers/Microsoft.Automation/automationAccounts/Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-18T10:15:31.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dableEus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dableEus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-20T20:49:18.213-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeEus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dalbeEus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-20T20:52:05.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeEUS01\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dalbeEUS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T18:05:57.61-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Danial\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Danial\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-05T10:45:02.543-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/deletemeaa1111\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"deletemeaa1111\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T13:11:16.597-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/deletethisaccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"deletethisaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T13:04:32.13-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/deploy113US\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"deploy113US\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-12-02T17:56:44.83-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/e2eShipramTest1/providers/Microsoft.Automation/automationAccounts/e2eshipramTest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"e2eshipramTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-15T14:48:39.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/egeretrheth\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"egeretrheth\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-09-09T12:37:53.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ApiDebug/providers/Microsoft.Automation/automationAccounts/elvan123\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"elvan123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-25T14:45:16.08-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/elvgRG67/providers/Microsoft.Automation/automationAccounts/elvantest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"elvantest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-19T13:05:57.227-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/elvgAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"elvgAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2014-04-30T21:55:49.69-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/EUS2Deploy1/providers/Microsoft.Automation/automationAccounts/EUS2DDeployDSC1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"EUS2DDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:44:04.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Example1/providers/Microsoft.Automation/automationAccounts/Example1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Example1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-07T15:11:27.607-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"fbs-aa-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T16:39:00.267-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"fcho-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T18:07:58.09-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group/providers/Microsoft.Automation/automationAccounts/felixTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"felixTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-06T17:00:50.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/hteus21\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"hteus21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T14:03:19.117-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-0918-EUS2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-0918-EUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-18T10:52:47.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-BASICTIER\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-18T22:12:18.4-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-EUs2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-EUs2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T18:29:08.247-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/ikanni-test\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ikanni-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-08T15:15:05.24-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/kaccount1\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"kaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-05T09:43:09.437-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/khughesTestJan1DeployAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"khughesTestJan1DeployAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-08T19:16:07.29-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LitwareResources/providers/Microsoft.Automation/automationAccounts/LitwareAutoAcct-A\",\r\n \"location\": \"EastUS2\",\r\n \"name\": \"LitwareAutoAcct-A\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"cost center\": \"100\",\r\n \"Kane\": \"AMC\",\r\n \"Cortlandt\": \"AMC\",\r\n \"Wallingford\": \"AMC\",\r\n \"Buchanan\": \"OLTL\",\r\n \"Lord\": \"OLTL\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-24T13:36:15.173-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LitwareResources/providers/Microsoft.Automation/automationAccounts/LitwareAutoAcct-B\",\r\n \"location\": \"EastUS2\",\r\n \"name\": \"LitwareAutoAcct-B\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"cost center\": \"100\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-12T13:24:45.727-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/miroman-eus2/providers/Microsoft.Automation/automationAccounts/miroman-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"miroman-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T16:41:32.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"mo-aaa-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T13:31:09.057-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/MokhtarEUS2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"MokhtarEUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-04T16:36:41.15-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/myAutomationAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"myAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-15T12:04:07.627-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-eus2-rg/providers/Microsoft.Automation/automationAccounts/najams-eus2-aa\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"najams-eus2-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-02T10:21:28.54-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/NanThiTestProd01\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"NanThiTestProd01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-08-12T17:23:10.713-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati4\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nizlati4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-14T16:57:40.587-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun-eus2/providers/Microsoft.Automation/automationAccounts/nobun-oaas-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"nobun-oaas-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-09T11:25:51.557-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun/providers/Microsoft.Automation/automationAccounts/nobun-oaas-test-aa\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"nobun-oaas-test-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T10:21:21.583-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/norunbooks\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"norunbooks\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-11T17:17:21.38-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/nyanco334\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nyanco334\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-08T10:52:38.66-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/nyancotest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nyancotest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-02T17:06:07-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaAA1\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaAA1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T14:56:02.367-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olenaAA352\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olenaAA352\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T12:55:09.163-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olenaAA432\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olenaAA432\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T13:29:37.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount2222\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount2222\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:19:29.297-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount22223\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount22223\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:55:09.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount4567\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount4567\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T15:42:44.157-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount456799\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount456799\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:17:31.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/olenatestrg16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccountRg16\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestAutomationAccountRg16\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-01T15:18:43.753-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestPython\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestPython\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:22:47.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestPython\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestPython\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:22:47.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olentestPyAA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olentestPyAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:30:59.37-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/omsaccount2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"omsaccount2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-22T22:32:30.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRG/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAA\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-17T15:31:23.23-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRG5/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAA5\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAA5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-22T20:32:19.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRGTest1/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAATest1\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAATest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-21T10:16:05.46-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRGTest2/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAATest2\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAATest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-20T12:19:44.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/PowershellGalleryDeploy\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"PowershellGalleryDeploy\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T10:59:41.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/RayAutomationAccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"RayAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-24T13:57:35.863-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/regTest2-4\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"regTest2-4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-04T10:08:22.307-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel716fb944f-04cd-48ba-8745-2f2163e08266/providers/Microsoft.Automation/automationAccounts/Rhel716fb944f-04cd-48ba-8745-2f2163e08266\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel716fb944f-04cd-48ba-8745-2f2163e08266\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-17T22:25:41.153-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03/providers/Microsoft.Automation/automationAccounts/Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T10:17:37.743-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007/providers/Microsoft.Automation/automationAccounts/Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T15:31:45.453-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51/providers/Microsoft.Automation/automationAccounts/Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T13:49:36.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83/providers/Microsoft.Automation/automationAccounts/Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T16:04:37.817-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c/providers/Microsoft.Automation/automationAccounts/Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-17T10:57:08.003-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4/providers/Microsoft.Automation/automationAccounts/Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T14:56:21.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/safeerRG/providers/Microsoft.Automation/automationAccounts/safeer\",\r\n \"location\": \"EastUs2\",\r\n \"name\": \"safeer\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-05T12:59:06.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/Sanjeevh\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Sanjeevh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-12T14:13:09.2-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sdkTestRG/providers/Microsoft.Automation/automationAccounts/sdkTestAccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sdkTestAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-21T13:55:18.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRGEUS/providers/Microsoft.Automation/automationAccounts/sguha-aa-1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguha-aa-1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-06T20:18:02.103-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRGEUS/providers/Microsoft.Automation/automationAccounts/sguha-aa-eus\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguha-aa-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-12T12:28:40.873-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ggRG1/providers/Microsoft.Automation/automationAccounts/sguhasvcprincipaltest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguhasvcprincipaltest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-27T06:35:18.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/sguhatest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sguhatest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-15T21:07:00.837-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/AA-1231\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"AA-1231\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-06-17T15:30:41.727-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-WEU/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-WEU\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-WEU\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-15T16:00:04.933-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos744255934-7faa-4c82-89e2-363b13c7ed00/providers/Microsoft.Automation/automationAccounts/Centos744255934-7faa-4c82-89e2-363b13c7ed00\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos744255934-7faa-4c82-89e2-363b13c7ed00\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-08T14:14:43.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79af44142-86f1-4de4-8541-580d08db0a73/providers/Microsoft.Automation/automationAccounts/Centos79af44142-86f1-4de4-8541-580d08db0a73\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos79af44142-86f1-4de4-8541-580d08db0a73\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T09:47:48.807-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79b440116-b7df-423e-8e50-8879929b1b21/providers/Microsoft.Automation/automationAccounts/Centos79b440116-b7df-423e-8e50-8879929b1b21\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos79b440116-b7df-423e-8e50-8879929b1b21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T12:34:58.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeWES01\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"dalbeWES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T10:00:20.733-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/elvgRG67/providers/Microsoft.Automation/automationAccounts/elvgWE\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"elvgWE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-20T12:19:36.453-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/fcho-cc-rg/providers/Microsoft.Automation/automationAccounts/fcho-we-omstest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"fcho-we-omstest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-24T15:07:36.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-weu/providers/Microsoft.Automation/automationAccounts/garyketestAccountE2EScenario\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"garyketestAccountE2EScenario\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-11-07T16:47:15.613-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWes1\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"htWes1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:12:28.45-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-WE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"IKANNI-WE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T16:27:06.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-WE2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"IKANNI-WE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-16T05:33:34.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/ikanni-WE-BASICTIER\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ikanni-WE-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-19T13:29:46.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/imdstest/providers/Microsoft.Automation/automationAccounts/imdstest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"imdstest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T13:19:43.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariBillingAccWeu\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"LahariBillingAccWeu\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-19T10:43:28.493-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Mo-Sev2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Mo-Sev2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T23:48:37.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-sev2/providers/Microsoft.Automation/automationAccounts/mo-sev2account\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"mo-sev2account\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T01:12:02.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-rg-centraluseuap/providers/Microsoft.Automation/automationAccounts/najamsaawesteurope\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"najamsaawesteurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-08T22:44:29.983-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rankum-wes-rg/providers/Microsoft.Automation/automationAccounts/rankum-wes-testsub\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"rankum-wes-testsub\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-25T00:37:54.203-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/release114WE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"release114WE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-12-17T14:48:02.39-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e/providers/Microsoft.Automation/automationAccounts/Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T11:19:54.027-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8/providers/Microsoft.Automation/automationAccounts/Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T12:29:16.65-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b/providers/Microsoft.Automation/automationAccounts/Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T15:57:36.743-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9/providers/Microsoft.Automation/automationAccounts/Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T17:16:33.723-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369/providers/Microsoft.Automation/automationAccounts/Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-02T15:27:39.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3/providers/Microsoft.Automation/automationAccounts/Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T06:49:56.067-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7e5d870de-7778-403d-b80a-01b8cd75b237/providers/Microsoft.Automation/automationAccounts/Rhel7e5d870de-7778-403d-b80a-01b8cd75b237\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7e5d870de-7778-403d-b80a-01b8cd75b237\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T10:35:46.027-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59/providers/Microsoft.Automation/automationAccounts/Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:25:47.347-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/RuhiWE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"RuhiWE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T23:48:19.273-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguha-rg-we/providers/Microsoft.Automation/automationAccounts/sguha-aa-we\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"sguha-aa-we\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-12T12:31:26.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shipramrg/providers/Microsoft.Automation/automationAccounts/shipram-WES\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"shipram-WES\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T01:10:00.647-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stas-multi-vm-test-no-solution/providers/Microsoft.Automation/automationAccounts/stas-multi-vm-test-no-solution\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"stas-multi-vm-test-no-solution\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T18:19:55.6-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SureshTest20180520/providers/Microsoft.Automation/automationAccounts/SureshTest20180520\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"SureshTest20180520\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-20T03:17:08.34-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1166a3274c-b103-4831-add3-2bd0cdc70db7/providers/Microsoft.Automation/automationAccounts/Suse1166a3274c-b103-4831-add3-2bd0cdc70db7\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1166a3274c-b103-4831-add3-2bd0cdc70db7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-29T11:18:53.983-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce/providers/Microsoft.Automation/automationAccounts/Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-19T09:43:32.13-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924/providers/Microsoft.Automation/automationAccounts/Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T11:14:47.92-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05/providers/Microsoft.Automation/automationAccounts/Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T07:36:20.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8/providers/Microsoft.Automation/automationAccounts/Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T17:45:32.073-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b/providers/Microsoft.Automation/automationAccounts/Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T17:12:28.363-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949/providers/Microsoft.Automation/automationAccounts/Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T00:15:59.05-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12fc795709-79c5-4e16-ac84-794d19b636ac/providers/Microsoft.Automation/automationAccounts/Suse12fc795709-79c5-4e16-ac84-794d19b636ac\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12fc795709-79c5-4e16-ac84-794d19b636ac\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:03:31.423-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/testAccount\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T08:26:59.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/testtomngu0\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testtomngu0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:17:30.47-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/ThomasWestEurope\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ThomasWestEurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T11:09:24.93-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/ThomasWestEurope3\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ThomasWestEurope3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T15:47:30.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-t2/providers/Microsoft.Automation/automationAccounts/tobedeleted\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"tobedeleted\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-08T12:12:28.767-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:12:18.74-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration2\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:24:09.463-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration3\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:23:42.65-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-integration-test\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-integration-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:22:15.043-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-test-0\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-test-0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:31:55.19-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e/providers/Microsoft.Automation/automationAccounts/Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:58:23.803-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivAccountWE0308\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"VivAccountWE0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:05:46.32-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivWE2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"VivWE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T22:55:26.377-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WEDeploy1/providers/Microsoft.Automation/automationAccounts/WEDDeployDSC1\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"WEDDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:20:50.187-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0/providers/Microsoft.Automation/automationAccounts/WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-02T10:42:14.527-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20129ae48ae7-8414-4775-8445-af869ddac237/providers/Microsoft.Automation/automationAccounts/WS20129ae48ae7-8414-4775-8445-af869ddac237\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"WS20129ae48ae7-8414-4775-8445-af869ddac237\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:17:08.107-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/demorg1/providers/Microsoft.Automation/automationAccounts/Automate-3843488-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-3843488-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T10:59:52.157-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-SEA/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T06:32:41.787-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/automation0415/providers/Microsoft.Automation/automationAccounts/Automate-9153364-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-9153364-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-10T17:10:30.187-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos713d6b911-3efd-4a97-be6a-a02d8279eb73/providers/Microsoft.Automation/automationAccounts/Centos713d6b911-3efd-4a97-be6a-a02d8279eb73\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos713d6b911-3efd-4a97-be6a-a02d8279eb73\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T15:08:23.877-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7415f9153-f388-470a-9715-66ff399350a3/providers/Microsoft.Automation/automationAccounts/Centos7415f9153-f388-470a-9715-66ff399350a3\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7415f9153-f388-470a-9715-66ff399350a3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-23T10:17:35.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos742710910-06d0-4136-8e64-5a770fdfb4df/providers/Microsoft.Automation/automationAccounts/Centos742710910-06d0-4136-8e64-5a770fdfb4df\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos742710910-06d0-4136-8e64-5a770fdfb4df\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T16:13:49.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a/providers/Microsoft.Automation/automationAccounts/Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T10:21:15.84-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos76894aa37-00ca-4669-b94d-b5f734f3cb11/providers/Microsoft.Automation/automationAccounts/Centos76894aa37-00ca-4669-b94d-b5f734f3cb11\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos76894aa37-00ca-4669-b94d-b5f734f3cb11\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T13:28:59.01-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e/providers/Microsoft.Automation/automationAccounts/Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-03T22:45:33.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7903f4391-cd7a-48fd-ad91-612d34f65128/providers/Microsoft.Automation/automationAccounts/Centos7903f4391-cd7a-48fd-ad91-612d34f65128\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7903f4391-cd7a-48fd-ad91-612d34f65128\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-16T16:09:24.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos797964a71-1437-4000-8850-2aacc12251e3/providers/Microsoft.Automation/automationAccounts/Centos797964a71-1437-4000-8850-2aacc12251e3\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos797964a71-1437-4000-8850-2aacc12251e3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T15:48:03.323-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79b4327c9-3ac2-4e4e-a38f-91809d930919/providers/Microsoft.Automation/automationAccounts/Centos79b4327c9-3ac2-4e4e-a38f-91809d930919\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos79b4327c9-3ac2-4e4e-a38f-91809d930919\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T13:07:49.153-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126/providers/Microsoft.Automation/automationAccounts/Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T10:32:52.69-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa/providers/Microsoft.Automation/automationAccounts/Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T12:47:47.537-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb/providers/Microsoft.Automation/automationAccounts/Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T14:06:44.14-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7f08e29db-4a82-4daa-a74c-df0974e9506c/providers/Microsoft.Automation/automationAccounts/Centos7f08e29db-4a82-4daa-a74c-df0974e9506c\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7f08e29db-4a82-4daa-a74c-df0974e9506c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T10:06:56.237-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7fa50a0e5-5e26-4719-a257-5f19711a8867/providers/Microsoft.Automation/automationAccounts/Centos7fa50a0e5-5e26-4719-a257-5f19711a8867\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7fa50a0e5-5e26-4719-a257-5f19711a8867\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T10:48:23.747-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSEAS01\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"dalbeSEAS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T14:42:39.7-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/deploydsc/providers/Microsoft.Automation/automationAccounts/dscsea\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dscsea\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T14:46:36.17-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htSea1\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"htSea1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T16:00:42.4-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Southeast-Asia/providers/Microsoft.Automation/automationAccounts/hungseaacct\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"hungseaacct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-01T15:20:58.737-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newsea2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"newsea2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-27T09:05:43.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newseas1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"newseas1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-27T05:46:03.993-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rankum-sea-rg/providers/Microsoft.Automation/automationAccounts/rankum-SEA-testsub\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rankum-SEA-testsub\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-24T19:33:57.833-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaasCS422b6c61-95b0-4213-b3be-7282315df71d-Southeast-Asia/providers/Microsoft.Automation/automationAccounts/rgtest\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"rgtest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-30T07:49:32.72-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1/providers/Microsoft.Automation/automationAccounts/Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T10:20:23.303-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29/providers/Microsoft.Automation/automationAccounts/Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-16T10:05:45.12-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95/providers/Microsoft.Automation/automationAccounts/Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T15:38:31.243-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel792d59973-f4f6-4b26-b547-804b8070b811/providers/Microsoft.Automation/automationAccounts/Rhel792d59973-f4f6-4b26-b547-804b8070b811\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel792d59973-f4f6-4b26-b547-804b8070b811\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-14T16:00:38.547-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel79768d2ed-c620-46ff-96e8-8f2502275eac/providers/Microsoft.Automation/automationAccounts/Rhel79768d2ed-c620-46ff-96e8-8f2502275eac\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel79768d2ed-c620-46ff-96e8-8f2502275eac\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T10:07:25.45-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895/providers/Microsoft.Automation/automationAccounts/Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T11:09:10.95-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6/providers/Microsoft.Automation/automationAccounts/Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T13:43:33.723-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c8f27a55-08dd-4239-9483-861fe3791b25/providers/Microsoft.Automation/automationAccounts/Rhel7c8f27a55-08dd-4239-9483-861fe3791b25\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c8f27a55-08dd-4239-9483-861fe3791b25\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-07T16:44:06.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848/providers/Microsoft.Automation/automationAccounts/Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T12:17:44.927-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041/providers/Microsoft.Automation/automationAccounts/Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T10:24:22.423-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SEADeploy1/providers/Microsoft.Automation/automationAccounts/SEADDeployDSC1\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SEADDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T14:27:25.223-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd/providers/Microsoft.Automation/automationAccounts/Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T20:40:13.193-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa/providers/Microsoft.Automation/automationAccounts/Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T15:48:25.363-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testSEA/providers/Microsoft.Automation/automationAccounts/testSEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testSEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-20T09:10:07.663-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/tobedeleted2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"tobedeleted2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-08T12:19:33.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea/providers/Microsoft.Automation/automationAccounts/Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-04T13:12:48.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31/providers/Microsoft.Automation/automationAccounts/Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T15:18:25.797-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f/providers/Microsoft.Automation/automationAccounts/Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-30T16:04:26.057-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921/providers/Microsoft.Automation/automationAccounts/Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-15T12:00:18.427-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038/providers/Microsoft.Automation/automationAccounts/Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T14:44:01.14-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2/providers/Microsoft.Automation/automationAccounts/Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-30T16:05:46.51-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad/providers/Microsoft.Automation/automationAccounts/Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-07T13:01:19.347-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlsoutheastasia/providers/Microsoft.Automation/automationAccounts/umgqlsoutheastasia\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"umgqlsoutheastasia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T17:55:50.583-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGroup/providers/Microsoft.Automation/automationAccounts/VivAccount\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-28T10:58:53.653-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasanirudhghookwebhookservice/providers/Microsoft.Automation/automationAccounts/VivAccountSEA\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivAccountSEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-19T16:04:15.417-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/ViVAccountSEA030802\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"ViVAccountSEA030802\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:34:20.037-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGroup/providers/Microsoft.Automation/automationAccounts/VivCentralIndia\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"VivCentralIndia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-05T17:12:54.81-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivSEA2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivSEA2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T23:02:25.377-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivSeaaccount\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivSeaaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T05:52:14.72-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1/providers/Microsoft.Automation/automationAccounts/WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-15T14:06:33.627-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415/providers/Microsoft.Automation/automationAccounts/WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T10:49:47.947-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/AA20160103\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"AA20160103\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-03T21:40:30.11-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-scus/providers/Microsoft.Automation/automationAccounts/bhbrahma-scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"bhbrahma-scus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T11:05:37.31-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmsSCUS/providers/Microsoft.Automation/automationAccounts/bhbrahmsSCUS\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"bhbrahmsSCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T10:15:06.257-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carloctestrg/providers/Microsoft.Automation/automationAccounts/carloctestaccscus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"carloctestaccscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T12:53:09.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carloctestscusmigration\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"carloctestscusmigration\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-12T06:50:58.463-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSCUS01\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"dalbeSCUS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T13:50:15.75-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSCUS02\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"dalbeSCUS02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-07T10:10:18.257-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htScus1\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"htScus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T16:00:12.473-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group-1/providers/Microsoft.Automation/automationAccounts/hungscus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"hungscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:52:12.42-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-SCUS\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"IKANNI-SCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-23T17:56:28.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/myNewRG/providers/Microsoft.Automation/automationAccounts/myNewAutomationAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"myNewAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-18T13:50:27-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-scus-rg/providers/Microsoft.Automation/automationAccounts/najams-aa-scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"najams-aa-scus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-30T21:01:30.81-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newauto1\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"newauto1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-22T17:17:08.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/RegTest1123\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"RegTest1123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-23T10:37:37.16-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SCUSDeploy1/providers/Microsoft.Automation/automationAccounts/SCUSDeploy1\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"SCUSDeploy1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-14T16:32:35.517-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielrp/providers/Microsoft.Automation/automationAccounts/scweijie\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"scweijie\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-04T17:34:19.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SraaviTestRG/providers/Microsoft.Automation/automationAccounts/SRaaviTestAutomationAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"SRaaviTestAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-11T08:53:42.9-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/stateconfiguration49f\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"stateconfiguration49f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T09:57:26.473-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WSVMClassicRG/providers/Microsoft.Automation/automationAccounts/TestAutomation\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"TestAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-24T22:52:41.24-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlsouthcentralus/providers/Microsoft.Automation/automationAccounts/umgqlsouthcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"umgqlsouthcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:07:12.59-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abuhanarg/providers/Microsoft.Automation/automationAccounts/vivaccuontscus\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"vivaccuontscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T12:29:44.433-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivsAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"VivsAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-08T14:56:24.717-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/weijielscus\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"weijielscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T20:23:33.853-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/dalbe-kc2\",\r\n \"location\": \"koreacentral\",\r\n \"name\": \"dalbe-kc2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T15:15:53.9833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3033333-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestKC/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"Korea Central\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T15:02:35.77-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3033333-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTest/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"westus2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-18T14:34:57.29-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-aatest-wus2-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-aatest-WUS2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"mirichmo-aatest-WUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-27T10:29:14.9566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sakulal/providers/Microsoft.Automation/automationAccounts/sakulalWestUS2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"sakulalWestUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-24T11:01:38.0733333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/suso-rg-westus2/providers/Microsoft.Automation/automationAccounts/suso-test\",\r\n \"location\": \"westus2\",\r\n \"name\": \"suso-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-19T10:47:54.3833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestWH-mirichmo-WestUS2-rg/providers/Microsoft.Automation/automationAccounts/TestWH-mirichmo-WestUS2\",\r\n \"location\": \"West US2\",\r\n \"name\": \"TestWH-mirichmo-WestUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-11-05T10:06:31.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-05T10:06:31.49-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-SUK/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-SUK\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-SUK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T10:52:22.99-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/elvgTestAA\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"elvgTestAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-13T10:29:40.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/existingWebhookRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-12T16:42:42.01-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariUKSTest\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"LahariUKSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-16T09:19:05.3666667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/motest/providers/Microsoft.Automation/automationAccounts/motest01\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"motest01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-20T15:16:03.8-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/motest/providers/Microsoft.Automation/automationAccounts/motest02\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"motest02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-20T17:28:22.0166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/ThomasUKS\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"ThomasUKS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-19T08:31:24.53-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-uks\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"tomngu-uks\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-13T05:08:28.5266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA1117/providers/Microsoft.Automation/automationAccounts/AA1117\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AA1117\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T15:34:45.15-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA1221/providers/Microsoft.Automation/automationAccounts/AA1221\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AA1221\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-21T18:19:45.1566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc10c72606-4dc5-4e6d-aa5f-a41f582e5457/providers/Microsoft.Automation/automationAccounts/abc10c72606-4dc5-4e6d-aa5f-a41f582e5457\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc10c72606-4dc5-4e6d-aa5f-a41f582e5457\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:27:16.59-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc26ba58ff-840e-4725-a13b-a6bbf3efa48a/providers/Microsoft.Automation/automationAccounts/abc26ba58ff-840e-4725-a13b-a6bbf3efa48a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc26ba58ff-840e-4725-a13b-a6bbf3efa48a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T20:42:46.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf/providers/Microsoft.Automation/automationAccounts/abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:38:48.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc36e4cd6e-c240-4166-9af5-997d8f0fa98b/providers/Microsoft.Automation/automationAccounts/abc36e4cd6e-c240-4166-9af5-997d8f0fa98b\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc36e4cd6e-c240-4166-9af5-997d8f0fa98b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:59:04.92-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc60275d0e-5884-4fec-89d3-d4a9d97298e2/providers/Microsoft.Automation/automationAccounts/abc60275d0e-5884-4fec-89d3-d4a9d97298e2\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc60275d0e-5884-4fec-89d3-d4a9d97298e2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T21:46:48.9166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc61d0af2c-a53d-47fd-a271-f4f29b55775f/providers/Microsoft.Automation/automationAccounts/abc61d0af2c-a53d-47fd-a271-f4f29b55775f\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc61d0af2c-a53d-47fd-a271-f4f29b55775f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:04:52.5233333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc627de176-7a42-4597-887a-9ceb0cc4c6dc/providers/Microsoft.Automation/automationAccounts/abc627de176-7a42-4597-887a-9ceb0cc4c6dc\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc627de176-7a42-4597-887a-9ceb0cc4c6dc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:33:03.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc701694ac-aa6e-4f67-92c2-761b31866b31/providers/Microsoft.Automation/automationAccounts/abc701694ac-aa6e-4f67-92c2-761b31866b31\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc701694ac-aa6e-4f67-92c2-761b31866b31\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:15:41.3666667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc77a13622-2493-4447-ba3d-b245943867ef/providers/Microsoft.Automation/automationAccounts/abc77a13622-2493-4447-ba3d-b245943867ef\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc77a13622-2493-4447-ba3d-b245943867ef\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-10T11:36:10.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6/providers/Microsoft.Automation/automationAccounts/abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:21:29.66-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc95e527d8-8331-487f-be73-1a9b11bd44d3/providers/Microsoft.Automation/automationAccounts/abc95e527d8-8331-487f-be73-1a9b11bd44d3\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc95e527d8-8331-487f-be73-1a9b11bd44d3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:09:54.47-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa/providers/Microsoft.Automation/automationAccounts/abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:44:36.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abca0a26463-4fb7-4a91-bd7b-850f59fecd14/providers/Microsoft.Automation/automationAccounts/abca0a26463-4fb7-4a91-bd7b-850f59fecd14\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abca0a26463-4fb7-4a91-bd7b-850f59fecd14\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:50:29.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abca0bf6210-0fe3-47a3-aa1b-9dd95428d317/providers/Microsoft.Automation/automationAccounts/abca0bf6210-0fe3-47a3-aa1b-9dd95428d317\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abca0bf6210-0fe3-47a3-aa1b-9dd95428d317\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:27:42.2766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcb40a59c0-ff5f-4260-bcce-3613e70a0f98/providers/Microsoft.Automation/automationAccounts/abcb40a59c0-ff5f-4260-bcce-3613e70a0f98\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcb40a59c0-ff5f-4260-bcce-3613e70a0f98\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:53:18.0833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcd31e5895-c66a-4ac4-89dd-5dc868e939a8/providers/Microsoft.Automation/automationAccounts/abcd31e5895-c66a-4ac4-89dd-5dc868e939a8\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcd31e5895-c66a-4ac4-89dd-5dc868e939a8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:43:26.2133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcda1206fc-2da4-4882-a0eb-f748ec8f09c4/providers/Microsoft.Automation/automationAccounts/abcda1206fc-2da4-4882-a0eb-f748ec8f09c4\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcda1206fc-2da4-4882-a0eb-f748ec8f09c4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:36:58.78-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abced172393-f50b-48c9-933b-4823c274549a/providers/Microsoft.Automation/automationAccounts/abced172393-f50b-48c9-933b-4823c274549a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abced172393-f50b-48c9-933b-4823c274549a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:47:24.6833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/accounttest11-13-2017\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"accounttest11-13-2017\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T12:37:01.18-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/adeleteaa122\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"adeleteaa122\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-22T12:12:53.03-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anatolib-icm82513164-repro-rg/providers/Microsoft.Automation/automationAccounts/anatolib-icm82513164-repro-aa\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"anatolib-icm82513164-repro-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T11:43:53.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatoliB-WCUS2/providers/Microsoft.Automation/automationAccounts/AnatoliB-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AnatoliB-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-15T10:03:38.25-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/group-1/providers/Microsoft.Automation/automationAccounts/Automate-1138864-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-1138864-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:50:05.7466667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/Automate-1656974-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-1656974-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T11:24:18.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/group-1/providers/Microsoft.Automation/automationAccounts/Automate-3482930-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-3482930-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-08T12:32:27.8466667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/demo-wcus-1/providers/Microsoft.Automation/automationAccounts/Automate-3677983-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-3677983-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T12:13:23.6866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-WCUS/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-23T13:26:10.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/Automate-8108879-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-8108879-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T14:57:01.36-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/wcusRg/providers/Microsoft.Automation/automationAccounts/AutomationAccountLahari\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AutomationAccountLahari\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:26:59.0366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmaProdTestingWCUS/providers/Microsoft.Automation/automationAccounts/bhbrahmaProdTestingWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"bhbrahmaProdTestingWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-29T17:18:50.84-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/Build2017AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Build2017AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-25T18:40:40.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/BuildIntTestWCUSAA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"BuildIntTestWCUSAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-17T14:19:45.32-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/buildinttestwcusAA2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"buildinttestwcusAA2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-24T21:42:25.6133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocTestWcus/providers/Microsoft.Automation/automationAccounts/carlocTestWcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"carlocTestWcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-29T04:36:27.2966667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocwcustestrg1/providers/Microsoft.Automation/automationAccounts/carlocwcustestaccount1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"carlocwcustestaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-14T08:41:40.5933333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/dalbe/providers/Microsoft.Automation/automationAccounts/dalbeSPN-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"dalbeSPN-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-31T19:43:39.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/elvanwcus2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvanwcus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-02T12:42:48.3266667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group-1/providers/Microsoft.Automation/automationAccounts/elvgtestaa13\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvgtestaa13\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-07T17:57:41.58-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ApiDebug/providers/Microsoft.Automation/automationAccounts/elvgTestAccount123\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvgTestAccount123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T12:34:02.1233333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/wcusRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-12T16:47:53.12-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWcus1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"htWcus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:06:24.0633333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWcusNewImage\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"htWcusNewImage\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-29T15:30:19.5533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-test-wcus-kqlAA-RG/providers/Microsoft.Automation/automationAccounts/ikanni-test-wcus-kqlAA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ikanni-test-wcus-kqlAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-01T14:00:30.0366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-12T12:46:35.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/IKANNI-VMAttach-Account01-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-VMAttach-Account01\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"IKANNI-VMAttach-Account01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-23T18:35:08.5633333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikuseVmMsiAndHybrid-RG/providers/Microsoft.Automation/automationAccounts/ikuseVmMsiAndHybrid\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ikuseVmMsiAndHybrid\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-14T08:34:37.2966667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/katwill-test-rg/providers/Microsoft.Automation/automationAccounts/katwill-automation-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"katwill-automation-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-23T14:45:00.1166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ketran-test-1/providers/Microsoft.Automation/automationAccounts/ketran-test-1-1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ketran-test-1-1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T14:51:07.4566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/kjohn-sandbox-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"kjohn-sandbox-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-03T10:13:26.0366667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/kjohn-sandbox-wcus-proddev\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"kjohn-sandbox-wcus-proddev\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-03T14:33:57.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/krutavtestwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"krutavtestwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-19T17:57:55.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/lahariwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"lahariwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-02T08:39:54.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariWCUSTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"LahariWCUSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-16T09:17:44.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-WCUS-test-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-WCUS-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"mirichmo-WCUS-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-17T11:17:20.1766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-ga/providers/Microsoft.Automation/automationAccounts/mo-gaaa\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"mo-gaaa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-22T15:30:39.83-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Movetest/providers/Microsoft.Automation/automationAccounts/Movetest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Movetest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-13T10:28:20.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/movetesttarget/providers/Microsoft.Automation/automationAccounts/movetesttarget\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"movetesttarget\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-13T10:29:16.2866667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NanThiTest-RG/providers/Microsoft.Automation/automationAccounts/NanThi-PSCmdletTest-AA01\",\r\n \"location\": \"WestCentralUS\",\r\n \"name\": \"NanThi-PSCmdletTest-AA01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-29T06:19:53.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/nizlatiWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"nizlatiWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-05T11:47:34.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/OMSDemoElephant\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"OMSDemoElephant\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-11T11:53:42.1-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSDemoElephant2/providers/Microsoft.Automation/automationAccounts/OMSDemoElephant2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"OMSDemoElephant2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-11T12:02:46.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NanThiTest-RG/providers/Microsoft.Automation/automationAccounts/PS-601PreviewAcc-a\",\r\n \"location\": \"WestCentralUS\",\r\n \"name\": \"PS-601PreviewAcc-a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"MyKey\": \"MyValue\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-25T15:50:30.7366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62/providers/Microsoft.Automation/automationAccounts/Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:06:55.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel776a4b727-8597-44aa-b611-9d99a567374d/providers/Microsoft.Automation/automationAccounts/Rhel776a4b727-8597-44aa-b611-9d99a567374d\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel776a4b727-8597-44aa-b611-9d99a567374d\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T15:19:26.05-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537/providers/Microsoft.Automation/automationAccounts/Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:01:41.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725/providers/Microsoft.Automation/automationAccounts/Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T09:44:50.0166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-aa-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"sguha-aa-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"container\": \"yes\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-11T12:35:00.23-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-wcus-2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"sguha-wcus-2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-10T06:11:09.2433333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stas-updatemgmt-prod/providers/Microsoft.Automation/automationAccounts/stas-east-us\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"stas-east-us\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T12:34:15.4033333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse121663d25e-6007-4c48-9597-f4c2d612f99a/providers/Microsoft.Automation/automationAccounts/Suse121663d25e-6007-4c48-9597-f4c2d612f99a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse121663d25e-6007-4c48-9597-f4c2d612f99a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T15:17:41.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a/providers/Microsoft.Automation/automationAccounts/Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T09:12:59.4266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12997de1a4-1d25-4090-8ccc-4eade4c56202/providers/Microsoft.Automation/automationAccounts/Suse12997de1a4-1d25-4090-8ccc-4eade4c56202\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse12997de1a4-1d25-4090-8ccc-4eade4c56202\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:07:40.5266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6/providers/Microsoft.Automation/automationAccounts/Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:00:56.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/Test2017AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Test2017AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-12T15:03:29.9866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-WCUS-08282017-Rg/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-WCUS-08282017\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"TEST-IKANNI-WCUS-08282017\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T09:25:19.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/TestScheduleNewAccount\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"TestScheduleNewAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-01T17:33:28.7933333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testwcus/providers/Microsoft.Automation/automationAccounts/testwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"testwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-01T16:26:39.9533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/ThomasWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ThomasWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-19T08:09:29.0633333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/thomas-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"thomas-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-19T06:02:37.3533333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/t-kawil-test2/providers/Microsoft.Automation/automationAccounts/t-kawil-auto-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"t-kawil-auto-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-28T13:39:53.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-automation\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-automation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T10:40:33.25-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/tomngu-automation-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-automation-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-29T10:18:40.0933333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-integ-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-integ-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-06T16:31:30.63-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-ncus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T10:29:21.78-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-13T05:09:12.8366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff/providers/Microsoft.Automation/automationAccounts/Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-27T16:14:54.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlwestcentralus/providers/Microsoft.Automation/automationAccounts/umgqlwestcentralus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"umgqlwestcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:31:46.93-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/UpdatesAtchub-WCUS-AA-OaasTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"UpdatesAtchub-WCUS-AA-OaasTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:00:23.0833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be/providers/Microsoft.Automation/automationAccounts/WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:07:03.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012ae40ab47-a1ca-4634-9bee-1196fe700954/providers/Microsoft.Automation/automationAccounts/WS2012ae40ab47-a1ca-4634-9bee-1196fe700954\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"WS2012ae40ab47-a1ca-4634-9bee-1196fe700954\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T10:57:40.0433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthEurope/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-06T16:40:51.8-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariBillingTestingNE\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"LahariBillingTestingNE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-31T18:27:19.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlnortheurope/providers/Microsoft.Automation/automationAccounts/umgqlnortheurope\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"umgqlnortheurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:09:59.97-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-CCA/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-CCA\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-CCA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:22:48.923-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource-ccan-test/providers/Microsoft.Automation/automationAccounts/Automate-5750082-CCA\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Automate-5750082-CCA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T13:02:24.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Thomas/providers/Microsoft.Automation/automationAccounts/Thomas-Canada\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Thomas-Canada\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-08-19T08:13:27.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource-test-ccan/providers/Microsoft.Automation/automationAccounts/tomngu-ccan-test\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"tomngu-ccan-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T12:55:33.87-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/weijiecc\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"weijiecc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T11:59:00.367-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/üä/providers/Microsoft.Automation/automationAccounts/AA0720\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"AA0720\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"StartStopVMVersion\": \"1.0.0.0\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-20T20:30:37.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anwieber-AUS/providers/Microsoft.Automation/automationAccounts/Anwieber-AUS1\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"Anwieber-AUS1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-13T10:10:42.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-ASE/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-ASE\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-ASE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:54:20.783-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carloctestrg/providers/Microsoft.Automation/automationAccounts/carloctestaseaccount\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"carloctestaseaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-08T20:34:52.373-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaastest/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-20T12:47:32.917-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/khughesRG17/providers/Microsoft.Automation/automationAccounts/khughesTest117\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"khughesTest117\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-03T15:14:53.403-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRGAus/providers/Microsoft.Automation/automationAccounts/LahariAus\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"LahariAus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-05T07:38:41.387-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRGAus/providers/Microsoft.Automation/automationAccounts/lahari-seau-aa\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"lahari-seau-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T11:24:00.453-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nizlatiRGAE/providers/Microsoft.Automation/automationAccounts/nizlatiAE\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"nizlatiAE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-05T17:01:16.543-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nizlatiAE/providers/Microsoft.Automation/automationAccounts/nizlatiAE2\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"nizlatiAE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-28T21:34:50.843-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/NotLinked4\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"NotLinked4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-10T11:34:44.76-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenatestAA987\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"OlenatestAA987\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-16T14:22:30.033-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/perfignitease/providers/Microsoft.Automation/automationAccounts/runcmd\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"runcmd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-14T20:06:40.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/srswarnaCDOrg/providers/Microsoft.Automation/automationAccounts/srswarnaCDO\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"srswarnaCDO\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-05T15:50:28.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stasku-same/providers/Microsoft.Automation/automationAccounts/stasku-same-australia\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"stasku-same-australia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T19:14:18.023-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/swdqwd\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"swdqwd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-08T23:30:46.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/AA20160113\",\r\n \"location\": \"Central India\",\r\n \"name\": \"AA20160113\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T13:08:29.777-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Central-India/providers/Microsoft.Automation/automationAccounts/ashutosh\",\r\n \"location\": \"Central India\",\r\n \"name\": \"ashutosh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-10T16:40:25.22-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-CIN/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-CIN\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-CIN\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:28:01.27-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/befisheCID/providers/Microsoft.Automation/automationAccounts/befisheCID\",\r\n \"location\": \"Central India\",\r\n \"name\": \"befisheCID\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-15T12:04:10.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/ikanniINDIA\",\r\n \"location\": \"Central India\",\r\n \"name\": \"ikanniINDIA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-24T10:23:22.237-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRG1/providers/Microsoft.Automation/automationAccounts/LahariCID\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"LahariCID\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-04T16:21:54.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/testaa33545\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"testaa33545\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-12T17:50:20.533-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/thomas-india\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"thomas-india\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-11T14:26:38.177-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b/providers/Microsoft.Automation/automationAccounts/Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b\",\r\n \"location\": \"Central India\",\r\n \"name\": \"Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-12T13:36:47.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlcentralindia/providers/Microsoft.Automation/automationAccounts/umgqlcentralindia\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"umgqlcentralindia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T14:55:23.903-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivAccuontasfdasfd\",\r\n \"location\": \"Central India\",\r\n \"name\": \"VivAccuontasfdasfd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T12:28:32.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/AA-0826\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AA-0826\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T11:36:24.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaur-ncus/providers/Microsoft.Automation/automationAccounts/aa-avkaur-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aa-avkaur-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-24T15:31:48.14-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/aaCanary1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aaCanary1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T20:27:32.817-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-mpenta-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aa-mpenta-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T15:17:07.343-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/AccountNCUSAK\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AccountNCUSAK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-05T16:54:56.177-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/ag-canary\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ag-canary\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:10:46.657-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ana-test/providers/Microsoft.Automation/automationAccounts/ana-account\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ana-account\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T16:32:14.287-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anaion-hw/providers/Microsoft.Automation/automationAccounts/anaion\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"anaion\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-24T17:25:28.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/AnatoliB\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AnatoliB\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T12:54:20.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/atchubRG/providers/Microsoft.Automation/automationAccounts/AtchubCanary\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AtchubCanary\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-11T16:42:08.607-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/azauto-y4k22qxuygqjm\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"azauto-y4k22qxuygqjm\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-27T14:54:39.54-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BCDRTestRG/providers/Microsoft.Automation/automationAccounts/BCDRTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"BCDRTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-03T13:26:24.09-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/befishencus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"befishencus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-22T18:06:40.927-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carlocrunastestaccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"carlocrunastestaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T11:10:41.433-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carlocTestModuleRefresh\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"carlocTestModuleRefresh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-10T15:01:29.763-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg4/providers/Microsoft.Automation/automationAccounts/elvgeastus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"elvgeastus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-27T11:34:35.74-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestRG/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T22:37:24.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestRG/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTestEUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTestEUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T22:57:10.93-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-27T13:51:51.65-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test2\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-27T17:29:50.47-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test3\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-27T11:47:59.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htNcus1\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"htNcus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-25T11:02:29.98-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-NCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"IKANNI-NCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-17T17:17:03.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/khughesEastUsTest2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"khughesEastUsTest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T13:20:01.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariBasicAccount/providers/Microsoft.Automation/automationAccounts/LahariBasicAccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"LahariBasicAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-18T17:33:48.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRG2BillingTest/providers/Microsoft.Automation/automationAccounts/LahariRGBillingTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"LahariRGBillingTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-19T10:59:51.48-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"mo-aaa-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-03T13:37:24.63-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/mpentaNcus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"mpentaNcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-14T14:56:48.103-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:26:05.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest10\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest10\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:35:29.83-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest11\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest11\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:00.427-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest12\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest12\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:27.13-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest13\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest13\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:51.193-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest14\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest14\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:37:15.413-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest15\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest15\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:37:45.307-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest16\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest16\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:38:20.103-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest17\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest17\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:38:49.217-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest18\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest18\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:39:16.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest19\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest19\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:39:48.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest2\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:30:54.507-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest20\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest20\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:40:21.5-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest21\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-05T09:28:14.18-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest3\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:31:29.007-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest4\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:02.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest5\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:28.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest6\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:58.323-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest7\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:33:29.09-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest8\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:34:14.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest9\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest9\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:34:54.517-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/NCUSOlenaAccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"NCUSOlenaAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T22:18:56.507-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati3\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"nizlati3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T11:28:51.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati5\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"nizlati5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-14T13:16:16.01-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun/providers/Microsoft.Automation/automationAccounts/nobun-automation-ncus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"nobun-automation-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-30T11:44:40.947-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab1/providers/Microsoft.Automation/automationAccounts/noonboardingcheck\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"noonboardingcheck\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-20T11:15:26.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Oct15Regression\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"Oct15Regression\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-15T14:38:25.523-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielncus/providers/Microsoft.Automation/automationAccounts/raystonedsc\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"raystonedsc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-02T09:58:16.983-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/satautoncusnewsub1\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"satautoncusnewsub1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-23T20:27:27.6-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguhancus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"sguhancus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T23:46:51.14-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhancus/providers/Microsoft.Automation/automationAccounts/sguhaNCUSTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"sguhaNCUSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T17:52:32.533-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/srinccus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"srinccus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:28:41.487-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/SriNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"SriNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T16:51:10.577-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/stateconfiguration36e\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"stateconfiguration36e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T09:29:59.083-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthCentralUS/providers/Microsoft.Automation/automationAccounts/thomas-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"thomas-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:19:20.417-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-NCUS2\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"Thomas-NCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T23:41:38.083-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"tomngu-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-12T20:43:38.857-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlnorthcentralus/providers/Microsoft.Automation/automationAccounts/umgqlnorthcentralus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"umgqlnorthcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:03:51.017-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/VivAccountNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivAccountNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-29T17:45:32.097-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasagentsvccurrent/providers/Microsoft.Automation/automationAccounts/VivAccountQoSCheck\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"VivAccountQoSCheck\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-05-20T11:35:09.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivCanaryNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivCanaryNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-15T12:17:39.343-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthCentralUS/providers/Microsoft.Automation/automationAccounts/VivNCUS1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUS1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T12:45:11.397-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/VivNCUSadf\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSadf\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-18T11:53:53.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivNCUSFinal\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSFinal\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-29T19:11:35.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGropup/providers/Microsoft.Automation/automationAccounts/VivNCUSVerif\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSVerif\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-07T12:24:07.797-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/vivnertncussfsfsg\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"vivnertncussfsfsg\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T13:29:58.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Vivsasfajklsdfl\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"Vivsasfajklsdfl\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-15T12:14:24.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielncus/providers/Microsoft.Automation/automationAccounts/weijielncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"weijielncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T15:27:43.377-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/gatest/providers/Microsoft.Automation/automationAccounts/LocTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"LocTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-22T16:18:55.1433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/build2017/providers/Microsoft.Automation/automationAccounts/loctesttest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"loctesttest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T08:56:28.1466667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestWH-mirichmo-EastUS-rg/providers/Microsoft.Automation/automationAccounts/TestWH-mirichmo-EastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"TestWH-mirichmo-EastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T14:12:00.52-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abghairg/providers/Microsoft.Automation/automationAccounts/abghaieap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"abghaieap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-31T19:17:18.1866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmaEAP/providers/Microsoft.Automation/automationAccounts/bhbrahmaEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"bhbrahmaEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-02T16:47:07.3733333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/eapRG/providers/Microsoft.Automation/automationAccounts/eapAutomation\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"eapAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:34:50.7533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WebhookRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-04T14:01:49.6566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Gatest/providers/Microsoft.Automation/automationAccounts/GATest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"GATest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-28T12:20:57.5566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htEap1\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"htEap1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:06:41.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-TEST-EUAP-RG/providers/Microsoft.Automation/automationAccounts/ikanni-TEST-EUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"ikanni-TEST-EUAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-22T14:44:12.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JemalEAPRG/providers/Microsoft.Automation/automationAccounts/JemalEAPAutomation\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"JemalEAPAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-16T14:39:38.37-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JemalEAPRG/providers/Microsoft.Automation/automationAccounts/JemaltestAccountEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"JemaltestAccountEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-29T06:08:57.1333333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/jzignite2018AA\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"jzignite2018AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T16:02:28.7133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariAzC\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"LahariAzC\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-21T16:08:45.77-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-EAP-test-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-EAP-test\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"mirichmo-EAP-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-16T15:21:25.8433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-aa-eap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"sguha-aa-eap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-11T12:40:25.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/srswarnarg/providers/Microsoft.Automation/automationAccounts/srswarnatest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"srswarnatest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-11T15:03:31.1766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestEAPSetup/providers/Microsoft.Automation/automationAccounts/TestEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"TestEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-27T12:59:49.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-EAP-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-EAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"TEST-IKANNI-EAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-07T16:35:12.3133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-EAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"Thomas-EAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"abcd\": \"abcde\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-04T11:09:50.1066667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-EAP2\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"Thomas-EAP2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-29T10:13:34.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-eap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"tomngu-eap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T11:28:56.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/FC-Test1\",\r\n \"location\": \"francecentral\",\r\n \"name\": \"FC-Test1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-29T14:22:31.5333333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.75-07:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31&%24skiptoken=PYy9DoIwGADfpTFupX%2bASkIMg5tO6AO0pWhDaJt%2bhRgJ7y4ubpdc7hbkzDtdrRsAVQu6NO390XJUoVdKASpCRunk04zGpUx%2bpmgy7ccqzwWBSYGONiTrHZCcc1XqkuFToSjOORNYCWXwgR%2b5YEXXH1hHQvSz7UwEcrM6evB9ypop%2bVH%2bJkT%2bsdHaTy7BWQaL5y3YdM0pKzCjWLD9DgYbakYpWtcv\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "217272"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-original-request-ids": [
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c",
+ "fd4f09d8-78b9-4ef1-878d-04bc1ea5bf3c"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11998"
+ ],
+ "x-ms-request-id": [
+ "e5025b61-161e-41f3-bc9b-67844c031a90"
+ ],
+ "x-ms-correlation-request-id": [
+ "e5025b61-161e-41f3-bc9b-67844c031a90"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203542Z:e5025b61-161e-41f3-bc9b-67844c031a90"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:42 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-0928\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-0928\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T15:36:07.513-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/newrg/providers/Microsoft.Automation/automationAccounts/aa-0929\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-0929\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T16:07:20.827-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Test/providers/Microsoft.Automation/automationAccounts/AA-0931\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AA-0931\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-29T12:00:51.017-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/AA20160102\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AA20160102\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-02T01:59:58.21-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/aa-avkaur\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-avkaur\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-21T14:25:34.803-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-ggopaldemo1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-ggopaldemo1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T07:50:12.047-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-ggopaldemoNEW1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"aa-ggopaldemoNEW1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T10:36:04.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/abhinav-jpes\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"abhinav-jpes\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:13:21.863-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AccountRGAK/providers/Microsoft.Automation/automationAccounts/AccountAK\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AccountAK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T14:14:10.077-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/AhoyThere\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AhoyThere\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-01T09:39:52.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/AhoyThereAgain\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"AhoyThereAgain\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-01T09:44:08.55-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/Automate-4156653-EJP\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automate-4156653-EJP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-08T16:30:00.963-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EJP/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-EJP\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-EJP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:33:27.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0415/providers/Microsoft.Automation/automationAccounts/Automation0415\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automation0415\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-15T10:59:00.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0416/providers/Microsoft.Automation/automationAccounts/Automation0416\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"Automation0416\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-15T11:07:27.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/azureaa\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"azureaa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:32:44.307-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/balukjpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"balukjpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-24T14:45:17.943-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/befisheGalleryDeployment\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"befisheGalleryDeployment\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-13T12:20:03.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/csandjpnsmoketest\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"csandjpnsmoketest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-22T17:49:58.657-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EJP/providers/Microsoft.Automation/automationAccounts/CustomAA\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"CustomAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T15:35:43.133-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dableJPES01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dableJPES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:16:06.997-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeJPES01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dalbeJPES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T17:17:15.053-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeJPES02\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dalbeJPES02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-02T19:44:27.933-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/dddd11111\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"dddd11111\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:34:51.943-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/deploymenttest-07-07\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"deploymenttest-07-07\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-07T18:51:59.78-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/galleryTest\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"galleryTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-10T12:16:45.77-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htJpe1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"htJpe1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:11:55.653-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikann-test1234-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-0703-E2E\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"IKANNI-0703-E2E\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-03T20:46:09.553-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Ikanni-FirstUserExperince\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"Ikanni-FirstUserExperince\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-07T16:40:22.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/ikanni-jpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"ikanni-jpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-28T08:53:27.847-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/ikanni-JPE-BASICTIER\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"ikanni-JPE-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-20T06:16:32.143-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNITEST01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"IKANNITEST01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-07T11:51:27.003-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-WCUS-RG/providers/Microsoft.Automation/automationAccounts/ikanni-WCUS\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"ikanni-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-25T15:42:33.18-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqljapaneast/providers/Microsoft.Automation/automationAccounts/JPE-Automation\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"JPE-Automation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T16:58:39.487-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JPEDeploy1/providers/Microsoft.Automation/automationAccounts/JPEDDeployDSC1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"JPEDDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T16:39:15.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/MMSDemo/providers/Microsoft.Automation/automationAccounts/MMSDemoAccount\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"MMSDemoAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-27T16:24:23.22-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/mpentaTriggerServiceJPE1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"mpentaTriggerServiceJPE1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T10:57:06.727-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-rg-jpe/providers/Microsoft.Automation/automationAccounts/najams-aa-jpe\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"najams-aa-jpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T17:37:05.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/newaa1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"newaa1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-02T11:33:51.79-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/nyanco23\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"nyanco23\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-23T15:32:32.34-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/oaastest0804\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"oaastest0804\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-04T17:43:53.777-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Japan-East/providers/Microsoft.Automation/automationAccounts/PSAPTestJpe\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"PSAPTestJpe\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-02-03T13:47:00.313-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SanjeevhRG/providers/Microsoft.Automation/automationAccounts/SanjeevhAutomation\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SanjeevhAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-07T16:14:14.87-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/somedummytestaccount1\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"somedummytestaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:30:37.577-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-2015-12-09-061735_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-2015-12-09-061735\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-2015-12-09-061735\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-09T18:18:08.163-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-2015-12-09-071245_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-2015-12-09-071245\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-2015-12-09-071245\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-09T19:13:12.763-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SP-Demo-CertExpiry2016-02-21-033325_RG/providers/Microsoft.Automation/automationAccounts/SP-Demo-CertExpiry2016-02-21-033325\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SP-Demo-CertExpiry2016-02-21-033325\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-21T15:33:57.223-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/SriJPE\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"SriJPE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T09:58:12.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/TEST01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TEST01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-28T15:31:54.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-CANBEDELETE-01_RG/providers/Microsoft.Automation/automationAccounts/TEST-CANBEDELETE-01\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TEST-CANBEDELETE-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-24T15:16:31.99-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TESTFromARM-RG/providers/Microsoft.Automation/automationAccounts/TESTFromARM\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"TESTFromARM\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-06T09:51:21.437-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testgaryke/providers/Microsoft.Automation/automationAccounts/testgaryke\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testgaryke\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-06-23T15:09:10.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TESTIKANNI-PROD-MSI-001-RG/providers/Microsoft.Automation/automationAccounts/TESTIKANNI-PROD-MSI-001\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"TESTIKANNI-PROD-MSI-001\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-30T13:03:01.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testxx123acct\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testxx123acct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:36:03.877-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testyy123acct\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testyy123acct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:38:31.707-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testz1acc\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testz1acc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:40:41.037-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/balukrg/providers/Microsoft.Automation/automationAccounts/testzz123acc\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"testzz123acc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:39:27.083-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/t-jafe-account1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"t-jafe-account1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-31T14:11:46.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hfghhdh/providers/Microsoft.Automation/automationAccounts/tregbgd\",\r\n \"location\": \"japaneast\",\r\n \"name\": \"tregbgd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-18T19:11:51.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VEL-SP-Demo-2016-02-09-043618_RG/providers/Microsoft.Automation/automationAccounts/VEL-SP-Demo-2016-02-09-043618\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VEL-SP-Demo-2016-02-09-043618\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-09T04:36:51.37-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/VivAccountMarketPlace\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivAccountMarketPlace\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T14:34:56.237-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivAccountSEA0308\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivAccountSEA0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:30:23.223-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/Vivlinasgd\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"Vivlinasgd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-10T17:57:01.143-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivLingaiah\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"VivLingaiah\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-03T13:51:28.567-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/weijielacct1\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"weijielacct1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T13:32:17.823-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijiel/providers/Microsoft.Automation/automationAccounts/weijieljp\",\r\n \"location\": \"Japan East\",\r\n \"name\": \"weijieljp\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T16:24:28.547-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.067-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ctitest-rg/providers/Microsoft.Automation/automationAccounts/aa-ctitest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"aa-ctitest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-15T16:10:24.293-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/aa-miaoh2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"aa-miaoh2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-17T13:37:50.857-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasagwebhookwebhookservice/providers/Microsoft.Automation/automationAccounts/aa-mpenta-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"aa-mpenta-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-07T19:01:43.19-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shipramrg/providers/Microsoft.Automation/automationAccounts/aaproxytest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"aaproxytest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-19T14:27:02.133-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaasCS422b6c61-95b0-4213-b3be-7282315df71d-East-US/providers/Microsoft.Automation/automationAccounts/AccountEastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"AccountEastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-06T11:01:20.997-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/accountest1RG/providers/Microsoft.Automation/automationAccounts/accountest1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accountest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T12:51:11.623-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/accounttest1RG2/providers/Microsoft.Automation/automationAccounts/accounttest1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accounttest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T12:53:05.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/accountTestCanBeDeleted\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"accountTestCanBeDeleted\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-19T08:27:07.697-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/alevineAccountMayFail\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"alevineAccountMayFail\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-04T14:28:19.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/alevineAutoSub2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"alevineAutoSub2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-02-11T11:46:40.717-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nxoawtesting/providers/Microsoft.Automation/automationAccounts/Automate-2827499-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-2827499-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-02T16:29:58.877-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3200257-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3200257-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T11:10:06-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3297488-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3297488-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-08T14:36:33.71-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/build2017/providers/Microsoft.Automation/automationAccounts/Automate-3633236-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3633236-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-10T17:35:21.277-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-3835013-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-3835013-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-26T15:22:30.32-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-EUS/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-24T09:54:33.16-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/apidebug/providers/Microsoft.Automation/automationAccounts/Automate-5368464-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-5368464-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T14:15:05.63-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-6487177-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-6487177-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-06T13:34:44.777-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-7109714-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-7109714-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-21T14:22:06.033-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/example1/providers/Microsoft.Automation/automationAccounts/Automate-7468462-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-7468462-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-21T09:38:28.827-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/apidebug/providers/Microsoft.Automation/automationAccounts/Automate-9035321-EUS\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automate-9035321-EUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:23:31.363-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Automation0516/providers/Microsoft.Automation/automationAccounts/Automation0516\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Automation0516\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-05-16T13:36:34.753-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/AzureModuleAutomation\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"AzureModuleAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-01-14T16:32:13.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-demo02\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-demo02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-19T17:09:49.2-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-demo1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-demo1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-19T17:07:26.883-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-eus2/providers/Microsoft.Automation/automationAccounts/bhbrahma-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"bhbrahma-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-14T14:37:54.347-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anwieber-AUS/providers/Microsoft.Automation/automationAccounts/cbareproeus2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"cbareproeus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-26T12:16:41.857-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos78fc0deea-6d40-4517-8a13-234e0448418e/providers/Microsoft.Automation/automationAccounts/Centos78fc0deea-6d40-4517-8a13-234e0448418e\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Centos78fc0deea-6d40-4517-8a13-234e0448418e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-10T16:01:02.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a/providers/Microsoft.Automation/automationAccounts/Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Centos7b98af3d5-c492-4b13-a2fb-0855da2d525a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-18T10:15:31.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dableEus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dableEus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-20T20:49:18.213-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeEus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dalbeEus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-20T20:52:05.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeEUS01\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"dalbeEUS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T18:05:57.61-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Danial\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Danial\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-05T10:45:02.543-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/deletemeaa1111\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"deletemeaa1111\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-02T13:11:16.597-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/deletethisaccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"deletethisaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T13:04:32.13-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/deploy113US\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"deploy113US\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-12-02T17:56:44.83-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/e2eShipramTest1/providers/Microsoft.Automation/automationAccounts/e2eshipramTest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"e2eshipramTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-15T14:48:39.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/egeretrheth\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"egeretrheth\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-09-09T12:37:53.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ApiDebug/providers/Microsoft.Automation/automationAccounts/elvan123\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"elvan123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-25T14:45:16.08-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/elvgRG67/providers/Microsoft.Automation/automationAccounts/elvantest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"elvantest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-19T13:05:57.227-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/elvgAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"elvgAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2014-04-30T21:55:49.69-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/EUS2Deploy1/providers/Microsoft.Automation/automationAccounts/EUS2DDeployDSC1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"EUS2DDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:44:04.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Example1/providers/Microsoft.Automation/automationAccounts/Example1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"Example1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-07T15:11:27.607-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/to-delete-01/providers/Microsoft.Automation/automationAccounts/fbs-aa-01\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"fbs-aa-01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T16:39:00.267-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"fcho-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T18:07:58.09-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group/providers/Microsoft.Automation/automationAccounts/felixTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"felixTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-06T17:00:50.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/hteus21\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"hteus21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T14:03:19.117-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-0918-EUS2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-0918-EUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-18T10:52:47.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-BASICTIER\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-18T22:12:18.4-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-EUs2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"IKANNI-EUs2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T18:29:08.247-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/ikanni-test\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ikanni-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-08T15:15:05.24-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/kaccount1\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"kaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-05T09:43:09.437-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/khughesTestJan1DeployAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"khughesTestJan1DeployAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-08T19:16:07.29-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LitwareResources/providers/Microsoft.Automation/automationAccounts/LitwareAutoAcct-A\",\r\n \"location\": \"EastUS2\",\r\n \"name\": \"LitwareAutoAcct-A\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"cost center\": \"100\",\r\n \"Kane\": \"AMC\",\r\n \"Cortlandt\": \"AMC\",\r\n \"Wallingford\": \"AMC\",\r\n \"Buchanan\": \"OLTL\",\r\n \"Lord\": \"OLTL\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-24T13:36:15.173-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LitwareResources/providers/Microsoft.Automation/automationAccounts/LitwareAutoAcct-B\",\r\n \"location\": \"EastUS2\",\r\n \"name\": \"LitwareAutoAcct-B\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"cost center\": \"100\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-12T13:24:45.727-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/miroman-eus2/providers/Microsoft.Automation/automationAccounts/miroman-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"miroman-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T16:41:32.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"mo-aaa-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T13:31:09.057-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/MokhtarEUS2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"MokhtarEUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-04T16:36:41.15-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/myAutomationAccount\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"myAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-15T12:04:07.627-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-eus2-rg/providers/Microsoft.Automation/automationAccounts/najams-eus2-aa\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"najams-eus2-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-02T10:21:28.54-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/NanThiTestProd01\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"NanThiTestProd01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-08-12T17:23:10.713-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati4\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nizlati4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-14T16:57:40.587-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun-eus2/providers/Microsoft.Automation/automationAccounts/nobun-oaas-eus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"nobun-oaas-eus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-09T11:25:51.557-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun/providers/Microsoft.Automation/automationAccounts/nobun-oaas-test-aa\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"nobun-oaas-test-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T10:21:21.583-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/norunbooks\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"norunbooks\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-11T17:17:21.38-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/nyanco334\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nyanco334\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-08T10:52:38.66-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/activity02132/providers/Microsoft.Automation/automationAccounts/nyancotest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"nyancotest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-02T17:06:07-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaAA1\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaAA1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T14:56:02.367-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olenaAA352\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olenaAA352\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T12:55:09.163-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olenaAA432\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olenaAA432\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T13:29:37.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount2222\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount2222\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:19:29.297-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount22223\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount22223\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:55:09.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount4567\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount4567\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T15:42:44.157-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccount456799\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OlenaTestAutomationAccount456799\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-13T18:17:31.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/olenatestrg16/providers/Microsoft.Automation/automationAccounts/OlenaTestAutomationAccountRg16\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestAutomationAccountRg16\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-01T15:18:43.753-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestPython\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestPython\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:22:47.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenaTestPython\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"OlenaTestPython\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:22:47.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/olentestPyAA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"olentestPyAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-12T21:30:59.37-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/omsaccount2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"omsaccount2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-22T22:32:30.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRG/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAA\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-17T15:31:23.23-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRG5/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAA5\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAA5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-22T20:32:19.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRGTest1/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAATest1\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAATest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-21T10:16:05.46-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSE2ETestRGTest2/providers/Microsoft.Automation/automationAccounts/OMSE2ETestAATest2\",\r\n \"location\": \"East US2\",\r\n \"name\": \"OMSE2ETestAATest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-20T12:19:44.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/PowershellGalleryDeploy\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"PowershellGalleryDeploy\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T10:59:41.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/RayAutomationAccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"RayAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-24T13:57:35.863-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/regTest2-4\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"regTest2-4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-04T10:08:22.307-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel716fb944f-04cd-48ba-8745-2f2163e08266/providers/Microsoft.Automation/automationAccounts/Rhel716fb944f-04cd-48ba-8745-2f2163e08266\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel716fb944f-04cd-48ba-8745-2f2163e08266\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-17T22:25:41.153-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03/providers/Microsoft.Automation/automationAccounts/Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel729d3b4ee-84f3-473a-9d86-7cdb98aede03\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T10:17:37.743-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007/providers/Microsoft.Automation/automationAccounts/Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel73b68216c-f2d2-4b7a-9bd1-788673d52007\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T15:31:45.453-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51/providers/Microsoft.Automation/automationAccounts/Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel73ba09f2a-b5fd-45bd-9331-5227bafdba51\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T13:49:36.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83/providers/Microsoft.Automation/automationAccounts/Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel77afe7593-b630-43e4-afe9-ca0259a0fd83\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T16:04:37.817-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c/providers/Microsoft.Automation/automationAccounts/Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel7b8b0812c-582c-49ca-a68b-7e6ea191465c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-17T10:57:08.003-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4/providers/Microsoft.Automation/automationAccounts/Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Rhel7caeba9db-d1a5-475f-b38e-b5c236770db4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-16T14:56:21.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/safeerRG/providers/Microsoft.Automation/automationAccounts/safeer\",\r\n \"location\": \"EastUs2\",\r\n \"name\": \"safeer\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-05T12:59:06.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/Sanjeevh\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Sanjeevh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-12T14:13:09.2-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sdkTestRG/providers/Microsoft.Automation/automationAccounts/sdkTestAccount\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sdkTestAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-21T13:55:18.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRGEUS/providers/Microsoft.Automation/automationAccounts/sguha-aa-1\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguha-aa-1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-06T20:18:02.103-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRGEUS/providers/Microsoft.Automation/automationAccounts/sguha-aa-eus\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguha-aa-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-12T12:28:40.873-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ggRG1/providers/Microsoft.Automation/automationAccounts/sguhasvcprincipaltest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"sguhasvcprincipaltest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-27T06:35:18.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/sguhatest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sguhatest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-15T21:07:00.837-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/AA-1231\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"AA-1231\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-06-17T15:30:41.727-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-WEU/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-WEU\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-WEU\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-15T16:00:04.933-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos744255934-7faa-4c82-89e2-363b13c7ed00/providers/Microsoft.Automation/automationAccounts/Centos744255934-7faa-4c82-89e2-363b13c7ed00\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos744255934-7faa-4c82-89e2-363b13c7ed00\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-08T14:14:43.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79af44142-86f1-4de4-8541-580d08db0a73/providers/Microsoft.Automation/automationAccounts/Centos79af44142-86f1-4de4-8541-580d08db0a73\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos79af44142-86f1-4de4-8541-580d08db0a73\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T09:47:48.807-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79b440116-b7df-423e-8e50-8879929b1b21/providers/Microsoft.Automation/automationAccounts/Centos79b440116-b7df-423e-8e50-8879929b1b21\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Centos79b440116-b7df-423e-8e50-8879929b1b21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T12:34:58.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeWES01\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"dalbeWES01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T10:00:20.733-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/elvgRG67/providers/Microsoft.Automation/automationAccounts/elvgWE\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"elvgWE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-20T12:19:36.453-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/fcho-cc-rg/providers/Microsoft.Automation/automationAccounts/fcho-we-omstest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"fcho-we-omstest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-24T15:07:36.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-weu/providers/Microsoft.Automation/automationAccounts/garyketestAccountE2EScenario\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"garyketestAccountE2EScenario\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-11-07T16:47:15.613-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWes1\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"htWes1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:12:28.45-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-WE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"IKANNI-WE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T16:27:06.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-WE2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"IKANNI-WE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-16T05:33:34.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/ikanni-WE-BASICTIER\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ikanni-WE-BASICTIER\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-19T13:29:46.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/imdstest/providers/Microsoft.Automation/automationAccounts/imdstest\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"imdstest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T13:19:43.71-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariBillingAccWeu\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"LahariBillingAccWeu\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-19T10:43:28.493-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Mo-Sev2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Mo-Sev2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T23:48:37.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-sev2/providers/Microsoft.Automation/automationAccounts/mo-sev2account\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"mo-sev2account\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T01:12:02.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-rg-centraluseuap/providers/Microsoft.Automation/automationAccounts/najamsaawesteurope\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"najamsaawesteurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-08T22:44:29.983-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rankum-wes-rg/providers/Microsoft.Automation/automationAccounts/rankum-wes-testsub\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"rankum-wes-testsub\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-25T00:37:54.203-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/release114WE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"release114WE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-12-17T14:48:02.39-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e/providers/Microsoft.Automation/automationAccounts/Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel70f307fc2-26a4-4037-b63e-961e01e87e9e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T11:19:54.027-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8/providers/Microsoft.Automation/automationAccounts/Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel72fd17a0a-97f0-4d66-8faf-b066743335c8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T12:29:16.65-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b/providers/Microsoft.Automation/automationAccounts/Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel75f26eff7-1905-4cd6-bcf6-1d9fd634890b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T15:57:36.743-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9/providers/Microsoft.Automation/automationAccounts/Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7966b62b6-73d6-4b88-8a8e-5e174089d4f9\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T17:16:33.723-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369/providers/Microsoft.Automation/automationAccounts/Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7d6cd31a0-cffc-4660-ac64-4ea420e92369\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-02T15:27:39.937-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3/providers/Microsoft.Automation/automationAccounts/Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7df8f61b1-3999-4614-8e92-60a0c220fed3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T06:49:56.067-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7e5d870de-7778-403d-b80a-01b8cd75b237/providers/Microsoft.Automation/automationAccounts/Rhel7e5d870de-7778-403d-b80a-01b8cd75b237\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7e5d870de-7778-403d-b80a-01b8cd75b237\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-19T10:35:46.027-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59/providers/Microsoft.Automation/automationAccounts/Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Rhel7f62bb230-282a-4a7d-8de9-810bc9acda59\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:25:47.347-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/RuhiWE\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"RuhiWE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T23:48:19.273-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguha-rg-we/providers/Microsoft.Automation/automationAccounts/sguha-aa-we\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"sguha-aa-we\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-12T12:31:26.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shipramrg/providers/Microsoft.Automation/automationAccounts/shipram-WES\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"shipram-WES\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T01:10:00.647-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stas-multi-vm-test-no-solution/providers/Microsoft.Automation/automationAccounts/stas-multi-vm-test-no-solution\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"stas-multi-vm-test-no-solution\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T18:19:55.6-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SureshTest20180520/providers/Microsoft.Automation/automationAccounts/SureshTest20180520\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"SureshTest20180520\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-20T03:17:08.34-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1166a3274c-b103-4831-add3-2bd0cdc70db7/providers/Microsoft.Automation/automationAccounts/Suse1166a3274c-b103-4831-add3-2bd0cdc70db7\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1166a3274c-b103-4831-add3-2bd0cdc70db7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-29T11:18:53.983-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce/providers/Microsoft.Automation/automationAccounts/Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1211b04295-a18a-4704-b5db-2adf7c4bcdce\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-19T09:43:32.13-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924/providers/Microsoft.Automation/automationAccounts/Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12313a4c99-1ded-4ba6-8e84-2fac747a2924\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T11:14:47.92-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05/providers/Microsoft.Automation/automationAccounts/Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12701d8c7d-df18-4ce5-a2be-c878932d2e05\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T07:36:20.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8/providers/Microsoft.Automation/automationAccounts/Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12810e2298-2c2d-4e2f-adcf-c6c7b29ddcf8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T17:45:32.073-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b/providers/Microsoft.Automation/automationAccounts/Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse1287554175-cd0e-44e1-b8b6-9d696eeb9b6b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-10T17:12:28.363-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949/providers/Microsoft.Automation/automationAccounts/Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12d27f6983-c4d8-4097-b69d-0bf7662f0949\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T00:15:59.05-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12fc795709-79c5-4e16-ac84-794d19b636ac/providers/Microsoft.Automation/automationAccounts/Suse12fc795709-79c5-4e16-ac84-794d19b636ac\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Suse12fc795709-79c5-4e16-ac84-794d19b636ac\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:03:31.423-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/testAccount\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T08:26:59.097-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/testtomngu0\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"testtomngu0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:17:30.47-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/ThomasWestEurope\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ThomasWestEurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T11:09:24.93-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-West-Europe/providers/Microsoft.Automation/automationAccounts/ThomasWestEurope3\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"ThomasWestEurope3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T15:47:30.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-t2/providers/Microsoft.Automation/automationAccounts/tobedeleted\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"tobedeleted\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-08T12:12:28.767-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:12:18.74-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration2\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:24:09.463-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-hydration3\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-hydration3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T16:23:42.65-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-integration-test\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-integration-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:22:15.043-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-test-0\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"tomngu-test-0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-16T10:31:55.19-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e/providers/Microsoft.Automation/automationAccounts/Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"Ubuntu162d0b2706-4240-483a-b0e0-7d7bc0421b9e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:58:23.803-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivAccountWE0308\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"VivAccountWE0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:05:46.32-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivWE2\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"VivWE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T22:55:26.377-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WEDeploy1/providers/Microsoft.Automation/automationAccounts/WEDDeployDSC1\",\r\n \"location\": \"westeurope\",\r\n \"name\": \"WEDDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:20:50.187-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0/providers/Microsoft.Automation/automationAccounts/WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"WS20122160f6ea-b2cf-4b42-9aa7-23393cd8b1a0\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-02T10:42:14.527-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20129ae48ae7-8414-4775-8445-af869ddac237/providers/Microsoft.Automation/automationAccounts/WS20129ae48ae7-8414-4775-8445-af869ddac237\",\r\n \"location\": \"West Europe\",\r\n \"name\": \"WS20129ae48ae7-8414-4775-8445-af869ddac237\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T15:17:08.107-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.96-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/demorg1/providers/Microsoft.Automation/automationAccounts/Automate-3843488-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-3843488-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-09T10:59:52.157-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-SEA/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T06:32:41.787-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/automation0415/providers/Microsoft.Automation/automationAccounts/Automate-9153364-SEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"Automate-9153364-SEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-10T17:10:30.187-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos713d6b911-3efd-4a97-be6a-a02d8279eb73/providers/Microsoft.Automation/automationAccounts/Centos713d6b911-3efd-4a97-be6a-a02d8279eb73\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos713d6b911-3efd-4a97-be6a-a02d8279eb73\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T15:08:23.877-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7415f9153-f388-470a-9715-66ff399350a3/providers/Microsoft.Automation/automationAccounts/Centos7415f9153-f388-470a-9715-66ff399350a3\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7415f9153-f388-470a-9715-66ff399350a3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-23T10:17:35.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos742710910-06d0-4136-8e64-5a770fdfb4df/providers/Microsoft.Automation/automationAccounts/Centos742710910-06d0-4136-8e64-5a770fdfb4df\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos742710910-06d0-4136-8e64-5a770fdfb4df\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T16:13:49.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a/providers/Microsoft.Automation/automationAccounts/Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos748d5ec6a-35bc-47c7-aacd-009d34b9640a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T10:21:15.84-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos76894aa37-00ca-4669-b94d-b5f734f3cb11/providers/Microsoft.Automation/automationAccounts/Centos76894aa37-00ca-4669-b94d-b5f734f3cb11\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos76894aa37-00ca-4669-b94d-b5f734f3cb11\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T13:28:59.01-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e/providers/Microsoft.Automation/automationAccounts/Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7833b7a94-d869-4f71-8dc4-81e5f3bdd90e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-03T22:45:33.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7903f4391-cd7a-48fd-ad91-612d34f65128/providers/Microsoft.Automation/automationAccounts/Centos7903f4391-cd7a-48fd-ad91-612d34f65128\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7903f4391-cd7a-48fd-ad91-612d34f65128\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-16T16:09:24.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos797964a71-1437-4000-8850-2aacc12251e3/providers/Microsoft.Automation/automationAccounts/Centos797964a71-1437-4000-8850-2aacc12251e3\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos797964a71-1437-4000-8850-2aacc12251e3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T15:48:03.323-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos79b4327c9-3ac2-4e4e-a38f-91809d930919/providers/Microsoft.Automation/automationAccounts/Centos79b4327c9-3ac2-4e4e-a38f-91809d930919\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos79b4327c9-3ac2-4e4e-a38f-91809d930919\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T13:07:49.153-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126/providers/Microsoft.Automation/automationAccounts/Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7b53654bd-d29c-4c37-9e5c-1c083f8f8126\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T10:32:52.69-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa/providers/Microsoft.Automation/automationAccounts/Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7ce1bbd75-d42d-4fe1-b340-afbdd735e0aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-19T12:47:47.537-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb/providers/Microsoft.Automation/automationAccounts/Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7dfdfdd00-3177-4b96-81d5-458e251adbdb\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T14:06:44.14-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7f08e29db-4a82-4daa-a74c-df0974e9506c/providers/Microsoft.Automation/automationAccounts/Centos7f08e29db-4a82-4daa-a74c-df0974e9506c\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7f08e29db-4a82-4daa-a74c-df0974e9506c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T10:06:56.237-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Centos7fa50a0e5-5e26-4719-a257-5f19711a8867/providers/Microsoft.Automation/automationAccounts/Centos7fa50a0e5-5e26-4719-a257-5f19711a8867\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Centos7fa50a0e5-5e26-4719-a257-5f19711a8867\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T10:48:23.747-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSEAS01\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"dalbeSEAS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T14:42:39.7-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/deploydsc/providers/Microsoft.Automation/automationAccounts/dscsea\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"dscsea\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-11T14:46:36.17-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htSea1\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"htSea1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T16:00:42.4-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Southeast-Asia/providers/Microsoft.Automation/automationAccounts/hungseaacct\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"hungseaacct\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-01T15:20:58.737-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newsea2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"newsea2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-27T09:05:43.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newseas1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"newseas1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-27T05:46:03.993-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rankum-sea-rg/providers/Microsoft.Automation/automationAccounts/rankum-SEA-testsub\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"rankum-SEA-testsub\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-24T19:33:57.833-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaasCS422b6c61-95b0-4213-b3be-7282315df71d-Southeast-Asia/providers/Microsoft.Automation/automationAccounts/rgtest\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"rgtest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-30T07:49:32.72-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1/providers/Microsoft.Automation/automationAccounts/Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel72eb6f462-99d9-4664-aeba-d855b0cf82b1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T10:20:23.303-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29/providers/Microsoft.Automation/automationAccounts/Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel751b1aebb-f447-4c1d-a8f2-1a1516e30e29\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-16T10:05:45.12-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95/providers/Microsoft.Automation/automationAccounts/Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7686a9d21-69a1-433e-8b76-178e2a8ced95\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T15:38:31.243-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel792d59973-f4f6-4b26-b547-804b8070b811/providers/Microsoft.Automation/automationAccounts/Rhel792d59973-f4f6-4b26-b547-804b8070b811\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel792d59973-f4f6-4b26-b547-804b8070b811\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-14T16:00:38.547-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel79768d2ed-c620-46ff-96e8-8f2502275eac/providers/Microsoft.Automation/automationAccounts/Rhel79768d2ed-c620-46ff-96e8-8f2502275eac\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel79768d2ed-c620-46ff-96e8-8f2502275eac\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T10:07:25.45-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895/providers/Microsoft.Automation/automationAccounts/Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c36add8f-4dfc-41bf-9316-a2ff234a2895\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T11:09:10.95-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6/providers/Microsoft.Automation/automationAccounts/Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c6bd1120-fe06-4ee7-97d2-7d1c140c96b6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-08T13:43:33.723-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7c8f27a55-08dd-4239-9483-861fe3791b25/providers/Microsoft.Automation/automationAccounts/Rhel7c8f27a55-08dd-4239-9483-861fe3791b25\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7c8f27a55-08dd-4239-9483-861fe3791b25\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-07T16:44:06.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848/providers/Microsoft.Automation/automationAccounts/Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7e9e3b7ef-1cdf-47af-9052-97734f8d1848\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T12:17:44.927-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041/providers/Microsoft.Automation/automationAccounts/Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Rhel7ea7dba4f-e5af-4139-a109-7e0a00b09041\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T10:24:22.423-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SEADeploy1/providers/Microsoft.Automation/automationAccounts/SEADDeployDSC1\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"SEADDeployDSC1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T14:27:25.223-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd/providers/Microsoft.Automation/automationAccounts/Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Suse122b645b9c-3466-46a0-83f3-d81109bf1dfd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T20:40:13.193-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa/providers/Microsoft.Automation/automationAccounts/Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Suse12be62617c-02ac-434b-9bb7-e7dc6e3da3aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-09T15:48:25.363-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testSEA/providers/Microsoft.Automation/automationAccounts/testSEA\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"testSEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-20T09:10:07.663-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alanshi-test/providers/Microsoft.Automation/automationAccounts/tobedeleted2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"tobedeleted2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"key\": \"value\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-08T12:19:33.127-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea/providers/Microsoft.Automation/automationAccounts/Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1609f5ffc7-0252-40d1-a675-2a6ec080e9ea\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-04T13:12:48.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31/providers/Microsoft.Automation/automationAccounts/Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu163f52d7ee-defa-4899-95cf-4e7ed395ce31\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T15:18:25.797-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f/providers/Microsoft.Automation/automationAccounts/Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1677593b4c-f682-49d2-97cc-7d67f45e676f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-30T16:04:26.057-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921/providers/Microsoft.Automation/automationAccounts/Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu1685d729df-5f28-42aa-8923-838c2c85c921\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-15T12:00:18.427-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038/providers/Microsoft.Automation/automationAccounts/Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16dd889988-ac81-46a1-933e-761f9cb3e038\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T14:44:01.14-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2/providers/Microsoft.Automation/automationAccounts/Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16f1b6e81d-84de-4ee2-b612-18d662804db2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-30T16:05:46.51-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad/providers/Microsoft.Automation/automationAccounts/Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"Ubuntu16fe5ef1bb-8880-4c18-acbf-44efdf3778ad\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-07T13:01:19.347-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlsoutheastasia/providers/Microsoft.Automation/automationAccounts/umgqlsoutheastasia\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"umgqlsoutheastasia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T17:55:50.583-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGroup/providers/Microsoft.Automation/automationAccounts/VivAccount\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-04-28T10:58:53.653-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasanirudhghookwebhookservice/providers/Microsoft.Automation/automationAccounts/VivAccountSEA\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivAccountSEA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-19T16:04:15.417-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/ViVAccountSEA030802\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"ViVAccountSEA030802\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-09T00:34:20.037-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGroup/providers/Microsoft.Automation/automationAccounts/VivCentralIndia\",\r\n \"location\": \"southeastasia\",\r\n \"name\": \"VivCentralIndia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-05T17:12:54.81-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivSEA2\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivSEA2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T23:02:25.377-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivSeaaccount\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"VivSeaaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T05:52:14.72-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1/providers/Microsoft.Automation/automationAccounts/WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"WS20127dc0296c-1610-450d-b8d9-71f9bae3b1f1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-15T14:06:33.627-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415/providers/Microsoft.Automation/automationAccounts/WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415\",\r\n \"location\": \"Southeast Asia\",\r\n \"name\": \"WS2012df9453e9-6423-4cbd-bba9-cd7f7c3df415\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T10:49:47.947-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.287-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/AA20160103\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"AA20160103\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-03T21:40:30.11-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahma-scus/providers/Microsoft.Automation/automationAccounts/bhbrahma-scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"bhbrahma-scus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T11:05:37.31-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmsSCUS/providers/Microsoft.Automation/automationAccounts/bhbrahmsSCUS\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"bhbrahmsSCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T10:15:06.257-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carloctestrg/providers/Microsoft.Automation/automationAccounts/carloctestaccscus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"carloctestaccscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T12:53:09.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carloctestscusmigration\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"carloctestscusmigration\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-12T06:50:58.463-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSCUS01\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"dalbeSCUS01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T13:50:15.75-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/dalbeSCUS02\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"dalbeSCUS02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-07T10:10:18.257-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htScus1\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"htScus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T16:00:12.473-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group-1/providers/Microsoft.Automation/automationAccounts/hungscus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"hungscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-24T15:52:12.42-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-SCUS\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"IKANNI-SCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-23T17:56:28.06-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/myNewRG/providers/Microsoft.Automation/automationAccounts/myNewAutomationAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"myNewAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-18T13:50:27-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/najams-scus-rg/providers/Microsoft.Automation/automationAccounts/najams-aa-scus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"najams-aa-scus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-30T21:01:30.81-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/newauto1\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"newauto1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-07-22T17:17:08.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/RegTest1123\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"RegTest1123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-23T10:37:37.16-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SCUSDeploy1/providers/Microsoft.Automation/automationAccounts/SCUSDeploy1\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"SCUSDeploy1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-14T16:32:35.517-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielrp/providers/Microsoft.Automation/automationAccounts/scweijie\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"scweijie\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-06-04T17:34:19.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/SraaviTestRG/providers/Microsoft.Automation/automationAccounts/SRaaviTestAutomationAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"SRaaviTestAutomationAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-11T08:53:42.9-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/stateconfiguration49f\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"stateconfiguration49f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T09:57:26.473-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WSVMClassicRG/providers/Microsoft.Automation/automationAccounts/TestAutomation\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"TestAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-24T22:52:41.24-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlsouthcentralus/providers/Microsoft.Automation/automationAccounts/umgqlsouthcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"umgqlsouthcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:07:12.59-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abuhanarg/providers/Microsoft.Automation/automationAccounts/vivaccuontscus\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"vivaccuontscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T12:29:44.433-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivsAccount\",\r\n \"location\": \"southcentralus\",\r\n \"name\": \"VivsAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-08T14:56:24.717-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/weijielscus\",\r\n \"location\": \"South Central US\",\r\n \"name\": \"weijielscus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T20:23:33.853-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.43-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/dalbe-kc2\",\r\n \"location\": \"koreacentral\",\r\n \"name\": \"dalbe-kc2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-06T15:15:53.9833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3033333-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestKC/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"Korea Central\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T15:02:35.77-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3033333-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTest/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"westus2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-18T14:34:57.29-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-aatest-wus2-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-aatest-WUS2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"mirichmo-aatest-WUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-27T10:29:14.9566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sakulal/providers/Microsoft.Automation/automationAccounts/sakulalWestUS2\",\r\n \"location\": \"westus2\",\r\n \"name\": \"sakulalWestUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-24T11:01:38.0733333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/suso-rg-westus2/providers/Microsoft.Automation/automationAccounts/suso-test\",\r\n \"location\": \"westus2\",\r\n \"name\": \"suso-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-19T10:47:54.3833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.5266667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestWH-mirichmo-WestUS2-rg/providers/Microsoft.Automation/automationAccounts/TestWH-mirichmo-WestUS2\",\r\n \"location\": \"West US2\",\r\n \"name\": \"TestWH-mirichmo-WestUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-11-05T10:06:31.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-05T10:06:31.49-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-SUK/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-SUK\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-SUK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T10:52:22.99-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/elvgTestAA\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"elvgTestAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-13T10:29:40.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/existingWebhookRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-12T16:42:42.01-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariUKSTest\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"LahariUKSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-16T09:19:05.3666667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/motest/providers/Microsoft.Automation/automationAccounts/motest01\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"motest01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-20T15:16:03.8-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/motest/providers/Microsoft.Automation/automationAccounts/motest02\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"motest02\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-20T17:28:22.0166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/ThomasUKS\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"ThomasUKS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-19T08:31:24.53-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-uks\",\r\n \"location\": \"uksouth\",\r\n \"name\": \"tomngu-uks\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-13T05:08:28.5266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.92-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA1117/providers/Microsoft.Automation/automationAccounts/AA1117\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AA1117\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-17T15:34:45.15-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA1221/providers/Microsoft.Automation/automationAccounts/AA1221\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AA1221\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-21T18:19:45.1566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc10c72606-4dc5-4e6d-aa5f-a41f582e5457/providers/Microsoft.Automation/automationAccounts/abc10c72606-4dc5-4e6d-aa5f-a41f582e5457\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc10c72606-4dc5-4e6d-aa5f-a41f582e5457\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:27:16.59-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc26ba58ff-840e-4725-a13b-a6bbf3efa48a/providers/Microsoft.Automation/automationAccounts/abc26ba58ff-840e-4725-a13b-a6bbf3efa48a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc26ba58ff-840e-4725-a13b-a6bbf3efa48a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T20:42:46.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf/providers/Microsoft.Automation/automationAccounts/abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc2d950698-7bf8-4bf5-b61c-cdb28e3978cf\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:38:48.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc36e4cd6e-c240-4166-9af5-997d8f0fa98b/providers/Microsoft.Automation/automationAccounts/abc36e4cd6e-c240-4166-9af5-997d8f0fa98b\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc36e4cd6e-c240-4166-9af5-997d8f0fa98b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:59:04.92-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc60275d0e-5884-4fec-89d3-d4a9d97298e2/providers/Microsoft.Automation/automationAccounts/abc60275d0e-5884-4fec-89d3-d4a9d97298e2\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc60275d0e-5884-4fec-89d3-d4a9d97298e2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T21:46:48.9166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc61d0af2c-a53d-47fd-a271-f4f29b55775f/providers/Microsoft.Automation/automationAccounts/abc61d0af2c-a53d-47fd-a271-f4f29b55775f\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc61d0af2c-a53d-47fd-a271-f4f29b55775f\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:04:52.5233333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc627de176-7a42-4597-887a-9ceb0cc4c6dc/providers/Microsoft.Automation/automationAccounts/abc627de176-7a42-4597-887a-9ceb0cc4c6dc\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc627de176-7a42-4597-887a-9ceb0cc4c6dc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:33:03.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc701694ac-aa6e-4f67-92c2-761b31866b31/providers/Microsoft.Automation/automationAccounts/abc701694ac-aa6e-4f67-92c2-761b31866b31\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc701694ac-aa6e-4f67-92c2-761b31866b31\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:15:41.3666667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc77a13622-2493-4447-ba3d-b245943867ef/providers/Microsoft.Automation/automationAccounts/abc77a13622-2493-4447-ba3d-b245943867ef\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc77a13622-2493-4447-ba3d-b245943867ef\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-10T11:36:10.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6/providers/Microsoft.Automation/automationAccounts/abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc90ec8de8-c9bc-4b3c-beba-2ced0ea8dcf6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:21:29.66-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc95e527d8-8331-487f-be73-1a9b11bd44d3/providers/Microsoft.Automation/automationAccounts/abc95e527d8-8331-487f-be73-1a9b11bd44d3\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc95e527d8-8331-487f-be73-1a9b11bd44d3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:09:54.47-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa/providers/Microsoft.Automation/automationAccounts/abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abc96f0deaa-7a0b-4ed4-84d3-6ce35b0467aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:44:36.12-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abca0a26463-4fb7-4a91-bd7b-850f59fecd14/providers/Microsoft.Automation/automationAccounts/abca0a26463-4fb7-4a91-bd7b-850f59fecd14\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abca0a26463-4fb7-4a91-bd7b-850f59fecd14\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:50:29.07-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abca0bf6210-0fe3-47a3-aa1b-9dd95428d317/providers/Microsoft.Automation/automationAccounts/abca0bf6210-0fe3-47a3-aa1b-9dd95428d317\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abca0bf6210-0fe3-47a3-aa1b-9dd95428d317\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:27:42.2766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcb40a59c0-ff5f-4260-bcce-3613e70a0f98/providers/Microsoft.Automation/automationAccounts/abcb40a59c0-ff5f-4260-bcce-3613e70a0f98\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcb40a59c0-ff5f-4260-bcce-3613e70a0f98\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:53:18.0833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcd31e5895-c66a-4ac4-89dd-5dc868e939a8/providers/Microsoft.Automation/automationAccounts/abcd31e5895-c66a-4ac4-89dd-5dc868e939a8\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcd31e5895-c66a-4ac4-89dd-5dc868e939a8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:43:26.2133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abcda1206fc-2da4-4882-a0eb-f748ec8f09c4/providers/Microsoft.Automation/automationAccounts/abcda1206fc-2da4-4882-a0eb-f748ec8f09c4\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abcda1206fc-2da4-4882-a0eb-f748ec8f09c4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T15:36:58.78-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abced172393-f50b-48c9-933b-4823c274549a/providers/Microsoft.Automation/automationAccounts/abced172393-f50b-48c9-933b-4823c274549a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"abced172393-f50b-48c9-933b-4823c274549a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-07T14:47:24.6833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-11-08T12:35:43.69-08:00\",\r\n \"lastModifiedTime\": \"2018-11-08T12:35:43.69-08:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/accounttest11-13-2017\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"accounttest11-13-2017\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T12:37:01.18-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/adeleteaa122\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"adeleteaa122\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-22T12:12:53.03-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anatolib-icm82513164-repro-rg/providers/Microsoft.Automation/automationAccounts/anatolib-icm82513164-repro-aa\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"anatolib-icm82513164-repro-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-18T11:43:53.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatoliB-WCUS2/providers/Microsoft.Automation/automationAccounts/AnatoliB-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AnatoliB-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-15T10:03:38.25-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/group-1/providers/Microsoft.Automation/automationAccounts/Automate-1138864-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-1138864-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:50:05.7466667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/Automate-1656974-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-1656974-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-30T11:24:18.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/group-1/providers/Microsoft.Automation/automationAccounts/Automate-3482930-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-3482930-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-08T12:32:27.8466667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/demo-wcus-1/providers/Microsoft.Automation/automationAccounts/Automate-3677983-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-3677983-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T12:13:23.6866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-WCUS/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-23T13:26:10.49-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaurtest/providers/Microsoft.Automation/automationAccounts/Automate-8108879-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Automate-8108879-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T14:57:01.36-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/wcusRg/providers/Microsoft.Automation/automationAccounts/AutomationAccountLahari\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"AutomationAccountLahari\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:26:59.0366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmaProdTestingWCUS/providers/Microsoft.Automation/automationAccounts/bhbrahmaProdTestingWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"bhbrahmaProdTestingWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-29T17:18:50.84-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/Build2017AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Build2017AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-25T18:40:40.3-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/BuildIntTestWCUSAA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"BuildIntTestWCUSAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-17T14:19:45.32-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/buildinttestwcusAA2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"buildinttestwcusAA2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-24T21:42:25.6133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocTestWcus/providers/Microsoft.Automation/automationAccounts/carlocTestWcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"carlocTestWcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-29T04:36:27.2966667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocwcustestrg1/providers/Microsoft.Automation/automationAccounts/carlocwcustestaccount1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"carlocwcustestaccount1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-14T08:41:40.5933333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/dalbe/providers/Microsoft.Automation/automationAccounts/dalbeSPN-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"dalbeSPN-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-31T19:43:39.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/elvanwcus2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvanwcus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-02T12:42:48.3266667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Group-1/providers/Microsoft.Automation/automationAccounts/elvgtestaa13\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvgtestaa13\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-07T17:57:41.58-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ApiDebug/providers/Microsoft.Automation/automationAccounts/elvgTestAccount123\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"elvgTestAccount123\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T12:34:02.1233333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/wcusRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-12T16:47:53.12-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWcus1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"htWcus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:06:24.0633333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htWcusNewImage\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"htWcusNewImage\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-29T15:30:19.5533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-test-wcus-kqlAA-RG/providers/Microsoft.Automation/automationAccounts/ikanni-test-wcus-kqlAA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ikanni-test-wcus-kqlAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-01T14:00:30.0366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"IKANNI-UpdateMgmt-Test-MultiHome-WS01-Primary-AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-12T12:46:35.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/IKANNI-VMAttach-Account01-RG/providers/Microsoft.Automation/automationAccounts/IKANNI-VMAttach-Account01\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"IKANNI-VMAttach-Account01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-23T18:35:08.5633333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikuseVmMsiAndHybrid-RG/providers/Microsoft.Automation/automationAccounts/ikuseVmMsiAndHybrid\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ikuseVmMsiAndHybrid\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-07-14T08:34:37.2966667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/katwill-test-rg/providers/Microsoft.Automation/automationAccounts/katwill-automation-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"katwill-automation-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-23T14:45:00.1166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ketran-test-1/providers/Microsoft.Automation/automationAccounts/ketran-test-1-1\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ketran-test-1-1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-06T14:51:07.4566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/kjohn-sandbox-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"kjohn-sandbox-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-03T10:13:26.0366667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/kjohn-sandbox-wcus-proddev\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"kjohn-sandbox-wcus-proddev\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-03T14:33:57.9766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/krutavtestwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"krutavtestwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-19T17:57:55.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/lahariwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"lahariwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-02T08:39:54.86-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariWCUSTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"LahariWCUSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-16T09:17:44.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-WCUS-test-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-WCUS-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"mirichmo-WCUS-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-17T11:17:20.1766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-ga/providers/Microsoft.Automation/automationAccounts/mo-gaaa\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"mo-gaaa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-22T15:30:39.83-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Movetest/providers/Microsoft.Automation/automationAccounts/Movetest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Movetest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-13T10:28:20.49-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/movetesttarget/providers/Microsoft.Automation/automationAccounts/movetesttarget\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"movetesttarget\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-13T10:29:16.2866667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NanThiTest-RG/providers/Microsoft.Automation/automationAccounts/NanThi-PSCmdletTest-AA01\",\r\n \"location\": \"WestCentralUS\",\r\n \"name\": \"NanThi-PSCmdletTest-AA01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"TagKey1\": \"TagValue1\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-29T06:19:53.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/nizlatiWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"nizlatiWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-05T11:47:34.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/OMSDemoElephant\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"OMSDemoElephant\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-11T11:53:42.1-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OMSDemoElephant2/providers/Microsoft.Automation/automationAccounts/OMSDemoElephant2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"OMSDemoElephant2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-11T12:02:46.44-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NanThiTest-RG/providers/Microsoft.Automation/automationAccounts/PS-601PreviewAcc-a\",\r\n \"location\": \"WestCentralUS\",\r\n \"name\": \"PS-601PreviewAcc-a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"MyKey\": \"MyValue\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-25T15:50:30.7366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PSCmdletTest-RG/providers/Microsoft.Automation/automationAccounts/PSCmdletTestAccount01\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"PSCmdletTestAccount01\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-31T18:37:23.68-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62/providers/Microsoft.Automation/automationAccounts/Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel74015fdd3-e18a-4a63-85e6-0ec120246b62\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:06:55.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel776a4b727-8597-44aa-b611-9d99a567374d/providers/Microsoft.Automation/automationAccounts/Rhel776a4b727-8597-44aa-b611-9d99a567374d\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel776a4b727-8597-44aa-b611-9d99a567374d\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T15:19:26.05-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537/providers/Microsoft.Automation/automationAccounts/Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel7af9e35e8-fdb4-4a1e-bda6-202d01a64537\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:01:41.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725/providers/Microsoft.Automation/automationAccounts/Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Rhel7ef8ce920-b9c7-488b-ace3-28b0729e9725\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T09:44:50.0166667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-aa-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"sguha-aa-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"container\": \"yes\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-11T12:35:00.23-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-wcus-2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"sguha-wcus-2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-10T06:11:09.2433333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stas-updatemgmt-prod/providers/Microsoft.Automation/automationAccounts/stas-east-us\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"stas-east-us\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T12:34:15.4033333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse121663d25e-6007-4c48-9597-f4c2d612f99a/providers/Microsoft.Automation/automationAccounts/Suse121663d25e-6007-4c48-9597-f4c2d612f99a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse121663d25e-6007-4c48-9597-f4c2d612f99a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T15:17:41.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a/providers/Microsoft.Automation/automationAccounts/Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse1272bc81b4-cd65-4e2f-8b96-319b77563e6a\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T09:12:59.4266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12997de1a4-1d25-4090-8ccc-4eade4c56202/providers/Microsoft.Automation/automationAccounts/Suse12997de1a4-1d25-4090-8ccc-4eade4c56202\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse12997de1a4-1d25-4090-8ccc-4eade4c56202\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:07:40.5266667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6/providers/Microsoft.Automation/automationAccounts/Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Suse12b071cdf8-a94e-46db-8792-77fe6ac871f6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-08T11:00:56.5366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Build2017/providers/Microsoft.Automation/automationAccounts/Test2017AA\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"Test2017AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-12T15:03:29.9866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-WCUS-08282017-Rg/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-WCUS-08282017\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"TEST-IKANNI-WCUS-08282017\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-28T09:25:19.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/TestScheduleNewAccount\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"TestScheduleNewAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-01T17:33:28.7933333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/testwcus/providers/Microsoft.Automation/automationAccounts/testwcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"testwcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-01T16:26:39.9533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/ThomasWCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"ThomasWCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-19T08:09:29.0633333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/thomas-WCUS2\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"thomas-WCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-19T06:02:37.3533333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/t-kawil-test2/providers/Microsoft.Automation/automationAccounts/t-kawil-auto-WCUS\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"t-kawil-auto-WCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-28T13:39:53.95-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-automation\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-automation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T10:40:33.25-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/tomngu-automation-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-automation-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-29T10:18:40.0933333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-integ-test\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-integ-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-06T16:31:30.63-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-ncus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-13T10:29:21.78-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-wcus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"tomngu-wcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-13T05:09:12.8366667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff/providers/Microsoft.Automation/automationAccounts/Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"Ubuntu16718599d9-bda6-4f3a-89b8-a3cbde3d11ff\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-27T16:14:54.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlwestcentralus/providers/Microsoft.Automation/automationAccounts/umgqlwestcentralus\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"umgqlwestcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:31:46.93-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-wcus/providers/Microsoft.Automation/automationAccounts/UpdatesAtchub-WCUS-AA-OaasTest\",\r\n \"location\": \"westcentralus\",\r\n \"name\": \"UpdatesAtchub-WCUS-AA-OaasTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-24T07:00:23.0833333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be/providers/Microsoft.Automation/automationAccounts/WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"WS2012065fd000-e8a0-4e46-87f4-b2386a5b36be\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-12T16:07:03.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012ae40ab47-a1ca-4634-9bee-1196fe700954/providers/Microsoft.Automation/automationAccounts/WS2012ae40ab47-a1ca-4634-9bee-1196fe700954\",\r\n \"location\": \"West Central US\",\r\n \"name\": \"WS2012ae40ab47-a1ca-4634-9bee-1196fe700954\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T10:57:40.0433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.49-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthEurope/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-06T16:40:51.8-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariBillingTestingNE\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"LahariBillingTestingNE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-31T18:27:19.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlnortheurope/providers/Microsoft.Automation/automationAccounts/umgqlnortheurope\",\r\n \"location\": \"northeurope\",\r\n \"name\": \"umgqlnortheurope\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:09:59.97-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.117-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-CCA/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-CCA\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-CCA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:22:48.923-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource-ccan-test/providers/Microsoft.Automation/automationAccounts/Automate-5750082-CCA\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Automate-5750082-CCA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T13:02:24.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Thomas/providers/Microsoft.Automation/automationAccounts/Thomas-Canada\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"Thomas-Canada\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-08-19T08:13:27.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource-test-ccan/providers/Microsoft.Automation/automationAccounts/tomngu-ccan-test\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"tomngu-ccan-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T12:55:33.87-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/weijiecc\",\r\n \"location\": \"canadacentral\",\r\n \"name\": \"weijiecc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-04T11:59:00.367-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.877-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/üä/providers/Microsoft.Automation/automationAccounts/AA0720\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"AA0720\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"StartStopVMVersion\": \"1.0.0.0\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-20T20:30:37.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anwieber-AUS/providers/Microsoft.Automation/automationAccounts/Anwieber-AUS1\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"Anwieber-AUS1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-13T10:10:42.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-ASE/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-ASE\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-ASE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-08T14:54:20.783-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carloctestrg/providers/Microsoft.Automation/automationAccounts/carloctestaseaccount\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"carloctestaseaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-08T20:34:52.373-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaastest/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-20T12:47:32.917-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/khughesRG17/providers/Microsoft.Automation/automationAccounts/khughesTest117\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"khughesTest117\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-03T15:14:53.403-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRGAus/providers/Microsoft.Automation/automationAccounts/LahariAus\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"LahariAus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-05T07:38:41.387-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRGAus/providers/Microsoft.Automation/automationAccounts/lahari-seau-aa\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"lahari-seau-aa\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-06T11:24:00.453-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nizlatiRGAE/providers/Microsoft.Automation/automationAccounts/nizlatiAE\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"nizlatiAE\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-05T17:01:16.543-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nizlatiAE/providers/Microsoft.Automation/automationAccounts/nizlatiAE2\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"nizlatiAE2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-28T21:34:50.843-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/NotLinked4\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"NotLinked4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-10T11:34:44.76-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/OlenatestAA987\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"OlenatestAA987\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-16T14:22:30.033-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/perfignitease/providers/Microsoft.Automation/automationAccounts/runcmd\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"runcmd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-14T20:06:40.96-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/srswarnaCDOrg/providers/Microsoft.Automation/automationAccounts/srswarnaCDO\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"srswarnaCDO\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-05T15:50:28.36-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stasku-same/providers/Microsoft.Automation/automationAccounts/stasku-same-australia\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"stasku-same-australia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-17T19:14:18.023-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/swdqwd\",\r\n \"location\": \"australiasoutheast\",\r\n \"name\": \"swdqwd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-08T23:30:46.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.89-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/AA20160113\",\r\n \"location\": \"Central India\",\r\n \"name\": \"AA20160113\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T13:08:29.777-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-Central-India/providers/Microsoft.Automation/automationAccounts/ashutosh\",\r\n \"location\": \"Central India\",\r\n \"name\": \"ashutosh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-10T16:40:25.22-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/DefaultResourceGroup-CIN/providers/Microsoft.Automation/automationAccounts/Automate-422b6c61-95b0-4213-b3be-7282315df71d-CIN\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"Automate-422b6c61-95b0-4213-b3be-7282315df71d-CIN\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-31T11:28:01.27-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/befisheCID/providers/Microsoft.Automation/automationAccounts/befisheCID\",\r\n \"location\": \"Central India\",\r\n \"name\": \"befisheCID\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-15T12:04:10.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/ikanniINDIA\",\r\n \"location\": \"Central India\",\r\n \"name\": \"ikanniINDIA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-11-24T10:23:22.237-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRG1/providers/Microsoft.Automation/automationAccounts/LahariCID\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"LahariCID\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-04T16:21:54.91-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/testaa33545\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"testaa33545\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-12T17:50:20.533-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/thomas-india\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"thomas-india\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-11T14:26:38.177-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b/providers/Microsoft.Automation/automationAccounts/Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b\",\r\n \"location\": \"Central India\",\r\n \"name\": \"Ubuntu161a34796e-cdb7-4996-98d3-9470ad407e6b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-12T13:36:47.717-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlcentralindia/providers/Microsoft.Automation/automationAccounts/umgqlcentralindia\",\r\n \"location\": \"centralindia\",\r\n \"name\": \"umgqlcentralindia\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-15T14:55:23.903-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/VivAccuontasfdasfd\",\r\n \"location\": \"Central India\",\r\n \"name\": \"VivAccuontasfdasfd\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T12:28:32.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.717-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/AA-0826\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AA-0826\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-26T11:36:24.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/avkaur-ncus/providers/Microsoft.Automation/automationAccounts/aa-avkaur-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aa-avkaur-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-24T15:31:48.14-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/aaCanary1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aaCanary1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-03T20:27:32.817-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/aa-mpenta-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"aa-mpenta-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T15:17:07.343-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/AccountNCUSAK\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AccountNCUSAK\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-05T16:54:56.177-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/alevineRG/providers/Microsoft.Automation/automationAccounts/ag-canary\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ag-canary\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:10:46.657-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ana-test/providers/Microsoft.Automation/automationAccounts/ana-account\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ana-account\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-20T16:32:14.287-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/anaion-hw/providers/Microsoft.Automation/automationAccounts/anaion\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"anaion\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-24T17:25:28.357-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/AnatoliB\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AnatoliB\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T12:54:20.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/atchubRG/providers/Microsoft.Automation/automationAccounts/AtchubCanary\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"AtchubCanary\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-11T16:42:08.607-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/azauto-y4k22qxuygqjm\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"azauto-y4k22qxuygqjm\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-27T14:54:39.54-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BCDRTestRG/providers/Microsoft.Automation/automationAccounts/BCDRTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"BCDRTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-03T13:26:24.09-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/BefisheRG1/providers/Microsoft.Automation/automationAccounts/befishencus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"befishencus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-22T18:06:40.927-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carlocrunastestaccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"carlocrunastestaccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-20T11:10:41.433-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/carlocRG1/providers/Microsoft.Automation/automationAccounts/carlocTestModuleRefresh\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"carlocTestModuleRefresh\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-11-10T15:01:29.763-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg4/providers/Microsoft.Automation/automationAccounts/elvgeastus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"elvgeastus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-27T11:34:35.74-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestRG/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T22:37:24.137-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ExistingAccountForWebhookDVTTestRG/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTestEUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ExistingAccountForWebhookDVTTestEUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-23T22:57:10.93-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-27T13:51:51.65-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test2\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-27T17:29:50.47-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/fcho-test3\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"fcho-test3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-27T11:47:59.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htNcus1\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"htNcus1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-25T11:02:29.98-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/IKANNI-NCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"IKANNI-NCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-17T17:17:03.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/krg1/providers/Microsoft.Automation/automationAccounts/khughesEastUsTest2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"khughesEastUsTest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-14T13:20:01.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariBasicAccount/providers/Microsoft.Automation/automationAccounts/LahariBasicAccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"LahariBasicAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-07-18T17:33:48.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/LahariRG2BillingTest/providers/Microsoft.Automation/automationAccounts/LahariRGBillingTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"LahariRGBillingTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-10-19T10:59:51.48-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mo-resources-eus/providers/Microsoft.Automation/automationAccounts/mo-aaa-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"mo-aaa-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-03T13:37:24.63-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160102/providers/Microsoft.Automation/automationAccounts/mpentaNcus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"mpentaNcus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-04-14T14:56:48.103-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:26:05.26-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest10\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest10\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:35:29.83-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest11\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest11\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:00.427-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest12\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest12\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:27.13-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest13\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest13\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:36:51.193-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest14\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest14\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:37:15.413-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest15\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest15\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:37:45.307-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest16\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest16\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:38:20.103-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest17\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest17\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:38:49.217-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest18\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest18\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:39:16.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest19\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest19\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:39:48.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest2\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:30:54.507-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest20\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest20\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:40:21.5-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest21\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest21\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-10-05T09:28:14.18-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest3\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:31:29.007-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest4\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest4\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:02.76-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest5\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:28.98-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest6\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest6\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:32:58.323-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest7\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:33:29.09-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest8\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest8\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:34:14.53-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ContainerPerfTestRG/providers/Microsoft.Automation/automationAccounts/ncusContainerPerfTest9\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"ncusContainerPerfTest9\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"Description\": \"Azure Automation Containers Service perf test account\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T09:34:54.517-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OlenaTestRG16/providers/Microsoft.Automation/automationAccounts/NCUSOlenaAccount\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"NCUSOlenaAccount\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T22:18:56.507-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati3\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"nizlati3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-01-13T11:28:51.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/NZGroup/providers/Microsoft.Automation/automationAccounts/nizlati5\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"nizlati5\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-09-14T13:16:16.01-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/nobun/providers/Microsoft.Automation/automationAccounts/nobun-automation-ncus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"nobun-automation-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-30T11:44:40.947-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab1/providers/Microsoft.Automation/automationAccounts/noonboardingcheck\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"noonboardingcheck\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-20T11:15:26.56-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Oct15Regression\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"Oct15Regression\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-10-15T14:38:25.523-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielncus/providers/Microsoft.Automation/automationAccounts/raystonedsc\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"raystonedsc\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-02T09:58:16.983-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/rg/providers/Microsoft.Automation/automationAccounts/satautoncusnewsub1\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"satautoncusnewsub1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-23T20:27:27.6-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguhancus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"sguhancus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T23:46:51.14-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhancus/providers/Microsoft.Automation/automationAccounts/sguhaNCUSTest\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"sguhaNCUSTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-03-10T17:52:32.533-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/srinccus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"srinccus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:28:41.487-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/SriNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"SriNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T16:51:10.577-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaggopalRG1/providers/Microsoft.Automation/automationAccounts/stateconfiguration36e\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"stateconfiguration36e\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-29T09:29:59.083-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthCentralUS/providers/Microsoft.Automation/automationAccounts/thomas-ncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"thomas-ncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-08-25T12:19:20.417-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-NCUS2\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"Thomas-NCUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-12-14T23:41:38.083-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-eus\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"tomngu-eus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-12T20:43:38.857-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqlnorthcentralus/providers/Microsoft.Automation/automationAccounts/umgqlnorthcentralus\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"umgqlnorthcentralus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T18:03:51.017-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AnatolibRG/providers/Microsoft.Automation/automationAccounts/VivAccountNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivAccountNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-29T17:45:32.097-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/oaasagentsvccurrent/providers/Microsoft.Automation/automationAccounts/VivAccountQoSCheck\",\r\n \"location\": \"northcentralus\",\r\n \"name\": \"VivAccountQoSCheck\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-05-20T11:35:09.94-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivCanaryNCUS\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivCanaryNCUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-15T12:17:39.343-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Default-SQL-NorthCentralUS/providers/Microsoft.Automation/automationAccounts/VivNCUS1\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUS1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T12:45:11.397-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aaweijiel/providers/Microsoft.Automation/automationAccounts/VivNCUSadf\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSadf\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-18T11:53:53.21-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal2/providers/Microsoft.Automation/automationAccounts/VivNCUSFinal\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSFinal\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-02-29T19:11:35.31-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/VivResourceGropup/providers/Microsoft.Automation/automationAccounts/VivNCUSVerif\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"VivNCUSVerif\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-07T12:24:07.797-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/vivnertncussfsfsg\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"vivnertncussfsfsg\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-16T13:29:58.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/aadynamicportal1/providers/Microsoft.Automation/automationAccounts/Vivsasfajklsdfl\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"Vivsasfajklsdfl\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-15T12:14:24.62-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/weijielncus/providers/Microsoft.Automation/automationAccounts/weijielncus\",\r\n \"location\": \"North Central US\",\r\n \"name\": \"weijielncus\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-09-09T15:27:43.377-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.09-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/gatest/providers/Microsoft.Automation/automationAccounts/LocTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"LocTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-22T16:18:55.1433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/build2017/providers/Microsoft.Automation/automationAccounts/loctesttest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"loctesttest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T08:56:28.1466667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestWH-mirichmo-EastUS-rg/providers/Microsoft.Automation/automationAccounts/TestWH-mirichmo-EastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"TestWH-mirichmo-EastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-24T14:12:00.52-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:38.3566667-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/abghairg/providers/Microsoft.Automation/automationAccounts/abghaieap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"abghaieap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-03-31T19:17:18.1866667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/bhbrahmaEAP/providers/Microsoft.Automation/automationAccounts/bhbrahmaEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"bhbrahmaEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-02T16:47:07.3733333-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/eapRG/providers/Microsoft.Automation/automationAccounts/eapAutomation\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"eapAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-09-21T08:34:50.7533333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WebhookRg/providers/Microsoft.Automation/automationAccounts/ExistingAccountForWebhookDVTTest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"ExistingAccountForWebhookDVTTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-04T14:01:49.6566667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Gatest/providers/Microsoft.Automation/automationAccounts/GATest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"GATest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-28T12:20:57.5566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/hungRg/providers/Microsoft.Automation/automationAccounts/htEap1\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"htEap1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-27T18:06:41.85-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/ikanni-TEST-EUAP-RG/providers/Microsoft.Automation/automationAccounts/ikanni-TEST-EUAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"ikanni-TEST-EUAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-05-22T14:44:12.38-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JemalEAPRG/providers/Microsoft.Automation/automationAccounts/JemalEAPAutomation\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"JemalEAPAutomation\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-04-16T14:39:38.37-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/JemalEAPRG/providers/Microsoft.Automation/automationAccounts/JemaltestAccountEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"JemaltestAccountEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-29T06:08:57.1333333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/jzignite2018AA\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"jzignite2018AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-09-13T16:02:28.7133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Billing/providers/Microsoft.Automation/automationAccounts/LahariAzC\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"LahariAzC\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-12-21T16:08:45.77-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mirichmo-EAP-test-rg/providers/Microsoft.Automation/automationAccounts/mirichmo-EAP-test\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"mirichmo-EAP-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-16T15:21:25.8433333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/sguhaRG/providers/Microsoft.Automation/automationAccounts/sguha-aa-eap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"sguha-aa-eap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-08-11T12:40:25.02-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/srswarnarg/providers/Microsoft.Automation/automationAccounts/srswarnatest\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"srswarnatest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-11T15:03:31.1766667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TestEAPSetup/providers/Microsoft.Automation/automationAccounts/TestEAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"TestEAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-27T12:59:49.04-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-EAP-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-EAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"TEST-IKANNI-EAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-06-07T16:35:12.3133333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-EAP\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"Thomas-EAP\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {\r\n \"abcd\": \"abcde\"\r\n },\r\n \"properties\": {\r\n \"creationTime\": \"2017-01-04T11:09:50.1066667-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/thomas/providers/Microsoft.Automation/automationAccounts/Thomas-EAP2\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"Thomas-EAP2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-29T10:13:34.3566667-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/tomngu-resource/providers/Microsoft.Automation/automationAccounts/tomngu-eap\",\r\n \"location\": \"centraluseuap\",\r\n \"name\": \"tomngu-eap\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-29T11:28:56.27-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.08-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/a-stasku-rg0/providers/Microsoft.Automation/automationAccounts/FC-Test1\",\r\n \"location\": \"francecentral\",\r\n \"name\": \"FC-Test1\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-10-29T14:22:31.5333333-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:39.75-07:00\"\r\n }\r\n }\r\n ],\r\n \"nextLink\": \"https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31&%24skiptoken=PYy9DoIwGADfpTFupX%2bASkIMg5tO6AO0pWhDaJt%2bhRgJ7y4ubpdc7hbkzDtdrRsAVQu6NO390XJUoVdKASpCRunk04zGpUx%2bpmgy7ccqzwWBSYGONiTrHZCcc1XqkuFToSjOORNYCWXwgR%2b5YEXXH1hHQvSz7UwEcrM6evB9ypop%2bVH%2bJkT%2bsdHaTy7BWQaL5y3YdM0pKzCjWLD9DgYbakYpWtcv\"\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "217669"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-original-request-ids": [
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9",
+ "747ddb35-1d12-4e3c-b3d2-3c8513e26ea9"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11996"
+ ],
+ "x-ms-request-id": [
+ "882402f6-aaf7-4506-b82a-f8ca5fc1ace0"
+ ],
+ "x-ms-correlation-request-id": [
+ "882402f6-aaf7-4506-b82a-f8ca5fc1ace0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203544Z:882402f6-aaf7-4506-b82a-f8ca5fc1ace0"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:44 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31&%24skiptoken=PYy9DoIwGADfpTFupX%2bASkIMg5tO6AO0pWhDaJt%2bhRgJ7y4ubpdc7hbkzDtdrRsAVQu6NO390XJUoVdKASpCRunk04zGpUx%2bpmgy7ccqzwWBSYGONiTrHZCcc1XqkuFToSjOORNYCWXwgR%2b5YEXXH1hHQvSz7UwEcrM6evB9ypop%2bVH%2bJkT%2bsdHaTy7BWQaL5y3YdM0pKzCjWLD9DgYbakYpWtcv",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0zMSYlMjRza2lwdG9rZW49UFl5OURvSXdHQURmcFRGdXBYJTJiQVNrSU1nNXRPNkFPMHBXaERhSnQlMmJoUmdKN3k0dWJwZGM3aGJrekR0ZHJSc0FWUXU2Tk8zOTBYSlVvVmRLQVNwQ1J1bmswNHpHcFV4JTJicG1neTdjY3F6d1dCU1lHT05pVHJIWkNjYzFYcWt1RlRvU2pPT1JOWUNXWHdnUiUyYjVZRVhYSDFoSFF2U3o3VXdFY3JNNmV2Qjl5cG9wJTJiVkglMmJKa1QlMmJzZEhhVHk3QldRYUw1eTNZZE0wcEt6Q2pXTEQ5RGdZYmFrWXBXdGN2",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "eb59f6a0-3e17-4fad-b6eb-2183992bb10a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Shipram-Ignite/providers/Microsoft.Automation/automationAccounts/shipram-IgniteAA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"shipram-IgniteAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-17T12:38:46.79-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab2/providers/Microsoft.Automation/automationAccounts/ShujunAA10\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ShujunAA10\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-07T17:20:12.433-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab1/providers/Microsoft.Automation/automationAccounts/shujunaa18\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"shujunaa18\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-07T09:16:44.19-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab2/providers/Microsoft.Automation/automationAccounts/ShujunEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ShujunEastUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-28T09:20:56.767-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/sriseus2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sriseus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-28T15:35:58.9-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stasku-diff/providers/Microsoft.Automation/automationAccounts/stasku-different\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"stasku-different\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-02T12:45:18.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/submgmt\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"submgmt\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-04-29T08:36:38.583-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/SuhasProdTest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"SuhasProdTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-21T15:20:30.4-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/SuhasTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"SuhasTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T15:23:51.367-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c/providers/Microsoft.Automation/automationAccounts/Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T13:35:41.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404/providers/Microsoft.Automation/automationAccounts/Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T13:54:23.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945/providers/Microsoft.Automation/automationAccounts/Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T15:17:17.867-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12ShipramTestRun/providers/Microsoft.Automation/automationAccounts/Suse12ShipramTestRun\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse12ShipramTestRun\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-17T09:51:07.88-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-11042016-NCUS-SMOKETEST-Case3-RG/providers/Microsoft.Automation/automationAccounts/TEST-11042016-NCUS-SMOKETEST-Case3\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-11042016-NCUS-SMOKETEST-Case3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-11-04T13:20:41.567-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-OAASTEST-02052017-OMS-001-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-OAASTEST-02052017-OMS-001\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-IKANNI-OAASTEST-02052017-OMS-001\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-05T08:34:05.587-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-OAAS-TEST-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-OAAS-TEST-AA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-IKANNI-OAAS-TEST-AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-04T21:37:41.483-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/ThomasEastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ThomasEastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T11:43:30.297-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/test/providers/Microsoft.Automation/automationAccounts/t-kawil-auto\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"t-kawil-auto\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-17T10:45:44.907-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7/providers/Microsoft.Automation/automationAccounts/Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-19T10:37:50.857-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqleastus2/providers/Microsoft.Automation/automationAccounts/umgqleastus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"umgqleastus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T17:59:51.173-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/Viv-0516\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Viv-0516\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-05-16T13:51:36.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivEUS0308\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"VivEUS0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-08T23:54:45.73-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/atchubRG/providers/Microsoft.Automation/automationAccounts/VivEUS3\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"VivEUS3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T22:05:55.353-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20120aff352e-6ae3-47c7-83f4-87af03117b82/providers/Microsoft.Automation/automationAccounts/WS20120aff352e-6ae3-47c7-83f4-87af03117b82\",\r\n \"location\": \"East US2\",\r\n \"name\": \"WS20120aff352e-6ae3-47c7-83f4-87af03117b82\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-15T12:37:19.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b/providers/Microsoft.Automation/automationAccounts/WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b\",\r\n \"location\": \"East US2\",\r\n \"name\": \"WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-07T10:49:49.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "10171"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-original-request-ids": [
+ "9d291d32-b3d2-437a-9554-de5ab9e5db4b"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11997"
+ ],
+ "x-ms-request-id": [
+ "7cb9cdcd-eacc-41e3-af94-66b410288120"
+ ],
+ "x-ms-correlation-request-id": [
+ "7cb9cdcd-eacc-41e3-af94-66b410288120"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203542Z:7cb9cdcd-eacc-41e3-af94-66b410288120"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:42 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/providers/Microsoft.Automation/automationAccounts?api-version=2015-10-31&%24skiptoken=PYy9DoIwGADfpTFupX%2bASkIMg5tO6AO0pWhDaJt%2bhRgJ7y4ubpdc7hbkzDtdrRsAVQu6NO390XJUoVdKASpCRunk04zGpUx%2bpmgy7ccqzwWBSYGONiTrHZCcc1XqkuFToSjOORNYCWXwgR%2b5YEXXH1hHQvSz7UwEcrM6evB9ypop%2bVH%2bJkT%2bsdHaTy7BWQaL5y3YdM0pKzCjWLD9DgYbakYpWtcv",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHM/YXBpLXZlcnNpb249MjAxNS0xMC0zMSYlMjRza2lwdG9rZW49UFl5OURvSXdHQURmcFRGdXBYJTJiQVNrSU1nNXRPNkFPMHBXaERhSnQlMmJoUmdKN3k0dWJwZGM3aGJrekR0ZHJSc0FWUXU2Tk8zOTBYSlVvVmRLQVNwQ1J1bmswNHpHcFV4JTJicG1neTdjY3F6d1dCU1lHT05pVHJIWkNjYzFYcWt1RlRvU2pPT1JOWUNXWHdnUiUyYjVZRVhYSDFoSFF2U3o3VXdFY3JNNmV2Qjl5cG9wJTJiVkglMmJKa1QlMmJzZEhhVHk3QldRYUw1eTNZZE0wcEt6Q2pXTEQ5RGdZYmFrWXBXdGN2",
+ "RequestMethod": "GET",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "204992b3-eff9-47b0-b22c-18fd3c3211dc"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Shipram-Ignite/providers/Microsoft.Automation/automationAccounts/shipram-IgniteAA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"shipram-IgniteAA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-07-17T12:38:46.79-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab2/providers/Microsoft.Automation/automationAccounts/ShujunAA10\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ShujunAA10\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-07T17:20:12.433-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab1/providers/Microsoft.Automation/automationAccounts/shujunaa18\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"shujunaa18\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-02-07T09:16:44.19-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/shuliulab2/providers/Microsoft.Automation/automationAccounts/ShujunEastUS2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"ShujunEastUS2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-28T09:20:56.767-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/sriseus2\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"sriseus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2015-05-28T15:35:58.9-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/stasku-diff/providers/Microsoft.Automation/automationAccounts/stasku-different\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"stasku-different\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-08-02T12:45:18.497-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/submgmt\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"submgmt\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-04-29T08:36:38.583-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/mms-eus/providers/Microsoft.Automation/automationAccounts/SuhasProdTest\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"SuhasProdTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-21T15:20:30.4-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/SuhasTest\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"SuhasTest\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T15:23:51.367-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c/providers/Microsoft.Automation/automationAccounts/Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse116b3f9a42-a229-4da1-843c-0e1f28d7ba2c\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T13:35:41.283-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404/providers/Microsoft.Automation/automationAccounts/Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse1192d77287-dc9d-4fe0-85ae-9c1132a5d404\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T13:54:23.263-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945/providers/Microsoft.Automation/automationAccounts/Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse11d845f8af-5daf-4416-a97c-c65b1ad7b945\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-22T15:17:17.867-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Suse12ShipramTestRun/providers/Microsoft.Automation/automationAccounts/Suse12ShipramTestRun\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Suse12ShipramTestRun\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-04-17T09:51:07.88-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-11042016-NCUS-SMOKETEST-Case3-RG/providers/Microsoft.Automation/automationAccounts/TEST-11042016-NCUS-SMOKETEST-Case3\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-11042016-NCUS-SMOKETEST-Case3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-11-04T13:20:41.567-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-OAASTEST-02052017-OMS-001-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-OAASTEST-02052017-OMS-001\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-IKANNI-OAASTEST-02052017-OMS-001\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-05T08:34:05.587-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/TEST-IKANNI-OAAS-TEST-RG/providers/Microsoft.Automation/automationAccounts/TEST-IKANNI-OAAS-TEST-AA\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"TEST-IKANNI-OAAS-TEST-AA\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-02-04T21:37:41.483-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/ThomasEastUS\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"ThomasEastUS\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-10-23T11:43:30.297-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/test/providers/Microsoft.Automation/automationAccounts/t-kawil-auto\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"t-kawil-auto\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2017-05-17T10:45:44.907-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7/providers/Microsoft.Automation/automationAccounts/Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7\",\r\n \"location\": \"East US2\",\r\n \"name\": \"Ubuntu167c64a138-fbee-466a-87c8-c64321fa92f7\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-19T10:37:50.857-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/umgqleastus2/providers/Microsoft.Automation/automationAccounts/umgqleastus2\",\r\n \"location\": \"eastus2\",\r\n \"name\": \"umgqleastus2\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-01-12T17:59:51.173-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/OaaSCSZV2MEWJSFZEUBUOS6RFER33W6CF6HZFLIHTKWAXRNBGWIHNJEUXQ-East-US/providers/Microsoft.Automation/automationAccounts/Viv-0516\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"Viv-0516\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": null,\r\n \"properties\": {\r\n \"creationTime\": \"2014-05-16T13:51:36.97-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/AA20160103/providers/Microsoft.Automation/automationAccounts/VivEUS0308\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"VivEUS0308\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2016-03-08T23:54:45.73-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/atchubRG/providers/Microsoft.Automation/automationAccounts/VivEUS3\",\r\n \"location\": \"East US 2\",\r\n \"name\": \"VivEUS3\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2015-12-21T22:05:55.353-08:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS20120aff352e-6ae3-47c7-83f4-87af03117b82/providers/Microsoft.Automation/automationAccounts/WS20120aff352e-6ae3-47c7-83f4-87af03117b82\",\r\n \"location\": \"East US2\",\r\n \"name\": \"WS20120aff352e-6ae3-47c7-83f4-87af03117b82\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-15T12:37:19.43-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b/providers/Microsoft.Automation/automationAccounts/WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b\",\r\n \"location\": \"East US2\",\r\n \"name\": \"WS2012e73a4d3a-5e6b-4e1f-837d-a9ae3d9a9f4b\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"creationTime\": \"2018-06-07T10:49:49.11-07:00\",\r\n \"lastModifiedTime\": \"2018-11-01T10:07:37.523-07:00\"\r\n }\r\n }\r\n ]\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "10171"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-original-request-ids": [
+ "6cfab84e-6ece-4e03-961d-c293bb8f634b"
+ ],
+ "x-ms-ratelimit-remaining-subscription-reads": [
+ "11995"
+ ],
+ "x-ms-request-id": [
+ "9f20dc57-7ec0-4d65-acbd-20e0790e0543"
+ ],
+ "x-ms-correlation-request-id": [
+ "9f20dc57-7ec0-4d65-acbd-20e0790e0543"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203545Z:9f20dc57-7ec0-4d65-acbd-20e0790e0543"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:45 GMT"
+ ]
+ },
+ "StatusCode": 200
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "PUT",
+ "RequestBody": "{\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Free\"\r\n }\r\n },\r\n \"name\": \"account-powershell-test\",\r\n \"location\": \"West Central US\"\r\n}",
+ "RequestHeaders": {
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Content-Length": [
+ "143"
+ ],
+ "x-ms-client-request-id": [
+ "cb20c2ea-f2fe-453c-8bb5-671e7e817f1a"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "{\r\n \"name\": \"account-powershell-test\",\r\n \"id\": \"/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test\",\r\n \"type\": \"Microsoft.Automation/AutomationAccounts\",\r\n \"location\": \"West Central US\",\r\n \"tags\": {},\r\n \"etag\": null,\r\n \"properties\": {\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"family\": null,\r\n \"capacity\": null\r\n },\r\n \"state\": \"Ok\",\r\n \"RegistrationUrl\": \"https://wcus-agentservice-prod-1.azure-automation.net/accounts/073e9ab3-6c9a-4151-aeab-0786ad4103e1\",\r\n \"creationTime\": \"2018-11-08T12:35:43.69-08:00\",\r\n \"lastModifiedBy\": null,\r\n \"lastModifiedTime\": \"2018-11-08T12:35:43.69-08:00\"\r\n }\r\n}",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "616"
+ ],
+ "Content-Type": [
+ "application/json; charset=utf-8"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "cb20c2ea-f2fe-453c-8bb5-671e7e817f1a"
+ ],
+ "x-ms-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31"
+ ],
+ "ocp-location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-writes": [
+ "1199"
+ ],
+ "x-ms-correlation-request-id": [
+ "bf3e1be8-2f5a-4835-acba-924b71866df0"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203543Z:bf3e1be8-2f5a-4835-acba-924b71866df0"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:43 GMT"
+ ],
+ "Location": [
+ "https://management.azure.com/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 201
+ },
+ {
+ "RequestUri": "/subscriptions/422b6c61-95b0-4213-b3be-7282315df71d/resourceGroups/PowerShellTest/providers/Microsoft.Automation/automationAccounts/account-powershell-test?api-version=2015-10-31",
+ "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvNDIyYjZjNjEtOTViMC00MjEzLWIzYmUtNzI4MjMxNWRmNzFkL3Jlc291cmNlR3JvdXBzL1Bvd2VyU2hlbGxUZXN0L3Byb3ZpZGVycy9NaWNyb3NvZnQuQXV0b21hdGlvbi9hdXRvbWF0aW9uQWNjb3VudHMvYWNjb3VudC1wb3dlcnNoZWxsLXRlc3Q/YXBpLXZlcnNpb249MjAxNS0xMC0zMQ==",
+ "RequestMethod": "DELETE",
+ "RequestBody": "",
+ "RequestHeaders": {
+ "x-ms-client-request-id": [
+ "7729bfa2-07bb-403e-a014-b8ef0feb1ce7"
+ ],
+ "accept-language": [
+ "en-US"
+ ],
+ "User-Agent": [
+ "FxVersion/4.7.3190.0",
+ "OSName/Windows10Enterprise",
+ "OSVersion/6.3.17134",
+ "Microsoft.Azure.Management.Automation.AutomationClient/3.3.0.0"
+ ]
+ },
+ "ResponseBody": "",
+ "ResponseHeaders": {
+ "Content-Length": [
+ "0"
+ ],
+ "Expires": [
+ "-1"
+ ],
+ "Pragma": [
+ "no-cache"
+ ],
+ "x-ms-request-id": [
+ "7729bfa2-07bb-403e-a014-b8ef0feb1ce7"
+ ],
+ "Strict-Transport-Security": [
+ "max-age=31536000; includeSubDomains"
+ ],
+ "x-ms-ratelimit-remaining-subscription-deletes": [
+ "14999"
+ ],
+ "x-ms-correlation-request-id": [
+ "f1c0d984-d5e1-411c-90bf-050ecc6d5bf1"
+ ],
+ "x-ms-routing-request-id": [
+ "WESTUS2:20181108T203546Z:f1c0d984-d5e1-411c-90bf-050ecc6d5bf1"
+ ],
+ "X-Content-Type-Options": [
+ "nosniff"
+ ],
+ "Cache-Control": [
+ "no-cache"
+ ],
+ "Date": [
+ "Thu, 08 Nov 2018 20:35:46 GMT"
+ ],
+ "Server": [
+ "Microsoft-IIS/8.5"
+ ],
+ "X-AspNet-Version": [
+ "4.0.30319"
+ ],
+ "X-Powered-By": [
+ "ASP.NET"
+ ]
+ },
+ "StatusCode": 200
+ }
+ ],
+ "Names": {},
+ "Variables": {
+ "SubscriptionId": "422b6c61-95b0-4213-b3be-7282315df71d"
+ }
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationAccountTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationAccountTest.cs
index fc967fb80382..13cafbf6f920 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationAccountTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationAccountTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationAccountTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -35,7 +35,7 @@ public class GetAzureAutomationAccountTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationAccount
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCertificateTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCertificateTest.cs
index f7a7d95ca8c0..b1fc9aacb2f4 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCertificateTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCertificateTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationCertificateTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationCertificateTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationCertificate
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConfigurationTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConfigurationTest.cs
index 1ec346f2f5db..a25635711a71 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConfigurationTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConfigurationTest.cs
@@ -28,7 +28,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationConfigurationTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -37,7 +37,7 @@ public class GetAzureAutomationConfigurationTest : RMTestBase
public GetAzureAutomationConfigurationTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationDscConfiguration
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConnectionTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConnectionTest.cs
index 61a9d737b9b6..bf19b13ed256 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConnectionTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConnectionTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationConnectionTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationConnectionTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationConnection
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCredentialTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCredentialTest.cs
index e117f33f1c93..839583d2e19e 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCredentialTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationCredentialTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationCredentialTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -35,7 +35,7 @@ public class GetAzureAutomationCredentialTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationCredential
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscCompilationJobTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscCompilationJobTest.cs
index afb8fd978ff7..00ecbe423631 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscCompilationJobTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscCompilationJobTest.cs
@@ -29,7 +29,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationDscCompilationJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -38,7 +38,7 @@ public class GetAzureAutomationDscCompilationJobTest : RMTestBase
public GetAzureAutomationDscCompilationJobTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationDscCompilationJob
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest.cs
index 5a1090d6f74a..1e9504a16d0f 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest.cs
@@ -28,7 +28,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest : RMTestBase
{
- private readonly Mock mockAutomationClient;
+ private readonly Mock mockAutomationClient;
private readonly MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest : RMT
public GetAzureAutomationDscNodeConfigurationDeploymentSchedulesTest()
{
- mockAutomationClient = new Mock();
+ mockAutomationClient = new Mock();
mockCommandRuntime = new MockCommandRuntime();
cmdlet = new GetAzureAutomationDscNodeConfigurationDeploymentSchedule
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentTest.cs
index 90056706f938..f624c37347d8 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationDeploymentTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationDscNodeConfigurationDeploymentTest : RMTestBase
{
- private readonly Mock mockAutomationClient;
+ private readonly Mock mockAutomationClient;
private readonly MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class GetAzureAutomationDscNodeConfigurationDeploymentTest : RMTestBase
public GetAzureAutomationDscNodeConfigurationDeploymentTest()
{
- mockAutomationClient = new Mock();
+ mockAutomationClient = new Mock();
mockCommandRuntime = new MockCommandRuntime();
cmdlet = new GetAzureAutomationDscNodeConfigurationDeployment
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationTest.cs
index d7737975dded..ab49b409cb0f 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationTest.cs
@@ -29,7 +29,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationDscNodeConfigurationTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -38,7 +38,7 @@ public class GetAzureAutomationDscNodeConfigurationTest : RMTestBase
public GetAzureAutomationDscNodeConfigurationTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationDscNodeConfiguration
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeReportTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeReportTest.cs
index 9af856b762e0..18921482d1c6 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeReportTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeReportTest.cs
@@ -29,7 +29,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationDscNodeReportTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -38,7 +38,7 @@ public class GetAzureAutomationDscNodeReportTest : RMTestBase
public GetAzureAutomationDscNodeReportTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationDscNodeReport
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeTest.cs
index f92757813822..ce6655c6fa21 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeTest.cs
@@ -29,7 +29,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class GetAzureAutomationDscNodeTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -38,7 +38,7 @@ public class GetAzureAutomationDscNodeTest : RMTestBase
public GetAzureAutomationDscNodeTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationDscNode
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationHybridWorkerGroupTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationHybridWorkerGroupTest.cs
index f6fc02a0be03..7adb48ae61c2 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationHybridWorkerGroupTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationHybridWorkerGroupTest.cs
@@ -15,7 +15,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationHybridWorkerGroupTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -24,7 +24,7 @@ public class GetAzureAutomationHybridWorkerGroupTest : RMTestBase
public GetAzureAutomationHybridWorkerGroupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationHybridWorkerGroup
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationJobTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationJobTest.cs
index 51efb1ab3295..88d5a674f639 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationJobTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationJobTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class GetAzureAutomationJobTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationJob
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationRunbookTest.cs
index 6cf0bff7c2c5..cd6724c073ed 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationRunbookTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduleTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduleTest.cs
index b412807f9192..952c1591a9c7 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduleTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduleTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationScheduleTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationScheduleTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationSchedule
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduledRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduledRunbookTest.cs
index 282944c1105e..b20cd4cbea03 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduledRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationScheduledRunbookTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationScheduledRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationScheduledRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationScheduledRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationVariableTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationVariableTest.cs
index 367cc0c46918..14fd8328f6e1 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationVariableTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationVariableTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationVariableTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class GetAzureAutomationVariableTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationVariable
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationWebhookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationWebhookTest.cs
index fb9611e160a1..d42f9a5c7f03 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationWebhookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationWebhookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class GetAzureAutomationWebhookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class GetAzureAutomationWebhookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new GetAzureAutomationWebhook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ImportAzureAutomationDscNodeConfigurationTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ImportAzureAutomationDscNodeConfigurationTest.cs
index 2e20950279e5..a6b8ec4dfb26 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ImportAzureAutomationDscNodeConfigurationTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ImportAzureAutomationDscNodeConfigurationTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class ImportAzureAutomationDscNodeConfigurationTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -32,7 +32,7 @@ public class ImportAzureAutomationDscNodeConfigurationTest : RMTestBase
public ImportAzureAutomationDscNodeConfigurationTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new ImportAzureAutomationDscNodeConfiguration
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationAccountTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationAccountTest.cs
index a0fd7c44f8fc..74bbfe92adde 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationAccountTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationAccountTest.cs
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationAccountTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -32,7 +32,7 @@ public class NewAzureAutomationAccountTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationAccount
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCertificateTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCertificateTest.cs
index 9c5ced8f5da4..04127ba9c202 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCertificateTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCertificateTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationCertificateTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -35,7 +35,7 @@ public class NewAzureAutomationCertificateTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationCertificate
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationConnectionTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationConnectionTest.cs
index aafa67959393..e6dbe1de39a1 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationConnectionTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationConnectionTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationConnectionTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class NewAzureAutomationConnectionTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationConnection
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCredentialTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCredentialTest.cs
index 11cf7febc2d3..8f7687b2e2b6 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCredentialTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationCredentialTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationCredentialTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class NewAzureAutomationCredentialTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationCredential
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationRunbookTest.cs
index 1afe65240135..151a78b787f8 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationRunbookTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -35,7 +35,7 @@ public class NewAzureAutomationRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationScheduleTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationScheduleTest.cs
index cd9aad613933..a1fd54ae7ec0 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationScheduleTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationScheduleTest.cs
@@ -29,7 +29,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class NewAzureAutomationScheduleTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -37,7 +37,7 @@ public class NewAzureAutomationScheduleTest : RMTestBase
public NewAzureAutomationScheduleTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationSchedule
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationVariableTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationVariableTest.cs
index 4ca1e7685311..9f22ca80b0e0 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationVariableTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationVariableTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationVariableTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -35,7 +35,7 @@ public class NewAzureAutomationVariableTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationVariable
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationWebhookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationWebhookTest.cs
index e388c07f569d..49656caa2cac 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationWebhookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/NewAzureAutomationWebhookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class NewAzureAutomationWebhookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class NewAzureAutomationWebhookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new NewAzureAutomationWebhook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/PublishAzureAutomationRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/PublishAzureAutomationRunbookTest.cs
index d6947cd79b7e..f9a32fc87bae 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/PublishAzureAutomationRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/PublishAzureAutomationRunbookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class PublishAzureAutomationRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class PublishAzureAutomationRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new PublishAzureAutomationRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RegisterAzureAutomationScheduledRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RegisterAzureAutomationScheduledRunbookTest.cs
index 4f4c4d38d93a..4759df270879 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RegisterAzureAutomationScheduledRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RegisterAzureAutomationScheduledRunbookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RegisterAzureAutomationScheduledJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RegisterAzureAutomationScheduledJobTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RegisterAzureAutomationScheduledRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationAccountTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationAccountTest.cs
index 080ed0ab2f3a..0560bc931dcc 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationAccountTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationAccountTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationAccountTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationAccountTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationAccount
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationCertificateTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationCertificateTest.cs
index e0fbce5de9b8..e7404e8bfc78 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationCertificateTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationCertificateTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationCertificateTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationCertificateTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationCertificate
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTest.cs
index 4a3b3c9884ef..416d10a7af97 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationConnectionTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationConnectionTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationConnection
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTypeTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTypeTest.cs
index a25795db465b..a477e71cb08a 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTypeTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationConnectionTypeTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationConnectionTypeTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationConnectionTypeTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationConnectionType
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationModuleTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationModuleTest.cs
index 626761d62924..cf812dbc09a0 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationModuleTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationModuleTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationModuleTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationModuleTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationModule
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationRunbookTest.cs
index 2964f76ec515..14340f04d737 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationRunbookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationScheduleTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationScheduleTest.cs
index 6f9c5cc3c092..b673c6a1b50d 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationScheduleTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationScheduleTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationScheduleTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationScheduleTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationSchedule
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationVariableTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationVariableTest.cs
index 1ab743d059eb..18ede5cd0fde 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationVariableTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationVariableTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationVariableTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationVariableTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationVariable
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationWebhookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationWebhookTest.cs
index a840198e08d6..bb5e124382a1 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationWebhookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/RemoveAzureAutomationWebhookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class RemoveAzureAutomationWebhookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class RemoveAzureAutomationWebhookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new RemoveAzureAutomationWebhook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ResumeAzureAutomationJobTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ResumeAzureAutomationJobTest.cs
index b66bd273094e..e130351e9b3b 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ResumeAzureAutomationJobTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/ResumeAzureAutomationJobTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class ResumeAzureAutomationJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class ResumeAzureAutomationJobTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new ResumeAzureAutomationJob
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationCredentialTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationCredentialTest.cs
index f35101630aca..dcb13b0b078b 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationCredentialTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationCredentialTest.cs
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class SetAzureAutomationCredentialTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -36,7 +36,7 @@ public class SetAzureAutomationCredentialTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new SetAzureAutomationCredential
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationRunbookTest.cs
index 08a1d73f7c14..e7a9db6e05f5 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationRunbookTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class SetAzureAutomationRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class SetAzureAutomationRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new SetAzureAutomationRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationScheduleTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationScheduleTest.cs
index c12c2f29fe22..5aa5b8f29b4e 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationScheduleTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationScheduleTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class SetAzureAutomationScheduleTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class SetAzureAutomationScheduleTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new SetAzureAutomationSchedule
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationWebhookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationWebhookTest.cs
index e8e613a6ef6f..beb7578ba9e7 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationWebhookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SetAzureAutomationWebhookTest.cs
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class SetAzureAutomationWebhookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -32,7 +32,7 @@ public class SetAzureAutomationWebhookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new SetAzureAutomationWebhook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscCompilationJobTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscCompilationJobTest.cs
index ea6ee2ec4144..4a694d6523cb 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscCompilationJobTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscCompilationJobTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class StartAzureAutomationDscCompilationJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class StartAzureAutomationDscCompilationJobTest : RMTestBase
public StartAzureAutomationDscCompilationJobTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new StartAzureAutomationDscCompilationJob
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscNodeConfigurationDeploymentTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscNodeConfigurationDeploymentTest.cs
index 5329d9d89b8b..e21e00186cdf 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscNodeConfigurationDeploymentTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationDscNodeConfigurationDeploymentTest.cs
@@ -26,7 +26,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class StartAzureAutomationDscNodeConfigurationDeploymentTest : RMTestBase
{
- private readonly Mock mockAutomationClient;
+ private readonly Mock mockAutomationClient;
private readonly MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class StartAzureAutomationDscNodeConfigurationDeploymentTest : RMTestBase
public StartAzureAutomationDscNodeConfigurationDeploymentTest()
{
- mockAutomationClient = new Mock();
+ mockAutomationClient = new Mock();
mockCommandRuntime = new MockCommandRuntime();
cmdlet = new StartAzureAutomationDscNodeConfigurationDeployment
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationRunbookTest.cs
index 2ec5404d9b92..6cd8caeef70e 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StartAzureAutomationRunbookTest.cs
@@ -24,7 +24,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class StartAzureAutomationRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class StartAzureAutomationRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new StartAzureAutomationRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationDscNodeConfigurationDeploymentTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationDscNodeConfigurationDeploymentTest.cs
index d8c752a3f495..9a07618cfc69 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationDscNodeConfigurationDeploymentTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationDscNodeConfigurationDeploymentTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
{
public class StopAzureAutomationDscNodeConfigurationDeploymentTest : RMTestBase
{
- private readonly Mock mockAutomationClient;
+ private readonly Mock mockAutomationClient;
private readonly MockCommandRuntime mockCommandRuntime;
@@ -33,7 +33,7 @@ public class StopAzureAutomationDscNodeConfigurationDeploymentTest : RMTestBase
public StopAzureAutomationDscNodeConfigurationDeploymentTest()
{
- mockAutomationClient = new Mock();
+ mockAutomationClient = new Mock();
mockCommandRuntime = new MockCommandRuntime();
cmdlet = new StopAzureAutomationDscNodeConfigurationDeployment
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationJobTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationJobTest.cs
index fe6b3daea063..70988e28363f 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationJobTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/StopAzureAutomationJobTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class StopAzureAutomationJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class StopAzureAutomationJobTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new StopAzureAutomationJob
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SuspendAzureAutomationJobTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SuspendAzureAutomationJobTest.cs
index a35e8952b7d7..4a1faf355cfd 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SuspendAzureAutomationJobTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/SuspendAzureAutomationJobTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class SuspendAzureAutomationJobTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class SuspendAzureAutomationJobTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new SuspendAzureAutomationJob
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/UnregisterAzureAutomationScheduledRunbookTest.cs b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/UnregisterAzureAutomationScheduledRunbookTest.cs
index acdeb0669669..9dec4cbfebb6 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/UnregisterAzureAutomationScheduledRunbookTest.cs
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/UnregisterAzureAutomationScheduledRunbookTest.cs
@@ -25,7 +25,7 @@ namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
[TestClass]
public class UnregisterAzureAutomationScheduledRunbookTest : RMTestBase
{
- private Mock mockAutomationClient;
+ private Mock mockAutomationClient;
private MockCommandRuntime mockCommandRuntime;
@@ -34,7 +34,7 @@ public class UnregisterAzureAutomationScheduledRunbookTest : RMTestBase
[TestInitialize]
public void SetupTest()
{
- this.mockAutomationClient = new Mock();
+ this.mockAutomationClient = new Mock();
this.mockCommandRuntime = new MockCommandRuntime();
this.cmdlet = new UnregisterAzureAutomationScheduledRunbook
{
diff --git a/src/ResourceManager/Automation/Commands.Automation.Test/packages.config b/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
index b1ff071e7283..b7989ba4c517 100644
--- a/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
+++ b/src/ResourceManager/Automation/Commands.Automation.Test/packages.config
@@ -3,10 +3,9 @@
-
-
+
-
+
diff --git a/src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1 b/src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1
index d3ef0b52684c..cb17aa197a1b 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1
+++ b/src/ResourceManager/Automation/Commands.Automation/Az.Automation.psd1
@@ -63,7 +63,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
-# FormatsToProcess = @()
+FormatsToProcess = @(".\AzureRM.Automation.format.ps1xml")
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.Commands.Automation.dll')
@@ -73,61 +73,76 @@ FunctionsToExport = @()
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = 'Get-AzAutomationHybridWorkerGroup',
- 'Get-AzAutomationJobOutputRecord',
- 'Import-AzAutomationDscNodeConfiguration',
- 'Export-AzAutomationDscConfiguration',
- 'Export-AzAutomationDscNodeReportContent',
- 'Get-AzAutomationCertificate',
- 'Get-AzAutomationConnection', 'Get-AzAutomationCredential',
- 'Get-AzAutomationDscCompilationJob',
- 'Get-AzAutomationDscCompilationJobOutput',
- 'Get-AzAutomationDscNodeConfiguration',
- 'Get-AzAutomationDscNodeReport', 'Get-AzAutomationJob',
- 'Get-AzAutomationJobOutput', 'Get-AzAutomationModule',
- 'Get-AzAutomationRunbook', 'Export-AzAutomationRunbook',
- 'Get-AzAutomationSchedule',
- 'Get-AzAutomationScheduledRunbook',
- 'Get-AzAutomationVariable', 'Get-AzAutomationWebhook',
- 'New-AzAutomationCertificate',
- 'New-AzAutomationConnection', 'New-AzAutomationCredential',
- 'New-AzAutomationModule', 'New-AzAutomationRunbook',
- 'New-AzAutomationSchedule', 'New-AzAutomationVariable',
- 'New-AzAutomationWebhook', 'Publish-AzAutomationRunbook',
- 'Register-AzAutomationDscNode',
- 'Register-AzAutomationScheduledRunbook',
- 'Remove-AzAutomationCertificate',
- 'Remove-AzAutomationConnectionType',
- 'Remove-AzAutomationConnection',
- 'Remove-AzAutomationCredential',
- 'Remove-AzAutomationDscNodeConfiguration',
- 'Remove-AzAutomationModule', 'Remove-AzAutomationRunbook',
- 'Remove-AzAutomationSchedule',
- 'Remove-AzAutomationVariable',
- 'Remove-AzAutomationDscConfiguration',
- 'Remove-AzAutomationWebhook', 'Resume-AzAutomationJob',
- 'Set-AzAutomationCertificate',
- 'Set-AzAutomationConnectionFieldValue',
- 'Set-AzAutomationCredential', 'Set-AzAutomationModule',
- 'Set-AzAutomationRunbook', 'Import-AzAutomationRunbook',
- 'Set-AzAutomationSchedule', 'Set-AzAutomationVariable',
- 'Set-AzAutomationWebhook',
- 'Start-AzAutomationDscCompilationJob',
- 'Get-AzAutomationRegistrationInfo',
- 'Get-AzAutomationDscConfiguration',
- 'Get-AzAutomationDscNode',
- 'Get-AzAutomationDscOnboardingMetaconfig',
- 'Import-AzAutomationDscConfiguration',
- 'New-AzAutomationKey', 'Start-AzAutomationRunbook',
- 'Stop-AzAutomationJob', 'Suspend-AzAutomationJob',
- 'Unregister-AzAutomationDscNode',
- 'Set-AzAutomationAccount', 'Remove-AzAutomationAccount',
- 'New-AzAutomationAccount', 'Get-AzAutomationAccount',
- 'Set-AzAutomationDscNode',
- 'Unregister-AzAutomationScheduledRunbook',
- 'Start-AzAutomationDscNodeConfigurationDeployment',
- 'Stop-AzAutomationDscNodeConfigurationDeployment',
- 'Get-AzAutomationDscNodeConfigurationDeploymentSchedule',
- 'Get-AzAutomationDscNodeConfigurationDeployment'
+ 'Remove-AzAutomationHybridWorkerGroup',
+ 'Get-AzAutomationJobOutputRecord',
+ 'Import-AzAutomationDscNodeConfiguration',
+ 'Export-AzAutomationDscConfiguration',
+ 'Export-AzAutomationDscNodeReportContent',
+ 'Get-AzAutomationCertificate',
+ 'Get-AzAutomationConnection',
+ 'Get-AzAutomationCredential',
+ 'Get-AzAutomationDscCompilationJob',
+ 'Get-AzAutomationDscCompilationJobOutput',
+ 'Get-AzAutomationDscNodeConfiguration',
+ 'Get-AzAutomationDscNodeReport', 'Get-AzAutomationJob',
+ 'Get-AzAutomationJobOutput', 'Get-AzAutomationModule',
+ 'Get-AzAutomationRunbook', 'Export-AzAutomationRunbook',
+ 'Get-AzAutomationSchedule',
+ 'Get-AzAutomationScheduledRunbook',
+ 'Get-AzAutomationVariable', 'Get-AzAutomationWebhook',
+ 'New-AzAutomationCertificate',
+ 'New-AzAutomationConnection',
+ 'New-AzAutomationCredential', 'New-AzAutomationModule',
+ 'New-AzAutomationRunbook', 'New-AzAutomationSchedule',
+ 'New-AzAutomationVariable', 'New-AzAutomationWebhook',
+ 'Publish-AzAutomationRunbook',
+ 'Register-AzAutomationDscNode',
+ 'Register-AzAutomationScheduledRunbook',
+ 'Remove-AzAutomationCertificate',
+ 'Remove-AzAutomationConnectionType',
+ 'Remove-AzAutomationConnection',
+ 'Remove-AzAutomationCredential',
+ 'Remove-AzAutomationDscNodeConfiguration',
+ 'Remove-AzAutomationModule', 'Remove-AzAutomationRunbook',
+ 'Remove-AzAutomationSchedule',
+ 'Remove-AzAutomationVariable',
+ 'Remove-AzAutomationDscConfiguration',
+ 'Remove-AzAutomationWebhook', 'Resume-AzAutomationJob',
+ 'Set-AzAutomationCertificate',
+ 'Set-AzAutomationConnectionFieldValue',
+ 'Set-AzAutomationCredential', 'Set-AzAutomationModule',
+ 'Set-AzAutomationRunbook', 'Import-AzAutomationRunbook',
+ 'Set-AzAutomationSchedule', 'Set-AzAutomationVariable',
+ 'Set-AzAutomationWebhook',
+ 'Start-AzAutomationDscCompilationJob',
+ 'Get-AzAutomationRegistrationInfo',
+ 'Get-AzAutomationDscConfiguration',
+ 'Get-AzAutomationDscNode',
+ 'Get-AzAutomationDscOnboardingMetaconfig',
+ 'Import-AzAutomationDscConfiguration',
+ 'New-AzAutomationKey', 'Start-AzAutomationRunbook',
+ 'Stop-AzAutomationJob', 'Suspend-AzAutomationJob',
+ 'Unregister-AzAutomationDscNode',
+ 'Set-AzAutomationAccount', 'Remove-AzAutomationAccount',
+ 'New-AzAutomationAccount', 'Get-AzAutomationAccount',
+ 'Set-AzAutomationDscNode',
+ 'Unregister-AzAutomationScheduledRunbook',
+ 'Start-AzAutomationDscNodeConfigurationDeployment',
+ 'Stop-AzAutomationDscNodeConfigurationDeployment',
+ 'Get-AzAutomationDscNodeConfigurationDeploymentSchedule',
+ 'Get-AzAutomationDscNodeConfigurationDeployment',
+ 'New-AzAutomationSoftwareUpdateConfiguration',
+ 'Get-AzAutomationSoftwareUpdateConfiguration',
+ 'Remove-AzAutomationSoftwareUpdateConfiguration',
+ 'Get-AzAutomationSoftwareUpdateRun',
+ 'Get-AzAutomationSoftwareUpdateMachineRun',
+ 'New-AzAutomationSourceControl',
+ 'Get-AzAutomationSourceControl',
+ 'Remove-AzAutomationSourceControl',
+ 'Update-AzAutomationSourceControl',
+ 'Start-AzAutomationSourceControlSyncJob',
+ 'Get-AzAutomationSourceControlSyncJob',
+ 'Get-AzAutomationSourceControlSyncJobOutput'
# Variables to export from this module
# VariablesToExport = @()
diff --git a/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.format.ps1xml b/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.format.ps1xml
new file mode 100644
index 000000000000..23e60adfb160
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.format.ps1xml
@@ -0,0 +1,93 @@
+
+
+
+
+ SourceControl
+
+ Microsoft.Azure.Commands.Automation.Model.SourceControl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Name
+ SourceType
+ Branch
+ FolderPath
+ AutoSync
+ PublishRunbook
+ RepoUrl
+ Description
+ CreationTime
+ LastModifiedTime
+
+
+
+
+
+
+ SourceControlSyncJob
+
+ Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob
+
+
+
+
+
+
+ 10
+ 10
+
+
+
+
+ SourceControlSyncJobId
+ SyncType
+ ProvisioningState
+ $_.StartTime.ToString("MM/dd/yyyy hh:mm tt")
+ $_.EndTime.ToString("MM/dd/yyyy hh:mm tt")
+
+
+
+
+
+
+ SourceControlSyncJobRecord
+
+ Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobRecord
+
+
+
+
+
+ 60
+ 10
+ 10
+
+
+
+
+ ProvisioningState
+ SyncType
+ Exception
+ $_.StartTime.ToString("MM/dd/yyyy hh:mm tt")
+ $_.EndTime.ToString("MM/dd/yyyy hh:mm tt")
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1 b/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1
index 5d4593f453bd..ccd360a5ec3b 100644
--- a/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1
+++ b/src/ResourceManager/Automation/Commands.Automation/AzureRM.Automation.psd1
@@ -12,7 +12,7 @@
# RootModule = ''
# Version number of this module.
-ModuleVersion = '5.1.2'
+ModuleVersion = '6.0.1'
# Supported PSEditions
# CompatiblePSEditions = @()
@@ -63,7 +63,7 @@ RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'
# TypesToProcess = @()
# Format files (.ps1xml) to be loaded when importing this module
-# FormatsToProcess = @()
+FormatsToProcess = @(".\AzureRM.Automation.format.ps1xml")
# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess
NestedModules = @('.\Microsoft.Azure.Commands.Automation.dll')
@@ -73,6 +73,7 @@ FunctionsToExport = @()
# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
CmdletsToExport = 'Get-AzureRMAutomationHybridWorkerGroup',
+ 'Remove-AzureRmAutomationHybridWorkerGroup',
'Get-AzureRmAutomationJobOutputRecord',
'Import-AzureRmAutomationDscNodeConfiguration',
'Export-AzureRmAutomationDscConfiguration',
@@ -129,7 +130,19 @@ CmdletsToExport = 'Get-AzureRMAutomationHybridWorkerGroup',
'Start-AzureRmAutomationDscNodeConfigurationDeployment',
'Stop-AzureRmAutomationDscNodeConfigurationDeployment',
'Get-AzureRmAutomationDscNodeConfigurationDeploymentSchedule',
- 'Get-AzureRmAutomationDscNodeConfigurationDeployment'
+ 'Get-AzureRmAutomationDscNodeConfigurationDeployment',
+ 'New-AzureRmAutomationSoftwareUpdateConfiguration',
+ 'Get-AzureRmAutomationSoftwareUpdateConfiguration',
+ 'Remove-AzureRmAutomationSoftwareUpdateConfiguration',
+ 'Get-AzureRmAutomationSoftwareUpdateRun',
+ 'Get-AzureRmAutomationSoftwareUpdateMachineRun',
+ 'New-AzureRmAutomationSourceControl',
+ 'Get-AzureRmAutomationSourceControl',
+ 'Remove-AzureRmAutomationSourceControl',
+ 'Update-AzureRmAutomationSourceControl',
+ 'Start-AzureRmAutomationSourceControlSyncJob',
+ 'Get-AzureRmAutomationSourceControlSyncJob',
+ 'Get-AzureRmAutomationSourceControlSyncJobOutput'
# Variables to export from this module
# VariablesToExport = @()
@@ -164,10 +177,10 @@ PrivateData = @{
# IconUri = ''
# ReleaseNotes of this module
- ReleaseNotes = '* Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll'
+ ReleaseNotes = '* Fixed the DSC Register Node command'
# Prerelease string of this module
- # Prerelease = ''
+ Prerelease = 'preview'
# Flag to indicate whether the module requires explicit user acceptance for install/update
# RequireLicenseAcceptance = $false
@@ -186,4 +199,3 @@ PrivateData = @{
# DefaultCommandPrefix = ''
}
-
diff --git a/src/ResourceManager/Automation/Commands.Automation/ChangeLog.md b/src/ResourceManager/Automation/Commands.Automation/ChangeLog.md
index 3ce036025c67..1edd381ca88d 100644
--- a/src/ResourceManager/Automation/Commands.Automation/ChangeLog.md
+++ b/src/ResourceManager/Automation/Commands.Automation/ChangeLog.md
@@ -18,6 +18,20 @@
- Additional information about change #1
-->
## Current Release
+* Swagger based Azure Automation cmdlets
+* Added Update Management cmdlets
+* Added Source Control cmdlets
+* Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet
+* Fixed the DSC Register Node command
+
+## Version 6.0.1-preview
+* Fixed the DSC Register Node command
+
+## Version 6.0.0-preview
+* Swagger based Azure Automation cmdlets
+* Added Update Management cmdlets
+* Added Source Control cmdlets
+* Added Remove-AzureRmAutomationHybridWorkerGroup cmdlet
## Version 5.1.2
* Renamed cmdlet DLL filename to Microsoft.Azure.Commands.Automation.dll
diff --git a/src/ResourceManager/Automation/Commands.Automation/Cmdlet/AzureAutomationBaseCmdlet.cs b/src/ResourceManager/Automation/Commands.Automation/Cmdlet/AzureAutomationBaseCmdlet.cs
index 95e259ab8078..6cc7a9212a9e 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Cmdlet/AzureAutomationBaseCmdlet.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Cmdlet/AzureAutomationBaseCmdlet.cs
@@ -12,10 +12,9 @@
// limitations under the License.
// ----------------------------------------------------------------------------------
-using Hyak.Common;
using Microsoft.Azure.Commands.Automation.Common;
using Microsoft.Azure.Commands.Automation.DataContract;
-using Microsoft.Azure.Commands.Automation.Properties;
+using Microsoft.Azure.Management.Automation.Models;
using Microsoft.Azure.Commands.ResourceManager.Common.ArgumentCompleters;
using System;
using System.Collections.Generic;
@@ -26,6 +25,8 @@
using System.Runtime.Serialization.Json;
using System.Text;
using System.Xml.Linq;
+using Newtonsoft.Json;
+using Newtonsoft.Json.Linq;
namespace Microsoft.Azure.Commands.Automation.Cmdlet
{
@@ -37,16 +38,16 @@ public abstract class AzureAutomationBaseCmdlet : ResourceManager.Common.AzureRM
///
/// The automation client.
///
- private IAutomationClient automationClient;
+ private IAutomationPSClient automationClient;
///
/// Gets or sets the automation client base.
///
- public IAutomationClient AutomationClient
+ public IAutomationPSClient AutomationClient
{
get
{
- return this.automationClient = this.automationClient ?? new AutomationClient(DefaultProfile.DefaultContext);
+ return this.automationClient = this.automationClient ?? new AutomationPSClient(DefaultProfile.DefaultContext);
}
set
@@ -83,24 +84,53 @@ public override void ExecuteCmdlet()
Requires.Argument("AutomationAccountName", this.AutomationAccountName).NotNull();
this.AutomationProcessRecord();
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException errorResponseException)
{
- if (string.IsNullOrEmpty(cloudException.Error.Code) && string.IsNullOrEmpty(cloudException.Error.Message))
+ // if errorResponseException.Body.Code is null or empty, check if errorResponseException.Response.Content is available.
+ if (string.IsNullOrEmpty(errorResponseException.Body?.Code) && string.IsNullOrEmpty(errorResponseException.Body?.Message))
{
- string message = this.ParseErrorMessage(cloudException.Response.Content);
- if (!string.IsNullOrEmpty(message))
+ if (!string.IsNullOrEmpty(errorResponseException.Response.Content))
{
- throw new CloudException(message, cloudException);
+ // try to extract the error message from errorResponseException.Response.Content.
+ var message = ParseJson(errorResponseException.Response.Content);
+ if (!string.IsNullOrEmpty(message))
+ {
+ throw new ErrorResponseException(message, errorResponseException);
+ }
}
}
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
- {
- throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.AutomationAccountNotFound), cloudException);
- }
+ throw new ErrorResponseException(errorResponseException.Body?.Message, errorResponseException);
+ }
+ }
+
+ // This function parses two type of Json contents:
+ // 1) "{\"error\":{\"code\":\"ResourceGroupNotFound\",\"message\":\"Resource group 'foobar' could not be found.\"}}"
+ // 2) "{\"code\":\"ResourceGroupNotFound\",\"message\":\"Resource group 'foobar' could not be found.\"}"
+ private string ParseJson(string value)
+ {
+ value = value.Trim();
+ try
+ {
+ var nestedError = JsonConvert.DeserializeObject(value);
+ return nestedError.Error.Message;
+ }
+ catch
+ {
+ // Ignore the parsing error.
+ }
- throw;
+ try
+ {
+ var error = JsonConvert.DeserializeObject(value);
+ return error.Message;
+ }
+ catch
+ {
+ // Ignore the parsing error.
}
+
+ return null;
}
protected bool GenerateCmdletOutput(object result)
@@ -136,30 +166,5 @@ protected bool GenerateCmdletOutput(IEnumerable
-
+
@@ -57,4 +57,10 @@
+
+
+ PreserveNewest
+
+
+
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj b/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
index 70719532bb8a..160d0bd405e1 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
+++ b/src/ResourceManager/Automation/Commands.Automation/Commands.Automation.csproj
@@ -52,15 +52,13 @@
true
false
-
-
- ..\..\..\packages\Microsoft.Azure.Management.Automation.2.0.4\lib\net40\Microsoft.Azure.Management.Automation.dll
-
-
+
+
+
@@ -88,6 +86,7 @@
+
@@ -96,11 +95,13 @@
+
+
@@ -122,6 +123,7 @@
+
@@ -135,14 +137,24 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
@@ -150,7 +162,9 @@
+
+
@@ -182,6 +196,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -194,14 +227,15 @@
+
PreserveNewest
+
-
- Designer
+
+
-
@@ -216,11 +250,18 @@
Commands.Profile
+
+
+ False
+ ..\..\..\packages\Microsoft.Azure.Management.Automation.3.4.0-preview\lib\net452\Microsoft.Azure.Management.Automation.dll
+
+
+
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationCmdletParameterSet.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationCmdletParameterSet.cs
index 5517cae28697..c3a02586e583 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationCmdletParameterSet.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationCmdletParameterSet.cs
@@ -67,6 +67,66 @@ internal static class AutomationCmdletParameterSets
///
internal const string ByMonthlyDayOfWeek = "ByMonthlyDayOfWeek";
+ ///
+ /// The one time schedule parameter set.
+ ///
+ internal const string ByOneTimeWindows = "ByOneTimeWindows";
+
+ ///
+ /// The daily schedule parameter set.
+ ///
+ internal const string ByDailyWindows = "ByDailyWindows";
+
+ ///
+ /// The hourly schedule parameter set.
+ ///
+ internal const string ByHourlyWindows = "ByHourlyWindows";
+
+ ///
+ /// The weekly schedule parameter set.
+ ///
+ internal const string ByWeeklyWindows = "ByWeeklyWindows";
+
+ ///
+ /// The monthly schedule parameter set.
+ ///
+ internal const string ByMonthlyDaysOfMonthWindows = "ByMonthlyDaysOfMonthWindows";
+
+ ///
+ /// The monthly schedule parameter set.
+ ///
+ internal const string ByMonthlyDayOfWeekWindows = "ByMonthlyDayOfWeekWindows";
+
+ ///
+ /// The one time schedule parameter set.
+ ///
+ internal const string ByOneTimeLinux = "ByOneTimeLinux";
+
+ ///
+ /// The daily schedule parameter set.
+ ///
+ internal const string ByDailyLinux = "ByDailyLinux";
+
+ ///
+ /// The hourly schedule parameter set.
+ ///
+ internal const string ByHourlyLinux = "ByHourlyLinux";
+
+ ///
+ /// The weekly schedule parameter set.
+ ///
+ internal const string ByWeeklyLinux = "ByWeeklyLinux";
+
+ ///
+ /// The monthly schedule parameter set.
+ ///
+ internal const string ByMonthlyDaysOfMonthLinux = "ByMonthlyDaysOfMonthLinux";
+
+ ///
+ /// The monthly schedule parameter set.
+ ///
+ internal const string ByMonthlyDayOfWeekLinux = "ByMonthlyDayOfWeekLinux";
+
///
/// The Job Id parameter set.
///
@@ -166,5 +226,40 @@ internal static class AutomationCmdletParameterSets
/// Parameter set for ByInputObject
///
internal const string ByInputObject = "ByInputObject";
+
+ ///
+ /// Parameter set for ByVMId
+ ///
+ internal const string ByVMId = "ByVMId";
+
+ ///
+ /// Parameter set for By SoftwareUpdateConfiguration Name
+ ///
+ internal const string BySucName = "BySucName";
+
+ ///
+ /// Parameter set for By SoftwareUpdateConfiguration object
+ ///
+ internal const string BySuc = "BySuc";
+
+ ///
+ /// Parameter set for By SoftwareUpdateConfigurationRun Id
+ ///
+ internal const string BySucrId = "BySucrId";
+
+ ///
+ /// Parameter set for By SoftwareUpdateConfigurationRun object
+ ///
+ internal const string BySucr = "BySucr";
+
+ ///
+ /// Parameter set for By SoftwareUpdateConfiguration targeting windows
+ ///
+ internal const string Windows = "Windows";
+
+ ///
+ /// Parameter set for By SoftwareUpdateConfiguration targeting Linux
+ ///
+ internal const string Linux = "Linux";
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClient.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClient.cs
similarity index 71%
rename from src/ResourceManager/Automation/Commands.Automation/Common/AutomationClient.cs
rename to src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClient.cs
index 6e06789d2679..c6a31510d63b 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClient.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClient.cs
@@ -12,11 +12,12 @@
// limitations under the License.
// ----------------------------------------------------------------------------------
-using Hyak.Common;
+using Microsoft.Rest;
+using Microsoft.Rest.ClientRuntime;
+using Microsoft.Rest.ClientRuntime.Azure;
using Microsoft.Azure.Commands.Automation.Model;
using Microsoft.Azure.Commands.Automation.Properties;
using Microsoft.Azure.Commands.Common.Authentication;
-using Microsoft.Azure.Commands.Common.Authentication.Models;
using Microsoft.Azure.Management.Automation;
using Microsoft.Azure.Management.Automation.Models;
using Newtonsoft.Json;
@@ -27,7 +28,6 @@
using System.IO;
using System.Linq;
using System.Management.Automation;
-using System.Net;
using System.Security;
using System.Security.Cryptography.X509Certificates;
using AutomationAccount = Microsoft.Azure.Commands.Automation.Model.AutomationAccount;
@@ -47,12 +47,12 @@
namespace Microsoft.Azure.Commands.Automation.Common
{
- public partial class AutomationClient : IAutomationClient
+ public partial class AutomationPSClient : IAutomationPSClient
{
- private readonly AutomationManagement.IAutomationManagementClient automationManagementClient;
+ private readonly AutomationManagement.IAutomationClient automationManagementClient;
// Injection point for unit tests
- public AutomationClient()
+ public AutomationPSClient()
{
}
@@ -60,15 +60,15 @@ public AutomationClient()
///
///
///
- public AutomationClient(IAzureContext context)
+ public AutomationPSClient(IAzureContext context)
: this(context.Subscription,
- AzureSession.Instance.ClientFactory.CreateClient(context,
+ AzureSession.Instance.ClientFactory.CreateArmClient(context,
AzureEnvironment.Endpoint.ResourceManager))
{
}
- public AutomationClient(IAzureSubscription subscription,
- AutomationManagement.IAutomationManagementClient automationManagementClient)
+ public AutomationPSClient(IAzureSubscription subscription,
+ AutomationManagement.IAutomationClient automationManagementClient)
{
Requires.Argument("automationManagementClient", automationManagementClient).NotNull();
@@ -78,7 +78,7 @@ public AutomationClient(IAzureSubscription subscription,
private void SetClientIdHeader(string clientRequestId)
{
- var client = ((AutomationManagementClient)this.automationManagementClient);
+ var client = ((AutomationManagement.AutomationClient)this.automationManagementClient);
client.HttpClient.DefaultRequestHeaders.Remove(Constants.ClientRequestIdHeaderName);
client.HttpClient.DefaultRequestHeaders.Add(Constants.ClientRequestIdHeaderName, clientRequestId);
}
@@ -89,19 +89,33 @@ private void SetClientIdHeader(string clientRequestId)
public IEnumerable ListAutomationAccounts(string resourceGroupName, ref string nextLink)
{
- AutomationAccountListResponse response;
-
- if (string.IsNullOrEmpty(nextLink))
+ Rest.Azure.IPage response;
+ if(!string.IsNullOrWhiteSpace(resourceGroupName))
{
- response = this.automationManagementClient.AutomationAccounts.List(resourceGroupName);
+ if(string.IsNullOrWhiteSpace(nextLink))
+ {
+ response = this.automationManagementClient.AutomationAccount.ListByResourceGroup(resourceGroupName);
+ }
+ else
+ {
+ response = this.automationManagementClient.AutomationAccount.ListByResourceGroupNext(nextLink);
+ }
+
}
else
{
- response = this.automationManagementClient.AutomationAccounts.ListNext(nextLink);
+ if (string.IsNullOrWhiteSpace(nextLink))
+ {
+ response = this.automationManagementClient.AutomationAccount.List();
+ }
+ else
+ {
+ response = this.automationManagementClient.AutomationAccount.ListNext(nextLink);
+ }
}
- nextLink = response.NextLink;
- return response.AutomationAccounts.Select(c => new AutomationAccount(resourceGroupName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new AutomationAccount(resourceGroupName, c));
}
public AutomationAccount GetAutomationAccount(string resourceGroupName, string automationAccountName)
@@ -109,11 +123,22 @@ public AutomationAccount GetAutomationAccount(string resourceGroupName, string a
Requires.Argument("ResourceGroupName", resourceGroupName).NotNull();
Requires.Argument("AutomationAccountName", automationAccountName).NotNull();
- var account =
- this.automationManagementClient.AutomationAccounts.Get(resourceGroupName, automationAccountName)
- .AutomationAccount;
+ try
+ {
+ var account = this.automationManagementClient.AutomationAccount.Get(resourceGroupName, automationAccountName);
+ return new Model.AutomationAccount(resourceGroupName, account);
+ }
+ catch (ErrorResponseException cloudException)
+ {
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
+ {
+ throw new ResourceNotFoundException(typeof(AutomationAccount),
+ string.Format(CultureInfo.CurrentCulture, Resources.AutomationAccountNotFound,
+ automationAccountName));
+ }
- return new Model.AutomationAccount(resourceGroupName, account);
+ throw;
+ }
}
public AutomationAccount CreateAutomationAccount(string resourceGroupName, string automationAccountName,
@@ -132,20 +157,14 @@ public AutomationAccount CreateAutomationAccount(string resourceGroupName, strin
{
Location = location,
Name = automationAccountName,
- Properties = new AutomationAccountCreateOrUpdateProperties()
+ Sku = new Sku()
{
- Sku = new Sku()
- {
- Name = String.IsNullOrWhiteSpace(plan) ? Constants.DefaultPlan : plan,
- }
+ Name = String.IsNullOrWhiteSpace(plan) ? Constants.DefaultPlan : plan,
},
Tags = accountTags
};
- var account =
- this.automationManagementClient.AutomationAccounts.CreateOrUpdate(resourceGroupName,
- accountCreateOrUpdateParameters).AutomationAccount;
-
+ var account = this.automationManagementClient.AutomationAccount.CreateOrUpdate(resourceGroupName, automationAccountName, accountCreateOrUpdateParameters);
return new AutomationAccount(resourceGroupName, account);
}
@@ -171,23 +190,17 @@ public AutomationAccount UpdateAutomationAccount(string resourceGroupName, strin
;
}
- var accountUpdateParameters = new AutomationAccountPatchParameters()
+ var accountUpdateParameters = new AutomationAccountUpdateParameters()
{
Name = automationAccountName,
- Properties = new AutomationAccountPatchProperties()
+ Sku = new Sku()
{
- Sku = new Sku()
- {
- Name = String.IsNullOrWhiteSpace(plan) ? automationAccount.Plan : plan,
- }
+ Name = String.IsNullOrWhiteSpace(plan) ? automationAccount.Plan : plan,
},
Tags = accountTags,
};
- var account =
- this.automationManagementClient.AutomationAccounts.Patch(resourceGroupName,
- accountUpdateParameters).AutomationAccount;
-
+ var account = this.automationManagementClient.AutomationAccount.Update(resourceGroupName, automationAccountName, accountUpdateParameters);
return new AutomationAccount(resourceGroupName, account);
}
@@ -196,13 +209,13 @@ public void DeleteAutomationAccount(string resourceGroupName, string automationA
{
try
{
- this.automationManagementClient.AutomationAccounts.Delete(
+ this.automationManagementClient.AutomationAccount.Delete(
resourceGroupName,
automationAccountName);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(AutomationAccount),
string.Format(CultureInfo.CurrentCulture, Resources.AutomationAccountNotFound,
@@ -215,24 +228,22 @@ public void DeleteAutomationAccount(string resourceGroupName, string automationA
#endregion
- #region Modules
+ #region Module
public Module CreateModule(string resourceGroupName, string automationAccountName, Uri contentLink,
string moduleName)
{
- var createdModule = this.automationManagementClient.Modules.CreateOrUpdate(resourceGroupName,
+ var createdModule = this.automationManagementClient.Module.CreateOrUpdate(resourceGroupName,
automationAccountName,
+ moduleName,
new AutomationManagement.Models.ModuleCreateOrUpdateParameters()
{
Name = moduleName,
- Properties = new AutomationManagement.Models.ModuleCreateOrUpdateProperties()
+ ContentLink = new AutomationManagement.Models.ContentLink()
{
- ContentLink = new AutomationManagement.Models.ContentLink()
- {
- Uri = contentLink,
- ContentHash = null,
- Version = null
- }
+ Uri = contentLink.ToString(),
+ ContentHash = null,
+ Version = null
},
});
@@ -244,12 +255,12 @@ public Module GetModule(string resourceGroupName, string automationAccountName,
try
{
var module =
- this.automationManagementClient.Modules.Get(resourceGroupName, automationAccountName, name).Module;
+ this.automationManagementClient.Module.Get(resourceGroupName, automationAccountName, name);
return new Module(resourceGroupName, automationAccountName, module);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(Module),
string.Format(CultureInfo.CurrentCulture, Resources.ModuleNotFound, name));
@@ -262,47 +273,45 @@ public Module GetModule(string resourceGroupName, string automationAccountName,
public IEnumerable ListModules(string resourceGroupName, string automationAccountName,
ref string nextLink)
{
- ModuleListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Modules.List(resourceGroupName,
- automationAccountName);
+ response = this.automationManagementClient.Module.ListByAutomationAccount(resourceGroupName, automationAccountName);
}
else
{
- response = this.automationManagementClient.Modules.ListNext(nextLink);
+ response = this.automationManagementClient.Module.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Modules.Select(c => new Module(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Module(resourceGroupName, automationAccountName, c));
}
public Module UpdateModule(string resourceGroupName, string automationAccountName, string name,
Uri contentLinkUri, string contentLinkVersion)
{
var moduleModel =
- this.automationManagementClient.Modules.Get(resourceGroupName, automationAccountName, name).Module;
+ this.automationManagementClient.Module.Get(resourceGroupName, automationAccountName, name);
if (contentLinkUri != null)
{
- var modulePatchParameters = new AutomationManagement.Models.ModulePatchParameters();
+ var moduleUpdateParameters = new AutomationManagement.Models.ModuleUpdateParameters();
- modulePatchParameters.Name = name;
- modulePatchParameters.Properties = new ModulePatchProperties();
- modulePatchParameters.Properties.ContentLink = new AutomationManagement.Models.ContentLink();
- modulePatchParameters.Properties.ContentLink.Uri = contentLinkUri;
- modulePatchParameters.Properties.ContentLink.Version =
+ moduleUpdateParameters.Name = name;
+ moduleUpdateParameters.ContentLink = new AutomationManagement.Models.ContentLink();
+ moduleUpdateParameters.ContentLink.Uri = contentLinkUri.ToString();
+ moduleUpdateParameters.ContentLink.Version =
(String.IsNullOrWhiteSpace(contentLinkVersion))
? Guid.NewGuid().ToString()
: contentLinkVersion;
- modulePatchParameters.Tags = moduleModel.Tags;
+ moduleUpdateParameters.Tags = moduleModel.Tags;
- this.automationManagementClient.Modules.Patch(resourceGroupName, automationAccountName,
- modulePatchParameters);
+ this.automationManagementClient.Module.Update(resourceGroupName, automationAccountName, name,
+ moduleUpdateParameters);
}
var updatedModule =
- this.automationManagementClient.Modules.Get(resourceGroupName, automationAccountName, name).Module;
+ this.automationManagementClient.Module.Get(resourceGroupName, automationAccountName, name);
return new Module(resourceGroupName, automationAccountName, updatedModule);
}
@@ -310,12 +319,11 @@ public void DeleteModule(string resourceGroupName, string automationAccountName,
{
try
{
- var module = this.automationManagementClient.Modules.Delete(resourceGroupName, automationAccountName,
- name);
+ this.automationManagementClient.Module.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(Module),
string.Format(CultureInfo.CurrentCulture, Resources.ModuleNotFound, name));
@@ -333,22 +341,20 @@ public Schedule CreateSchedule(string resourceGroupName, string automationAccoun
{
var scheduleCreateOrUpdateParameters = new AutomationManagement.Models.ScheduleCreateOrUpdateParameters
{
- Name = schedule.Name,
- Properties = new AutomationManagement.Models.ScheduleCreateOrUpdateProperties
- {
- StartTime = schedule.StartTime,
- ExpiryTime = schedule.ExpiryTime,
- Description = schedule.Description,
- Interval = schedule.Interval,
- Frequency = schedule.Frequency.ToString(),
- AdvancedSchedule = schedule.GetAdvancedSchedule(),
- TimeZone = schedule.TimeZone,
- }
+ Name = schedule.Name,
+ StartTime = schedule.StartTime.DateTime,
+ ExpiryTime = schedule.ExpiryTime,
+ Description = schedule.Description,
+ Interval = schedule.Interval,
+ Frequency = schedule.Frequency.ToString(),
+ AdvancedSchedule = schedule.GetAdvancedSchedule(),
+ TimeZone = schedule.TimeZone,
};
- var scheduleCreateResponse = this.automationManagementClient.Schedules.CreateOrUpdate(
+ var scheduleCreateResponse = this.automationManagementClient.Schedule.CreateOrUpdate(
resourceGroupName,
automationAccountName,
+ schedule.Name,
scheduleCreateOrUpdateParameters);
return this.GetSchedule(resourceGroupName, automationAccountName, schedule.Name);
@@ -358,14 +364,11 @@ public void DeleteSchedule(string resourceGroupName, string automationAccountNam
{
try
{
- this.automationManagementClient.Schedules.Delete(
- resourceGroupName,
- automationAccountName,
- scheduleName);
+ this.automationManagementClient.Schedule.Delete(resourceGroupName, automationAccountName, scheduleName);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(Schedule),
string.Format(CultureInfo.CurrentCulture, Resources.ScheduleNotFound, scheduleName));
@@ -384,19 +387,19 @@ public Schedule GetSchedule(string resourceGroupName, string automationAccountNa
public IEnumerable ListSchedules(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- ScheduleListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Schedules.List(resourceGroupName, automationAccountName);
+ response = this.automationManagementClient.Schedule.ListByAutomationAccount(resourceGroupName, automationAccountName);;
}
else
{
- response = this.automationManagementClient.Schedules.ListNext(nextLink);
+ response = this.automationManagementClient.Schedule.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Schedules.Select(c => new Schedule(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Schedule(resourceGroupName, automationAccountName, c));
}
public Schedule UpdateSchedule(string resourceGroupName, string automationAccountName, string scheduleName, bool? isEnabled,
@@ -404,8 +407,8 @@ public Schedule UpdateSchedule(string resourceGroupName, string automationAccoun
{
AutomationManagement.Models.Schedule scheduleModel = this.GetScheduleModel(resourceGroupName, automationAccountName,
scheduleName);
- isEnabled = (isEnabled.HasValue) ? isEnabled : scheduleModel.Properties.IsEnabled;
- description = description ?? scheduleModel.Properties.Description;
+ isEnabled = (isEnabled.HasValue) ? isEnabled : scheduleModel.IsEnabled;
+ description = description ?? scheduleModel.Description;
return this.UpdateScheduleHelper(resourceGroupName, automationAccountName, scheduleName, isEnabled, description);
}
@@ -427,19 +430,19 @@ public Runbook GetRunbook(string resourceGroupName, string automationAccountName
public IEnumerable ListRunbooks(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- RunbookListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Runbooks.List(resourceGroupName, automationAccountName);
+ response = this.automationManagementClient.Runbook.ListByAutomationAccount(resourceGroupName, automationAccountName);;
}
else
{
- response = this.automationManagementClient.Runbooks.ListNext(nextLink);
+ response = this.automationManagementClient.Runbook.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Runbooks.Select(c => new Runbook(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Runbook(resourceGroupName, automationAccountName, c));
}
public Runbook CreateRunbookByName(string resourceGroupName, string automationAccountName, string runbookName, string description,
@@ -457,24 +460,19 @@ public Runbook CreateRunbookByName(string resourceGroupName, string automationAc
IDictionary runbooksTags = null;
if (tags != null) runbooksTags = tags.Cast().ToDictionary(kvp => kvp.Key.ToString(), kvp => kvp.Value.ToString());
- var rdcprop = new RunbookCreateOrUpdateDraftProperties()
+ var rdcparam = new RunbookCreateOrUpdateParameters()
{
+ Name = runbookName,
Description = description,
RunbookType = String.IsNullOrWhiteSpace(type) ? RunbookTypeEnum.Script : type,
- LogProgress = logProgress.HasValue && logProgress.Value,
+ LogProgress = logProgress.HasValue && logProgress.Value,
LogVerbose = logVerbose.HasValue && logVerbose.Value,
Draft = new RunbookDraft(),
- };
-
- var rdcparam = new RunbookCreateOrUpdateDraftParameters()
- {
- Name = runbookName,
- Properties = rdcprop,
Tags = runbooksTags,
Location = GetAutomationAccount(resourceGroupName, automationAccountName).Location
};
- this.automationManagementClient.Runbooks.CreateOrUpdateWithDraft(resourceGroupName, automationAccountName, rdcparam);
+ this.automationManagementClient.Runbook.CreateOrUpdate(resourceGroupName, automationAccountName, runbookName, rdcparam);
return this.GetRunbook(resourceGroupName, automationAccountName, runbookName);
}
@@ -526,13 +524,8 @@ public Runbook ImportRunbook(string resourceGroupName, string automationAccountN
{
var runbook = this.CreateRunbookByName(resourceGroupName, automationAccountName, runbookName, description, tags, type, logProgress, logVerbose, overwrite);
- var rduprop = new RunbookDraftUpdateParameters()
- {
- Name = runbookName,
- Stream = File.ReadAllText(runbookPath)
- };
-
- this.automationManagementClient.RunbookDraft.Update(resourceGroupName, automationAccountName, rduprop);
+ FileStream SourceStream = File.Open(runbookPath, FileMode.Open);
+ this.automationManagementClient.RunbookDraft.ReplaceContent(resourceGroupName, automationAccountName, runbookName, SourceStream);
if (published)
{
@@ -549,12 +542,12 @@ public void DeleteRunbook(string resourceGroupName, string automationAccountName
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- this.automationManagementClient.Runbooks.Delete(resourceGroupName, automationAccountName, runbookName);
+ this.automationManagementClient.Runbook.Delete(resourceGroupName, automationAccountName, runbookName);
}
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(Connection),
string.Format(CultureInfo.CurrentCulture, Resources.RunbookNotFound, runbookName));
@@ -577,26 +570,24 @@ public Runbook UpdateRunbook(string resourceGroupName, string automationAccountN
string.Format(CultureInfo.CurrentCulture, Resources.RunbookNotFound, runbookName));
}
- var runbookUpdateParameters = new RunbookPatchParameters();
+ var runbookUpdateParameters = new RunbookUpdateParameters();
runbookUpdateParameters.Name = runbookName;
runbookUpdateParameters.Tags = null;
IDictionary runbooksTags = null;
if (tags != null) runbooksTags = tags.Cast().ToDictionary(kvp => kvp.Key.ToString(), kvp => kvp.Value.ToString());
- runbookUpdateParameters.Properties = new RunbookPatchProperties();
- runbookUpdateParameters.Properties.Description = description ?? runbookModel.Properties.Description;
- runbookUpdateParameters.Properties.LogProgress = (logProgress.HasValue)
+ runbookUpdateParameters.Description = description ?? runbookModel.Description;
+ runbookUpdateParameters.LogProgress = (logProgress.HasValue)
? logProgress.Value
- : runbookModel.Properties.LogProgress;
- runbookUpdateParameters.Properties.LogVerbose = (logVerbose.HasValue)
+ : runbookModel.LogProgress;
+ runbookUpdateParameters.LogVerbose = (logVerbose.HasValue)
? logVerbose.Value
- : runbookModel.Properties.LogVerbose;
+ : runbookModel.LogVerbose;
runbookUpdateParameters.Tags = runbooksTags ?? runbookModel.Tags;
var runbook =
- this.automationManagementClient.Runbooks.Patch(resourceGroupName, automationAccountName, runbookUpdateParameters)
- .Runbook;
+ this.automationManagementClient.Runbook.Update(resourceGroupName, automationAccountName, runbookName, runbookUpdateParameters);
return new Runbook(resourceGroupName, automationAccountName, runbook);
}
@@ -619,18 +610,26 @@ public DirectoryInfo ExportRunbook(string resourceGroupName, string automationAc
var publishedContent = String.Empty;
if (0 !=
- String.Compare(runbook.Properties.State, RunbookState.Published, CultureInfo.InvariantCulture,
+ String.Compare(runbook.State, RunbookState.Published, CultureInfo.InvariantCulture,
CompareOptions.IgnoreCase) && (!isDraft.HasValue || isDraft.Value))
{
- draftContent =
- this.automationManagementClient.RunbookDraft.Content(resourceGroupName, automationAccountName, runbookName).Stream;
+ var stream = this.automationManagementClient.RunbookDraft.GetContent(resourceGroupName, automationAccountName, runbookName);
+ if (stream != null)
+ {
+ var reader = new StreamReader(stream);
+ draftContent = reader.ReadToEnd();
+ }
}
if (0 !=
- String.Compare(runbook.Properties.State, RunbookState.New, CultureInfo.InvariantCulture,
+ String.Compare(runbook.State, RunbookState.New, CultureInfo.InvariantCulture,
CompareOptions.IgnoreCase) && (!isDraft.HasValue || !isDraft.Value))
{
- publishedContent =
- this.automationManagementClient.Runbooks.Content(resourceGroupName, automationAccountName, runbookName).Stream;
+ var stream = this.automationManagementClient.Runbook.GetContent(resourceGroupName, automationAccountName, runbookName);
+ if (stream != null)
+ {
+ var reader = new StreamReader(stream);
+ publishedContent = reader.ReadToEnd();
+ }
}
// if no slot specified return both draft and publish content
@@ -638,12 +637,12 @@ public DirectoryInfo ExportRunbook(string resourceGroupName, string automationAc
{
if (false == String.IsNullOrEmpty(publishedContent))
{
- ret = WriteRunbookToFile(outputFolder, runbook.Name, publishedContent, runbook.Properties.RunbookType,
+ ret = WriteRunbookToFile(outputFolder, runbook.Name, publishedContent, runbook.RunbookType,
overwrite);
}
else if (false == String.IsNullOrEmpty(draftContent))
{
- ret = WriteRunbookToFile(outputFolder, runbook.Name, draftContent, runbook.Properties.RunbookType,
+ ret = WriteRunbookToFile(outputFolder, runbook.Name, draftContent, runbook.RunbookType,
overwrite);
}
}
@@ -657,7 +656,7 @@ public DirectoryInfo ExportRunbook(string resourceGroupName, string automationAc
string.Format(CultureInfo.CurrentCulture, Resources.RunbookHasNoDraftVersion,
runbookName));
if (false == String.IsNullOrEmpty(draftContent))
- ret = WriteRunbookToFile(outputFolder, runbook.Name, draftContent, runbook.Properties.RunbookType,
+ ret = WriteRunbookToFile(outputFolder, runbook.Name, draftContent, runbook.RunbookType,
overwrite);
}
else
@@ -668,7 +667,7 @@ public DirectoryInfo ExportRunbook(string resourceGroupName, string automationAc
runbookName));
if (false == String.IsNullOrEmpty(publishedContent))
- ret = WriteRunbookToFile(outputFolder, runbook.Name, publishedContent, runbook.Properties.RunbookType,
+ ret = WriteRunbookToFile(outputFolder, runbook.Name, publishedContent, runbook.RunbookType,
overwrite);
}
}
@@ -681,39 +680,29 @@ public Runbook PublishRunbook(string resourceGroupName, string automationAccount
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- this.automationManagementClient.RunbookDraft.Publish(
- resourceGroupName,
- automationAccountName,
- new RunbookDraftPublishParameters
- {
- Name = runbookName,
- PublishedBy = Constants.ClientIdentity
- });
+ this.automationManagementClient.RunbookDraft.Publish(resourceGroupName, automationAccountName, runbookName);
return this.GetRunbook(resourceGroupName, automationAccountName, runbookName);
}
-
}
public Job StartRunbook(string resourceGroupName, string automationAccountName, string runbookName, IDictionary parameters, string runOn)
{
IDictionary processedParameters = this.ProcessRunbookParameters(resourceGroupName, automationAccountName,
runbookName, parameters);
- var job = this.automationManagementClient.Jobs.Create(
+ var job = this.automationManagementClient.Job.Create(
resourceGroupName,
automationAccountName,
+ Guid.NewGuid().ToString(),
new JobCreateParameters
{
- Properties = new JobCreateProperties
+ Runbook = new RunbookAssociationProperty
{
- Runbook = new RunbookAssociationProperty
- {
- Name = runbookName
- },
- RunOn = String.IsNullOrWhiteSpace(runOn) ? null : runOn,
- Parameters = processedParameters ?? null
- }
- }).Job;
+ Name = runbookName
+ },
+ RunOn = String.IsNullOrWhiteSpace(runOn) ? null : runOn,
+ Parameters = processedParameters ?? null
+ });
return new Job(resourceGroupName, automationAccountName, job);
}
@@ -744,16 +733,12 @@ public Variable CreateVariable(Variable variable)
var createParams = new AutomationManagement.Models.VariableCreateOrUpdateParameters()
{
Name = variable.Name,
- Properties = new AutomationManagement.Models.VariableCreateOrUpdateProperties()
- {
- Value = PowerShellJsonConverter.Serialize(variable.Value),
- Description = variable.Description,
- IsEncrypted = variable.Encrypted
- }
+ Value = PowerShellJsonConverter.Serialize(variable.Value),
+ Description = variable.Description,
+ IsEncrypted = variable.Encrypted
};
- var sdkCreatedVariable =
- this.automationManagementClient.Variables.CreateOrUpdate(variable.ResourceGroupName, variable.AutomationAccountName, createParams).Variable;
+ var sdkCreatedVariable = this.automationManagementClient.Variable.CreateOrUpdate(variable.ResourceGroupName, variable.AutomationAccountName, variable.Name, createParams);
return new Variable(sdkCreatedVariable, variable.AutomationAccountName, variable.ResourceGroupName);
}
@@ -762,11 +747,11 @@ public void DeleteVariable(string resourceGroupName, string automationAccountNam
{
try
{
- this.automationManagementClient.Variables.Delete(resourceGroupName, automationAccountName, variableName);
+ this.automationManagementClient.Variable.Delete(resourceGroupName, automationAccountName, variableName);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(Variable),
string.Format(CultureInfo.CurrentCulture, Resources.VariableNotFound, variableName));
@@ -787,27 +772,21 @@ public Variable UpdateVariable(Variable variable, VariableUpdateFields updateFie
existingVariable.Encrypted));
}
- var updateParams = new AutomationManagement.Models.VariablePatchParameters()
+ var updateParams = new AutomationManagement.Models.VariableUpdateParameters()
{
Name = variable.Name,
};
if (updateFields == VariableUpdateFields.OnlyDescription)
{
- updateParams.Properties = new AutomationManagement.Models.VariablePatchProperties()
- {
- Description = variable.Description
- };
+ updateParams.Description = variable.Description;
}
else
{
- updateParams.Properties = new AutomationManagement.Models.VariablePatchProperties()
- {
- Value = PowerShellJsonConverter.Serialize(variable.Value)
- };
+ updateParams.Value = PowerShellJsonConverter.Serialize(variable.Value);
}
- this.automationManagementClient.Variables.Patch(variable.ResourceGroupName, variable.AutomationAccountName, updateParams);
+ this.automationManagementClient.Variable.Update(variable.ResourceGroupName, variable.AutomationAccountName, variable.Name, updateParams);
return this.GetVariable(variable.ResourceGroupName, variable.AutomationAccountName, variable.Name);
}
@@ -816,7 +795,7 @@ public Variable GetVariable(string resourceGroupName, string automationAccountNa
{
try
{
- var sdkVarible = this.automationManagementClient.Variables.Get(resourceGroupName, automationAccountName, name).Variable;
+ var sdkVarible = this.automationManagementClient.Variable.Get(resourceGroupName, automationAccountName, name);
if (sdkVarible != null)
{
@@ -826,7 +805,7 @@ public Variable GetVariable(string resourceGroupName, string automationAccountNa
throw new ResourceNotFoundException(typeof(Variable),
string.Format(CultureInfo.CurrentCulture, Resources.VariableNotFound, name));
}
- catch (CloudException)
+ catch (ErrorResponseException)
{
throw new ResourceNotFoundException(typeof(Variable),
string.Format(CultureInfo.CurrentCulture, Resources.VariableNotFound, name));
@@ -835,21 +814,19 @@ public Variable GetVariable(string resourceGroupName, string automationAccountNa
public IEnumerable ListVariables(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- VariableListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Variables.List(
- resourceGroupName,
- automationAccountName);
+ response = this.automationManagementClient.Variable.ListByAutomationAccount(resourceGroupName, automationAccountName);
}
else
{
- response = this.automationManagementClient.Variables.ListNext(nextLink);
+ response = this.automationManagementClient.Variable.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Variables.Select(c => new Variable(c, automationAccountName, resourceGroupName));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Variable(c, automationAccountName, resourceGroupName));
}
#endregion
@@ -862,24 +839,17 @@ public CredentialInfo CreateCredential(string resourceGroupName, string automati
{
var credentialCreateParams = new AutomationManagement.Models.CredentialCreateOrUpdateParameters();
credentialCreateParams.Name = name;
- credentialCreateParams.Properties = new AutomationManagement.Models.CredentialCreateOrUpdateProperties();
- if (description != null) credentialCreateParams.Properties.Description = description;
+ if (description != null) credentialCreateParams.Description = description;
Requires.Argument("userName", userName).NotNull();
Requires.Argument("password", password).NotNull();
- credentialCreateParams.Properties.UserName = userName;
- credentialCreateParams.Properties.Password = password;
+ credentialCreateParams.UserName = userName;
+ credentialCreateParams.Password = password;
- var createdCredential = this.automationManagementClient.PsCredentials.CreateOrUpdate(resourceGroupName, automationAccountName,
- credentialCreateParams);
+ var createdCredential = this.automationManagementClient.Credential.CreateOrUpdate(resourceGroupName, automationAccountName, name, credentialCreateParams);
- if (createdCredential == null || createdCredential.StatusCode != HttpStatusCode.Created)
- {
- throw new AzureAutomationOperationException(string.Format(Resources.AutomationOperationFailed, "Create",
- "credential", name, automationAccountName));
- }
- return new CredentialInfo(resourceGroupName, automationAccountName, createdCredential.Credential);
+ return new CredentialInfo(resourceGroupName, automationAccountName, createdCredential);
}
public CredentialInfo UpdateCredential(string resourceGroupName, string automationAccountName, string name, string userName,
@@ -887,23 +857,19 @@ public CredentialInfo UpdateCredential(string resourceGroupName, string automati
string description)
{
var exisitngCredential = this.GetCredential(resourceGroupName, automationAccountName, name);
- var credentialUpdateParams = new CredentialPatchParameters();
+ var credentialUpdateParams = new CredentialUpdateParameters();
credentialUpdateParams.Name = name;
- credentialUpdateParams.Properties = new CredentialPatchProperties();
- credentialUpdateParams.Properties.Description = description ?? exisitngCredential.Description;
+ credentialUpdateParams.Description = description ?? exisitngCredential.Description;
- credentialUpdateParams.Properties.UserName = userName;
- credentialUpdateParams.Properties.Password = password;
-
- var credential = this.automationManagementClient.PsCredentials.Patch(resourceGroupName, automationAccountName,
- credentialUpdateParams);
-
- if (credential == null || credential.StatusCode != HttpStatusCode.OK)
+ if (!string.IsNullOrWhiteSpace(userName))
{
- throw new AzureAutomationOperationException(string.Format(Resources.AutomationOperationFailed, "Update",
- "credential", name, automationAccountName));
+ credentialUpdateParams.UserName = userName;
+ credentialUpdateParams.Password = password;
}
+ var credential = this.automationManagementClient.Credential.Update(resourceGroupName, automationAccountName, name,
+ credentialUpdateParams);
+
var updatedCredential = this.GetCredential(resourceGroupName, automationAccountName, name);
return updatedCredential;
@@ -911,7 +877,7 @@ public CredentialInfo UpdateCredential(string resourceGroupName, string automati
public CredentialInfo GetCredential(string resourceGroupName, string automationAccountName, string name)
{
- var credential = this.automationManagementClient.PsCredentials.Get(resourceGroupName, automationAccountName, name).Credential;
+ var credential = this.automationManagementClient.Credential.Get(resourceGroupName, automationAccountName, name);
if (credential == null)
{
throw new ResourceNotFoundException(typeof(Credential),
@@ -923,32 +889,30 @@ public CredentialInfo GetCredential(string resourceGroupName, string automationA
public IEnumerable ListCredentials(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- CredentialListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.PsCredentials.List(
- resourceGroupName,
- automationAccountName);
+ response = this.automationManagementClient.Credential.ListByAutomationAccount(resourceGroupName, automationAccountName);
}
else
{
- response = this.automationManagementClient.PsCredentials.ListNext(nextLink);
+ response = this.automationManagementClient.Credential.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Credentials.Select(c => new Credential(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Credential(resourceGroupName, automationAccountName, c));
}
public void DeleteCredential(string resourceGroupName, string automationAccountName, string name)
{
try
{
- var credential = this.automationManagementClient.PsCredentials.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.Credential.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(Credential),
string.Format(CultureInfo.CurrentCulture, Resources.CredentialNotFound, name));
@@ -960,62 +924,50 @@ public void DeleteCredential(string resourceGroupName, string automationAccountN
#endregion
- #region Jobs
+ #region Job
public IEnumerable GetJobStream(string resourceGroupName, string automationAccountName, Guid jobId, DateTimeOffset? time,
string streamType, ref string nextLink)
{
- var listParams = new AutomationManagement.Models.JobStreamListParameters();
-
- if (time.HasValue)
- {
- listParams.Time = this.FormatDateTime(time.Value);
- }
-
- if (streamType != null)
- {
- listParams.StreamType = streamType;
- }
-
- JobStreamListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.JobStreams.List(resourceGroupName, automationAccountName, jobId, listParams);
+ response = this.automationManagementClient.JobStream.ListByJob(resourceGroupName, automationAccountName, jobId.ToString(), this.GetJobStreamFilterString(time, streamType));
}
else
{
- response = this.automationManagementClient.JobStreams.ListNext(nextLink);
+ response = this.automationManagementClient.JobStream.ListByJobNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
return
- response.JobStreams.Select(
+ response.Select(
stream => this.CreateJobStreamFromJobStreamModel(stream, resourceGroupName, automationAccountName, jobId));
}
-
+
public JobStreamRecord GetJobStreamRecord(string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId)
{
- var response = this.automationManagementClient.JobStreams.Get(resourceGroupName, automationAccountName, jobId, jobStreamId);
+ var response = this.automationManagementClient.JobStream.Get(resourceGroupName, automationAccountName, jobId.ToString(), jobStreamId);
- return new JobStreamRecord(response.JobStream, resourceGroupName, automationAccountName, jobId);
+ return new JobStreamRecord(response, resourceGroupName, automationAccountName, jobId);
}
public object GetJobStreamRecordAsPsObject(string resourceGroupName, string automationAccountName, Guid jobId, string jobStreamId)
{
- var response = this.automationManagementClient.JobStreams.Get(resourceGroupName, automationAccountName, jobId, jobStreamId);
+ var response = this.automationManagementClient.JobStream.Get(resourceGroupName, automationAccountName, jobId.ToString(), jobStreamId);
- if (response.JobStream.Properties == null || response.JobStream.Properties.Value == null) return null;
+ if (response == null || response.Value == null) return null;
// PowerShell Workflow runbook jobs would have the below additional properties, remove them from job output
// we do not know the runbook type, remove will only remove if exists
- response.JobStream.Properties.Value.Remove("PSComputerName");
- response.JobStream.Properties.Value.Remove("PSShowComputerName");
- response.JobStream.Properties.Value.Remove("PSSourceJobInstanceId");
+ response.Value.Remove("PSComputerName");
+ response.Value.Remove("PSShowComputerName");
+ response.Value.Remove("PSSourceJobInstanceId");
var paramTable = new Hashtable();
- foreach (var kvp in response.JobStream.Properties.Value)
+ foreach (var kvp in response.Value)
{
object paramValue;
try
@@ -1031,7 +983,7 @@ public object GetJobStreamRecordAsPsObject(string resourceGroupName, string auto
}
// for primitive outputs, the record will be in form "value" : "primitive type value". Return the key and return the primitive type value
- if (response.JobStream.Properties.Value.Count == 1 && response.JobStream.Properties.Value.ContainsKey("value"))
+ if (response.Value.Count == 1 && response.Value.ContainsKey("value"))
{
return paramValue;
}
@@ -1044,7 +996,7 @@ public object GetJobStreamRecordAsPsObject(string resourceGroupName, string auto
public Job GetJob(string resourceGroupName, string automationAccountName, Guid Id)
{
- var job = this.automationManagementClient.Jobs.Get(resourceGroupName, automationAccountName, Id).Job;
+ var job = this.automationManagementClient.Job.Get(resourceGroupName, automationAccountName, Id.ToString());
if (job == null)
{
throw new ResourceNotFoundException(typeof(Job),
@@ -1057,69 +1009,58 @@ public Job GetJob(string resourceGroupName, string automationAccountName, Guid I
public IEnumerable ListJobsByRunbookName(string resourceGroupName, string automationAccountName, string runbookName,
DateTimeOffset? startTime, DateTimeOffset? endTime, string jobStatus, ref string nextLink)
{
- JobListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Jobs.List(
+ response = this.automationManagementClient.Job.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- new JobListParameters
- {
- StartTime = (startTime.HasValue) ? FormatDateTime(startTime.Value) : null,
- EndTime = (endTime.HasValue) ? FormatDateTime(endTime.Value) : null,
- RunbookName = runbookName,
- Status = jobStatus,
- });
+ this.GetJobFilterString(runbookName, startTime, endTime, jobStatus));
}
else
{
- response = this.automationManagementClient.Jobs.ListNext(nextLink);
+ response = this.automationManagementClient.Job.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Jobs.Select(c => new Job(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Job(resourceGroupName, automationAccountName, c));
}
-
+
public IEnumerable ListJobs(string resourceGroupName, string automationAccountName, DateTimeOffset? startTime,
DateTimeOffset? endTime, string jobStatus, ref string nextLink)
{
- JobListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Jobs.List(
+ response = this.automationManagementClient.Job.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- new JobListParameters
- {
- StartTime = (startTime.HasValue) ? FormatDateTime(startTime.Value) : null,
- EndTime = (endTime.HasValue) ? FormatDateTime(endTime.Value) : null,
- Status = jobStatus,
- });
+ this.GetJobFilterString(null, startTime, endTime, jobStatus));
}
else
{
- response = this.automationManagementClient.Jobs.ListNext(nextLink);
+ response = this.automationManagementClient.Job.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Jobs.Select(c => new Job(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Job(resourceGroupName, automationAccountName, c));
}
public void ResumeJob(string resourceGroupName, string automationAccountName, Guid id)
{
- this.automationManagementClient.Jobs.Resume(resourceGroupName, automationAccountName, id);
+ this.automationManagementClient.Job.Resume(resourceGroupName, automationAccountName, id.ToString());
}
public void StopJob(string resourceGroupName, string automationAccountName, Guid id)
{
- this.automationManagementClient.Jobs.Stop(resourceGroupName, automationAccountName, id);
+ this.automationManagementClient.Job.Stop(resourceGroupName, automationAccountName, id.ToString());
}
public void SuspendJob(string resourceGroupName, string automationAccountName, Guid id)
{
- this.automationManagementClient.Jobs.Suspend(resourceGroupName, automationAccountName, id);
+ this.automationManagementClient.Job.Suspend(resourceGroupName, automationAccountName, id.ToString());
}
#endregion
@@ -1158,10 +1099,10 @@ public CertificateInfo UpdateCertificate(string resourceGroupName, string automa
string.Format(CultureInfo.CurrentCulture, Resources.CertificateNotFound, name));
}
- var createOrUpdateDescription = description ?? certificateModel.Properties.Description;
+ var createOrUpdateDescription = description ?? certificateModel.Description;
var createOrUpdateIsExportable = (exportable.HasValue)
? exportable.Value
- : certificateModel.Properties.IsExportable;
+ : certificateModel.IsExportable;
if (path != null)
{
@@ -1170,19 +1111,16 @@ public CertificateInfo UpdateCertificate(string resourceGroupName, string automa
createOrUpdateIsExportable);
}
- var cuparam = new CertificatePatchParameters()
+ var cuparam = new CertificateUpdateParameters()
{
Name = name,
- Properties = new CertificatePatchProperties()
- {
- Description = createOrUpdateDescription
- }
+ Description = createOrUpdateDescription
};
- this.automationManagementClient.Certificates.Patch(resourceGroupName, automationAccountName, cuparam);
+ this.automationManagementClient.Certificate.Update(resourceGroupName, automationAccountName, name, cuparam);
return new CertificateInfo(resourceGroupName, automationAccountName,
- this.automationManagementClient.Certificates.Get(resourceGroupName, automationAccountName, name).Certificate);
+ this.automationManagementClient.Certificate.Get(resourceGroupName, automationAccountName, name));
}
public CertificateInfo GetCertificate(string resourceGroupName, string automationAccountName, string name)
@@ -1199,30 +1137,30 @@ public CertificateInfo GetCertificate(string resourceGroupName, string automatio
public IEnumerable ListCertificates(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- CertificateListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Certificates.List(resourceGroupName, automationAccountName);
+ response = this.automationManagementClient.Certificate.ListByAutomationAccount(resourceGroupName, automationAccountName);
}
else
{
- response = this.automationManagementClient.Certificates.ListNext(nextLink);
+ response = this.automationManagementClient.Certificate.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Certificates.Select(c => new CertificateInfo(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new CertificateInfo(resourceGroupName, automationAccountName, c));
}
public void DeleteCertificate(string resourceGroupName, string automationAccountName, string name)
{
try
{
- this.automationManagementClient.Certificates.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.Certificate.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(Schedule),
string.Format(CultureInfo.CurrentCulture, Resources.CertificateNotFound, name));
@@ -1247,8 +1185,7 @@ public Connection CreateConnection(string resourceGroupName, string automationAc
string.Format(CultureInfo.CurrentCulture, Resources.ConnectionAlreadyExists, name));
}
- var ccprop = new ConnectionCreateOrUpdateProperties()
- {
+ var ccparam = new ConnectionCreateOrUpdateParameters() { Name = name,
Description = description,
ConnectionType = new ConnectionTypeAssociationProperty() { Name = connectionTypeName },
FieldDefinitionValues =
@@ -1256,10 +1193,7 @@ public Connection CreateConnection(string resourceGroupName, string automationAc
.ToDictionary(kvp => kvp.Key.ToString(), kvp => kvp.Value.ToString())
};
- var ccparam = new ConnectionCreateOrUpdateParameters() { Name = name, Properties = ccprop };
-
- var connection =
- this.automationManagementClient.Connections.CreateOrUpdate(resourceGroupName, automationAccountName, ccparam).Connection;
+ var connection = this.automationManagementClient.Connection.CreateOrUpdate(resourceGroupName, automationAccountName, name, ccparam);
return new Connection(resourceGroupName, automationAccountName, connection);
}
@@ -1274,9 +1208,9 @@ public Connection UpdateConnectionFieldValue(string resourceGroupName, string au
string.Format(CultureInfo.CurrentCulture, Resources.ConnectionNotFound, name));
}
- if (connectionModel.Properties.FieldDefinitionValues.ContainsKey(connectionFieldName))
+ if (connectionModel.FieldDefinitionValues.ContainsKey(connectionFieldName))
{
- connectionModel.Properties.FieldDefinitionValues[connectionFieldName] =
+ connectionModel.FieldDefinitionValues[connectionFieldName] =
PowerShellJsonConverter.Serialize(value);
}
else
@@ -1285,20 +1219,17 @@ public Connection UpdateConnectionFieldValue(string resourceGroupName, string au
string.Format(CultureInfo.CurrentCulture, Resources.ConnectionFieldNameNotFound, name));
}
- var cuparam = new ConnectionPatchParameters()
+ var cuparam = new ConnectionUpdateParameters()
{
Name = name,
- Properties = new ConnectionPatchProperties()
- {
- Description = connectionModel.Properties.Description,
- FieldDefinitionValues = connectionModel.Properties.FieldDefinitionValues
- }
+ Description = connectionModel.Description,
+ FieldDefinitionValues = connectionModel.FieldDefinitionValues
};
- this.automationManagementClient.Connections.Patch(resourceGroupName, automationAccountName, cuparam);
+ this.automationManagementClient.Connection.Update(resourceGroupName, automationAccountName, name, cuparam);
return new Connection(resourceGroupName, automationAccountName,
- this.automationManagementClient.Connections.Get(resourceGroupName, automationAccountName, name).Connection);
+ this.automationManagementClient.Connection.Get(resourceGroupName, automationAccountName, name));
}
public Connection GetConnection(string resourceGroupName, string automationAccountName, string name)
@@ -1331,32 +1262,30 @@ public IEnumerable ListConnectionsByType(string resourceGroupName, s
public IEnumerable ListConnections(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- ConnectionListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Connections.List(
- resourceGroupName,
- automationAccountName);
+ response = this.automationManagementClient.Connection.ListByAutomationAccount(resourceGroupName, automationAccountName);
}
else
{
- response = this.automationManagementClient.Connections.ListNext(nextLink);
+ response = this.automationManagementClient.Connection.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Connection.Select(c => new Connection(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new Connection(resourceGroupName, automationAccountName, c));
}
public void DeleteConnection(string resourceGroupName, string automationAccountName, string name)
{
try
{
- this.automationManagementClient.Connections.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.Connection.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(Connection),
string.Format(CultureInfo.CurrentCulture, Resources.ConnectionNotFound, name));
@@ -1372,20 +1301,20 @@ public void DeleteConnection(string resourceGroupName, string automationAccountN
public IEnumerable ListHybridRunbookWorkerGroups(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- HybridRunbookWorkerGroupsListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.HybridRunbookWorkerGroups.List(resourceGroupName, automationAccountName);
+ response = this.automationManagementClient.HybridRunbookWorkerGroup.ListByAutomationAccount(resourceGroupName, automationAccountName);;
}
else
{
- response = this.automationManagementClient.HybridRunbookWorkerGroups.ListNext(nextLink);
+ response = this.automationManagementClient.HybridRunbookWorkerGroup.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.HybridRunbookWorkerGroups.Select(c => new HybridRunbookWorkerGroup(resourceGroupName, automationAccountName, c));
+ return response.Select(c => new HybridRunbookWorkerGroup(resourceGroupName, automationAccountName, c));
}
public HybridRunbookWorkerGroup GetHybridRunbookWorkerGroup(string resourceGroupName, string automationAccountName, string name)
@@ -1401,9 +1330,27 @@ public HybridRunbookWorkerGroup GetHybridRunbookWorkerGroup(string resourceGroup
}
+ public void DeleteHybridRunbookWorkerGroup(string resourceGroupName, string automationAccountName, string name)
+ {
+ try
+ {
+ this.automationManagementClient.HybridRunbookWorkerGroup.Delete(resourceGroupName, automationAccountName, name);
+ }
+ catch (ErrorResponseException cloudException)
+ {
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
+ {
+ throw new ResourceNotFoundException(typeof(Credential),
+ string.Format(CultureInfo.CurrentCulture, Resources.HybridRunbookWorkerGroupNotFound, name));
+ }
+
+ throw;
+ }
+ }
+
#endregion
- #region JobSchedules
+ #region JobSchedule
public JobSchedule GetJobSchedule(string resourceGroupName, string automationAccountName, Guid jobScheduleId)
{
@@ -1411,15 +1358,14 @@ public JobSchedule GetJobSchedule(string resourceGroupName, string automationAcc
try
{
- jobScheduleModel = this.automationManagementClient.JobSchedules.Get(
+ jobScheduleModel = this.automationManagementClient.JobSchedule.Get(
resourceGroupName,
automationAccountName,
- jobScheduleId)
- .JobSchedule;
+ jobScheduleId);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(JobSchedule),
string.Format(CultureInfo.CurrentCulture, Resources.JobScheduleWithIdNotFound, jobScheduleId));
@@ -1461,19 +1407,19 @@ public JobSchedule GetJobSchedule(string resourceGroupName, string automationAcc
public IEnumerable ListJobSchedules(string resourceGroupName, string automationAccountName, ref string nextLink)
{
- JobScheduleListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.JobSchedules.List(resourceGroupName, automationAccountName);
+ response = this.automationManagementClient.JobSchedule.ListByAutomationAccount(resourceGroupName, automationAccountName);;
}
else
{
- response = this.automationManagementClient.JobSchedules.ListNext(nextLink);
+ response = this.automationManagementClient.JobSchedule.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.JobSchedules.Select(c => new JobSchedule(resourceGroupName, automationAccountName, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new JobSchedule(resourceGroupName, automationAccountName, c));
}
public IEnumerable ListJobSchedulesByRunbookName(string resourceGroupName, string automationAccountName, string runbookName)
@@ -1513,19 +1459,17 @@ public JobSchedule RegisterScheduledRunbook(string resourceGroupName, string aut
string scheduleName, IDictionary parameters, string runOn)
{
var processedParameters = this.ProcessRunbookParameters(resourceGroupName, automationAccountName, runbookName, parameters);
- var sdkJobSchedule = this.automationManagementClient.JobSchedules.Create(
+ var sdkJobSchedule = this.automationManagementClient.JobSchedule.Create(
resourceGroupName,
automationAccountName,
+ Guid.NewGuid(),
new JobScheduleCreateParameters
{
- Properties = new JobScheduleCreateProperties
- {
- Schedule = new ScheduleAssociationProperty { Name = scheduleName },
- Runbook = new RunbookAssociationProperty { Name = runbookName },
- Parameters = processedParameters,
- RunOn = runOn
- }
- }).JobSchedule;
+ Schedule = new ScheduleAssociationProperty { Name = scheduleName },
+ Runbook = new RunbookAssociationProperty { Name = runbookName },
+ Parameters = processedParameters,
+ RunOn = runOn
+ });
return new JobSchedule(resourceGroupName, automationAccountName, sdkJobSchedule);
}
@@ -1534,14 +1478,14 @@ public void UnregisterScheduledRunbook(string resourceGroupName, string automati
{
try
{
- this.automationManagementClient.JobSchedules.Delete(
+ this.automationManagementClient.JobSchedule.Delete(
resourceGroupName,
automationAccountName,
jobScheduleId);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(Schedule),
string.Format(CultureInfo.CurrentCulture, Resources.JobScheduleWithIdNotFound, jobScheduleId));
@@ -1587,11 +1531,11 @@ public void DeleteConnectionType(string resourceGroupName, string automationAcco
{
try
{
- this.automationManagementClient.ConnectionTypes.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.ConnectionType.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException cloudException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (cloudException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(ConnectionType),
string.Format(CultureInfo.CurrentCulture, Resources.ConnectionTypeNotFound, name));
@@ -1627,11 +1571,11 @@ private Azure.Management.Automation.Models.Runbook TryGetRunbookModel(string res
Azure.Management.Automation.Models.Runbook runbook = null;
try
{
- runbook = this.automationManagementClient.Runbooks.Get(resourceGroupName, automationAccountName, runbookName).Runbook;
+ runbook = this.automationManagementClient.Runbook.Get(resourceGroupName, automationAccountName, runbookName);
}
- catch (CloudException e)
+ catch (ErrorResponseException e)
{
- if (e.Response.StatusCode == HttpStatusCode.NotFound)
+ if (e.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
runbook = null;
}
@@ -1643,19 +1587,16 @@ private Azure.Management.Automation.Models.Runbook TryGetRunbookModel(string res
return runbook;
}
-
-
-
private Azure.Management.Automation.Models.HybridRunbookWorkerGroup TryGetHybridRunbookWorkerModel(string resourceGroupName, string automationAccountName, string HybridRunbookWorkerGroupName)
{
Azure.Management.Automation.Models.HybridRunbookWorkerGroup hybridRunbookWorkerGroup = null;
try
{
- hybridRunbookWorkerGroup = this.automationManagementClient.HybridRunbookWorkerGroups.Get(resourceGroupName, automationAccountName, HybridRunbookWorkerGroupName).HybridRunbookWorkerGroup;
+ hybridRunbookWorkerGroup = this.automationManagementClient.HybridRunbookWorkerGroup.Get(resourceGroupName, automationAccountName, HybridRunbookWorkerGroupName);
}
- catch (CloudException e)
+ catch (ErrorResponseException e)
{
- if (e.Response.StatusCode == HttpStatusCode.NotFound)
+ if (e.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
hybridRunbookWorkerGroup = null;
}
@@ -1673,11 +1614,11 @@ private Azure.Management.Automation.Models.Certificate TryGetCertificateModel(st
try
{
certificate =
- this.automationManagementClient.Certificates.Get(resourceGroupName, automationAccountName, certificateName).Certificate;
+ this.automationManagementClient.Certificate.Get(resourceGroupName, automationAccountName, certificateName);
}
- catch (CloudException e)
+ catch (ErrorResponseException e)
{
- if (e.Response.StatusCode == HttpStatusCode.NotFound)
+ if (e.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
certificate = null;
}
@@ -1692,7 +1633,17 @@ private Azure.Management.Automation.Models.Certificate TryGetCertificateModel(st
private IEnumerable> ListRunbookParameters(string resourceGroupName, string automationAccountName,
string runbookName)
{
- Runbook runbook = this.GetRunbook(resourceGroupName, automationAccountName, runbookName);
+ Runbook runbook = null;
+ try
+ {
+ runbook = this.GetRunbook(resourceGroupName, automationAccountName, runbookName);
+ }
+ catch(ResourceCommonException)
+ {
+ // Ignore if runbook does not exists in the account. This is to start global runbooks by name
+ return new Dictionary();
+ }
+
if (0 == String.Compare(runbook.State, RunbookState.New, CultureInfo.InvariantCulture,
CompareOptions.IgnoreCase))
{
@@ -1728,7 +1679,7 @@ private IDictionary ProcessRunbookParameters(string resourceGrou
runbookParameter.Key));
}
}
- else if (runbookParameter.Value.IsMandatory)
+ else if (runbookParameter.Value.IsMandatory.HasValue && runbookParameter.Value.IsMandatory.Value)
{
throw new ArgumentException(
string.Format(
@@ -1769,7 +1720,7 @@ private IDictionary ProcessRunbookParameters(IEnumerable odataFilter = new List();
+ if (startTime.HasValue)
+ {
+ odataFilter.Add("properties/startTime ge " + this.FormatDateTime(startTime.Value));
+ }
+ if (endTime.HasValue)
+ {
+ odataFilter.Add("properties/endTime le " + this.FormatDateTime(endTime.Value));
+ }
+ if (!string.IsNullOrWhiteSpace(jobStatus))
+ {
+ odataFilter.Add("properties/status eq '" + Uri.EscapeDataString(jobStatus) + "'");
+ }
+ if (!string.IsNullOrWhiteSpace(runbookName))
+ {
+ odataFilter.Add("properties/runbook/name eq '" + Uri.EscapeDataString(runbookName) + "'");
+ }
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ private string GetJobStreamFilterString(DateTimeOffset? time, string streamType)
+ {
+ string filter = null;
+ List odataFilter = new List();
+ if (time.HasValue)
+ {
+ odataFilter.Add("properties/time ge " + this.FormatDateTime(time.Value));
+ }
+ if (!string.IsNullOrWhiteSpace(streamType))
+ {
+ odataFilter.Add("properties/streamType eq '" + Uri.EscapeDataString(streamType) + "'");
+ }
+
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
private static bool IsGraphRunbook(string runbookType)
{
return (string.Equals(runbookType, RunbookTypeEnum.Graph, StringComparison.OrdinalIgnoreCase) ||
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientDSC.cs
similarity index 69%
rename from src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs
rename to src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientDSC.cs
index af9c4cae053e..28d63304181b 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientDSC.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientDSC.cs
@@ -12,12 +12,15 @@
// limitations under the License.
// ----------------------------------------------------------------------------------
-using Hyak.Common;
using Microsoft.Azure.Commands.Automation.Model;
using Microsoft.Azure.Commands.Automation.Properties;
+using Microsoft.Azure.Commands.Common.Authentication;
+using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
using Microsoft.Azure.Management.Automation;
using Microsoft.Azure.Management.Automation.Models;
+using Microsoft.Rest.Azure.OData;
using Newtonsoft.Json;
+using Newtonsoft.Json.Serialization;
using System;
using System.Collections;
using System.Collections.Generic;
@@ -29,15 +32,17 @@
using System.Management.Automation.Runspaces;
using System.Net;
using System.Text.RegularExpressions;
+using System.Threading.Tasks;
using AutomationManagement = Microsoft.Azure.Management.Automation;
using DscNode = Microsoft.Azure.Management.Automation.Models.DscNode;
using Job = Microsoft.Azure.Management.Automation.Models.Job;
using JobSchedule = Microsoft.Azure.Management.Automation.Models.JobSchedule;
using Schedule = Microsoft.Azure.Commands.Automation.Model.Schedule;
+using Microsoft.Azure.Management.Internal.ResourceManager.Version2018_05_01;
namespace Microsoft.Azure.Commands.Automation.Common
{
- public partial class AutomationClient : IAutomationClient
+ public partial class AutomationPSClient : IAutomationPSClient
{
#region DscConfiguration Operations
@@ -53,21 +58,22 @@ public partial class AutomationClient : IAutomationClient
var dscConfigurations = new List();
- DscConfigurationListResponse response;
+ Rest.Azure.IPage response;
+
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Configurations.List(
- resourceGroupName,
+ response = this.automationManagementClient.DscConfiguration.ListByAutomationAccount(
+ resourceGroupName,
automationAccountName);
}
else
{
- response = this.automationManagementClient.Configurations.ListNext(nextLink);
+ response = this.automationManagementClient.DscConfiguration.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Configurations.Select(configuration => new Model.DscConfiguration(resourceGroupName, automationAccountName, configuration));
+ nextLink = response.NextPageLink;
+ return response.Select(configuration => new Model.DscConfiguration(resourceGroupName, automationAccountName, configuration));
}
}
@@ -83,10 +89,10 @@ public Model.DscConfiguration GetConfiguration(
Requires.Argument("ConfigurationName", configurationName).NotNull();
var configuration =
- this.automationManagementClient.Configurations.Get(
+ this.automationManagementClient.DscConfiguration.Get(
resourceGroupName,
automationAccountName,
- configurationName).Configuration;
+ configurationName);
return new Model.DscConfiguration(resourceGroupName, automationAccountName, configuration);
}
@@ -103,7 +109,7 @@ public DirectoryInfo GetConfigurationContent(string resourceGroupName, string au
try
{
- var configuration = this.automationManagementClient.Configurations.GetContent(resourceGroupName, automationAccountName, configurationName);
+ var configuration = this.automationManagementClient.DscConfiguration.GetContent(resourceGroupName, automationAccountName, configurationName);
if (configuration == null)
{
throw new ResourceNotFoundException(typeof(ConfigurationContent),
@@ -131,13 +137,13 @@ public DirectoryInfo GetConfigurationContent(string resourceGroupName, string au
}
// Write to the file
- this.WriteFile(outputFilePath, configuration.Content);
+ this.WriteFile(outputFilePath, new StreamReader(configuration).ReadToEnd());
return new DirectoryInfo(configurationName + FileExtension);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(ConfigurationContent),
string.Format(CultureInfo.CurrentCulture, Resources.ConfigurationContentNotFound, configurationName));
@@ -221,24 +227,23 @@ public Model.DscConfiguration CreateConfiguration(
Name = configurationName,
Location = location,
Tags = configurationTags,
- Properties = new DscConfigurationCreateOrUpdateProperties()
- {
+
Description = String.IsNullOrEmpty(description) ? String.Empty : description,
LogVerbose = (logVerbose.HasValue) ? logVerbose.Value : false,
Source = new Microsoft.Azure.Management.Automation.Models.ContentSource()
{
// only embeddedContent supported for now
- ContentType = Model.ContentSourceType.embeddedContent.ToString(),
+ Type = Model.ContentSourceType.embeddedContent.ToString(),
Value = fileContent
}
- }
};
var configuration =
- this.automationManagementClient.Configurations.CreateOrUpdate(
+ this.automationManagementClient.DscConfiguration.CreateOrUpdate(
resourceGroupName,
automationAccountName,
- configurationCreateParameters).Configuration;
+ configurationName,
+ configurationCreateParameters);
return new Model.DscConfiguration(resourceGroupName, automationAccountName, configuration);
}
@@ -254,9 +259,9 @@ private Model.DscConfiguration TryGetConfigurationModel(string resourceGroupName
automationAccountName,
configurationName);
}
- catch (CloudException e)
+ catch (ErrorResponseException e)
{
- if (e.Response.StatusCode == HttpStatusCode.NotFound)
+ if (e.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
configuration = null;
}
@@ -288,24 +293,23 @@ public Model.DscConfiguration CreateConfiguration(
{
Name = configrationName,
Location = location,
- Properties = new DscConfigurationCreateOrUpdateProperties()
+
+ Description = String.Empty,
+ LogVerbose = false,
+ Source = new Microsoft.Azure.Management.Automation.Models.ContentSource()
{
- Description = String.Empty,
- LogVerbose = false,
- Source = new Microsoft.Azure.Management.Automation.Models.ContentSource()
- {
- // only embeddedContent supported for now
- ContentType = Model.ContentSourceType.embeddedContent.ToString(),
- Value = configurationContent
- }
+ // only embeddedContent supported for now
+ Type = Model.ContentSourceType.embeddedContent.ToString(),
+ Value = configurationContent
}
};
var configuration =
- this.automationManagementClient.Configurations.CreateOrUpdate(
+ this.automationManagementClient.DscConfiguration.CreateOrUpdate(
resourceGroupName,
automationAccountName,
- configurationCreateParameters).Configuration;
+ configrationName,
+ configurationCreateParameters);
return new Model.DscConfiguration(resourceGroupName, automationAccountName, configuration);
}
@@ -319,11 +323,11 @@ public void DeleteConfiguration(string resourceGroupName, string automationAccou
{
try
{
- this.automationManagementClient.Configurations.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.DscConfiguration.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(
typeof(Model.DscConfiguration),
@@ -353,7 +357,7 @@ public DirectoryInfo GetDscMetaConfig(string resourceGroupName, string automatio
var dscMetaConfig = this.automationManagementClient.AgentRegistrationInformation.Get(
resourceGroupName,
- automationAccountName).AgentRegistration;
+ automationAccountName);
// get the metaconfig value
string dscMetaConfigValue = new DscOnboardingMetaconfig(resourceGroupName, automationAccountName, dscMetaConfig).DscMetaConfiguration;
@@ -480,7 +484,7 @@ public Model.AgentRegistration GetAgentRegistration(string resourceGroupName, st
var agentRegistration = this.automationManagementClient.AgentRegistrationInformation.Get(
resourceGroupName,
- automationAccountName).AgentRegistration;
+ automationAccountName);
return new Model.AgentRegistration(resourceGroupName, automationAccountName, agentRegistration);
}
@@ -502,7 +506,7 @@ public Model.AgentRegistration NewAgentRegistrationKey(
var agentRegistration = this.automationManagementClient.AgentRegistrationInformation.RegenerateKey(
resourceGroupName,
automationAccountName,
- keyName).AgentRegistration;
+ keyName);
return new Model.AgentRegistration(resourceGroupName, automationAccountName, agentRegistration);
}
@@ -524,16 +528,16 @@ public Model.DscNode GetDscNodeById(
try
{
var node =
- this.automationManagementClient.Nodes.Get(
+ this.automationManagementClient.DscNode.Get(
resourceGroupName,
automationAccountName,
- nodeId).Node;
+ nodeId.ToString());
return new Model.DscNode(resourceGroupName, automationAccountName, node);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(DscNode), string.Format(CultureInfo.CurrentCulture, Resources.NodeNotFound, nodeId));
}
@@ -556,32 +560,23 @@ public Model.DscNode GetDscNodeById(
Requires.Argument("AutomationAccountName", automationAccountName).NotNull();
Requires.Argument("NodeName", nodeName).NotNull();
- DscNodeListResponse response;
+ Rest.Azure.IPage response;
+
if (string.IsNullOrEmpty(nextLink))
{
- if (!string.IsNullOrEmpty(status))
- {
- response = this.automationManagementClient.Nodes.List(
+ response = this.automationManagementClient.DscNode.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- new DscNodeListParameters { Status = status, Name = nodeName });
- }
- else
- {
- response = this.automationManagementClient.Nodes.List(
- resourceGroupName,
- automationAccountName,
- new DscNodeListParameters { Name = nodeName });
- }
+ this.GetNodeListFilterString(status, nodeName));
}
else
{
- response = this.automationManagementClient.Nodes.ListNext(nextLink);
+ response = this.automationManagementClient.DscNode.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.Nodes.Select(dscNode => new Model.DscNode(resourceGroupName, automationAccountName, dscNode));
+ return response.Select(dscNode => new Model.DscNode(resourceGroupName, automationAccountName, dscNode));
}
}
@@ -598,35 +593,21 @@ public Model.DscNode GetDscNodeById(
Requires.Argument("AutomationAccountName", automationAccountName).NotNull();
Requires.Argument("NodeConfigurationName", nodeConfigurationName).NotNull();
- DscNodeListResponse response;
+ Rest.Azure.IPage response;
+
if (string.IsNullOrEmpty(nextLink))
{
- if (!string.IsNullOrEmpty(status))
- {
- response = this.automationManagementClient.Nodes.List(
+ response = this.automationManagementClient.DscNode.ListByAutomationAccount(
resourceGroupName,
- automationAccountName,
- new DscNodeListParameters
- {
- Status = status,
- NodeConfigurationName = nodeConfigurationName
- });
- }
- else
- {
- response = this.automationManagementClient.Nodes.List(
- resourceGroupName,
- automationAccountName,
- new DscNodeListParameters { NodeConfigurationName = nodeConfigurationName });
- }
+ automationAccountName, this.GetNodeListFilterString(status, nodeConfigurationName));
}
else
{
- response = this.automationManagementClient.Nodes.ListNext(nextLink);
+ response = this.automationManagementClient.DscNode.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.Nodes.Select(dscNode => new Model.DscNode(resourceGroupName, automationAccountName, dscNode));
+ return response.Select(dscNode => new Model.DscNode(resourceGroupName, automationAccountName, dscNode));
}
}
@@ -646,10 +627,14 @@ public Model.DscNode GetDscNodeById(
IEnumerable listOfNodes = Enumerable.Empty();
// first get the list of node configurations for the given configuration
- IEnumerable listOfNodeConfigurations = this.EnumerateNodeConfigurationsByConfigurationName(
- resourceGroupName,
- automationAccountName,
- configurationName);
+ var listOfNodeConfigurations = this.automationManagementClient.DscNodeConfiguration.ListByAutomationAccount(
+ resourceGroupName, automationAccountName, null);
+
+ // todo: configurationName
+ //.EnumerateNodeConfigurationsByConfigurationName(
+ //resourceGroupName,
+ //automationAccountName,
+ //);
IEnumerable listOfNodesForGivenNodeConfiguration;
@@ -685,33 +670,23 @@ public Model.DscNode GetDscNodeById(
Requires.Argument("ResourceGroupName", resourceGroupName).NotNull();
Requires.Argument("AutomationAccountName", automationAccountName).NotNull();
- DscNodeListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- if (!string.IsNullOrEmpty(status))
- {
- response = this.automationManagementClient.Nodes.List(
+ response = this.automationManagementClient.DscNode.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- new DscNodeListParameters { Status = status });
- }
- else
- {
- response = this.automationManagementClient.Nodes.List(
- resourceGroupName,
- automationAccountName,
- new DscNodeListParameters { });
- }
+ this.GetNodeListFilterString(status, null));
}
else
{
- response = this.automationManagementClient.Nodes.ListNext(nextLink);
+ response = this.automationManagementClient.DscNode.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.Nodes.Select(dscNode => new Model.DscNode(resourceGroupName, automationAccountName, dscNode));
+ return response.Select(dscNode => new Model.DscNode(resourceGroupName, automationAccountName, dscNode));
}
}
@@ -732,16 +707,16 @@ string nodeConfigurationName
try
{
- var getNode = this.automationManagementClient.Nodes.Get(
+ var getNode = this.automationManagementClient.DscNode.Get(
resourceGroupName,
automationAccountName,
- nodeId).Node;
+ nodeId.ToString());
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
- throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.NodeNotFound), cloudException);
+ throw new ArgumentException(string.Format(CultureInfo.CurrentCulture, Resources.NodeNotFound), ErrorResponseException);
}
throw;
@@ -751,17 +726,18 @@ string nodeConfigurationName
// Note: No need to check if an existing configuration is already assigned. The confirmation is obtained when the cmdlet is executed
// ***
- var nodeConfiguration = new DscNodeConfigurationAssociationProperty { Name = nodeConfigurationName };
+ var nodeConfiguration = new DscNodeUpdateParametersProperties { Name = nodeConfigurationName };
var node =
- this.automationManagementClient.Nodes.Patch(
+ this.automationManagementClient.DscNode.Update(
resourceGroupName,
automationAccountName,
- new DscNodePatchParameters
+ nodeId.ToString(),
+ new DscNodeUpdateParameters
{
- NodeId = nodeId,
- NodeConfiguration = nodeConfiguration
- }).Node;
+ NodeId = nodeId.ToString(),
+ Properties = nodeConfiguration
+ });
return new Model.DscNode(resourceGroupName, automationAccountName, node);
}
@@ -773,15 +749,15 @@ public void DeleteDscNode(string resourceGroupName, string automationAccountName
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- this.automationManagementClient.Nodes.Delete(
+ this.automationManagementClient.DscNode.Delete(
resourceGroupName,
automationAccountName,
- nodeId);
+ nodeId.ToString());
}
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(typeof(DscNode),
string.Format(CultureInfo.CurrentCulture, Resources.DscNodeNotFound, nodeId.ToString()));
@@ -802,7 +778,8 @@ public void RegisterDscNode(string resourceGroupName,
string actionAfterReboot,
bool moduleOverwriteFlag,
string azureVmResourceGroup,
- string azureVmLocation)
+ string azureVmLocation,
+ IAzureContext azureContext)
{
// get the location from AutomationAccountName. This will validate the account too
string location = this.GetAutomationAccount(resourceGroupName, automationAccountName).Location;
@@ -819,50 +796,87 @@ public void RegisterDscNode(string resourceGroupName,
azureVmResourceGroup = resourceGroupName;
}
- var deploymentName = Guid.NewGuid().ToString();
-
// get the endpoint and keys
Model.AgentRegistration agentRegistrationInfo = this.GetAgentRegistration(
resourceGroupName,
automationAccountName);
- // prepare the parameters to be used in New-AzureRmResourceGroupDeployment cmdlet
- Hashtable templateParameters = new Hashtable();
- templateParameters.Add("vmName", azureVMName);
- templateParameters.Add("location", location);
- templateParameters.Add("modulesUrl", Constants.ModulesUrl);
- templateParameters.Add("configurationFunction", Constants.ConfigurationFunction);
- templateParameters.Add("registrationUrl", agentRegistrationInfo.Endpoint);
- templateParameters.Add("registrationKey", agentRegistrationInfo.PrimaryKey);
- templateParameters.Add("nodeConfigurationName", nodeconfigurationName);
- templateParameters.Add("configurationMode", configurationMode);
- templateParameters.Add("configurationModeFrequencyMins", configurationModeFrequencyMins);
- templateParameters.Add("refreshFrequencyMins", refreshFrequencyMins);
- templateParameters.Add("rebootNodeIfNeeded", rebootFlag);
- templateParameters.Add("actionAfterReboot", actionAfterReboot);
- templateParameters.Add("allowModuleOverwrite", moduleOverwriteFlag);
- templateParameters.Add("timestamp", DateTimeOffset.UtcNow.ToString("o"));
-
- // invoke the New-AzureRmResourceGroupDeployment cmdlet
- using (var pipe = System.Management.Automation.PowerShell.Create(RunspaceMode.NewRunspace))
- {
- Command invokeCommand = new Command("New-AzureRmResourceGroupDeployment");
- invokeCommand.Parameters.Add("Name", deploymentName);
- invokeCommand.Parameters.Add("ResourceGroupName", azureVmResourceGroup);
- invokeCommand.Parameters.Add("TemplateParameterObject", templateParameters);
- invokeCommand.Parameters.Add("TemplateFile", Constants.TemplateFile);
-
- pipe.AddCommand(invokeCommand.ToString());
-
- pipe.AddCommand("Out-Default");
-
- Collection results = pipe.Invoke();
- }
- }
+ var parameters = new ParametersObj
+ {
+ ActionAfterReboot = new TemplateParameters
+ {
+ Value = actionAfterReboot
+ },
+ AllowModuleOverwrite = new TemplateParameters
+ {
+ Value = moduleOverwriteFlag
+ },
+ ConfigurationFunction = new TemplateParameters
+ {
+ Value = Constants.ConfigurationFunction
+ },
+ ConfigurationMode = new TemplateParameters
+ {
+ Value = configurationMode
+ },
+ ConfigurationModeFrequencyMins = new TemplateParameters
+ {
+ Value = configurationModeFrequencyMins
+ },
+ Location = new TemplateParameters
+ {
+ Value = location
+ },
+ ModulesUrl = new TemplateParameters
+ {
+ Value = Constants.ModulesUrl
+ },
+ NodeConfigurationName = new TemplateParameters
+ {
+ Value = nodeconfigurationName
+ },
+ RebootNodeIfNeeded = new TemplateParameters
+ {
+ Value = rebootFlag
+ },
+ RefreshFrequencyMins = new TemplateParameters
+ {
+ Value = refreshFrequencyMins
+ },
+ RegistrationKey = new TemplateParameters
+ {
+ Value = agentRegistrationInfo.PrimaryKey
+ },
+ RegistrationUrl = new TemplateParameters
+ {
+ Value = agentRegistrationInfo.Endpoint
+ },
+ Timestamp = new TemplateParameters
+ {
+ Value = DateTimeOffset.UtcNow.ToString("o")
+ },
+ VmName = new TemplateParameters
+ {
+ Value = azureVMName
+ }
+ };
-#endregion
+ var armClient = AzureSession.Instance.ClientFactory.CreateArmClient(azureContext, AzureEnvironment.Endpoint.ResourceManager);
-#region compilationjob
+ var deployment = new Management.Internal.ResourceManager.Version2018_05_01.Models.Deployment
+ {
+ Properties = new Management.Internal.ResourceManager.Version2018_05_01.Models.DeploymentProperties
+ {
+ TemplateLink = new Management.Internal.ResourceManager.Version2018_05_01.Models.TemplateLink(Constants.TemplateFile),
+ Parameters = parameters
+ }
+ };
+
+ Task.Run(() => armClient.Deployments.CreateOrUpdateWithHttpMessagesAsync(azureVmResourceGroup, Guid.NewGuid().ToString(), deployment)).Wait();
+ }
+ #endregion
+
+ #region compilationjob
public Model.CompilationJob GetCompilationJob(string resourceGroupName, string automationAccountName, Guid Id)
{
@@ -870,7 +884,7 @@ public Model.CompilationJob GetCompilationJob(string resourceGroupName, string a
{
try
{
- var job = this.automationManagementClient.CompilationJobs.Get(resourceGroupName, automationAccountName, Id).DscCompilationJob;
+ var job = this.automationManagementClient.DscCompilationJob.Get(resourceGroupName, automationAccountName, Id.ToString());
if (job == null)
{
throw new ResourceNotFoundException(typeof(DscCompilationJob),
@@ -879,9 +893,9 @@ public Model.CompilationJob GetCompilationJob(string resourceGroupName, string a
return new Model.CompilationJob(resourceGroupName, automationAccountName, job);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(DscCompilationJob),
string.Format(CultureInfo.CurrentCulture, Resources.CompilationJobNotFound, Id));
@@ -896,67 +910,22 @@ public Model.CompilationJob GetCompilationJob(string resourceGroupName, string a
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- DscCompilationJobListResponse response;
+ Rest.Azure.IPage response;
if(string.IsNullOrEmpty(nextLink))
- {
- if (startTime.HasValue && endTime.HasValue)
- {
- response = this.automationManagementClient.CompilationJobs.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- StartTime = FormatDateTime(startTime.Value),
- EndTime = FormatDateTime(endTime.Value),
- ConfigurationName = configurationName,
- Status = jobStatus,
- });
- }
- else if (startTime.HasValue)
- {
- response = this.automationManagementClient.CompilationJobs.List(
+ {
+ response = this.automationManagementClient.DscCompilationJob.ListByAutomationAccount(
resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- StartTime = FormatDateTime(startTime.Value),
- ConfigurationName = configurationName,
- Status = jobStatus
- });
- }
- else if (endTime.HasValue)
- {
- response = this.automationManagementClient.CompilationJobs.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- EndTime = FormatDateTime(endTime.Value),
- ConfigurationName = configurationName,
- Status = jobStatus,
- });
- }
- else
- {
- response = this.automationManagementClient.CompilationJobs.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- Status = jobStatus,
- ConfigurationName = configurationName
- });
- }
+ automationAccountName, this.GetDscJobFilterString(configurationName, startTime, endTime, jobStatus));
}
else
{
- response = this.automationManagementClient.CompilationJobs.ListNext(nextLink);
+ response = this.automationManagementClient.DscCompilationJob.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.DscCompilationJobs.Select(jobModel => new Model.CompilationJob(resourceGroupName, automationAccountName, jobModel));
+ return response.Select(jobModel => new Model.CompilationJob(resourceGroupName, automationAccountName, jobModel));
}
}
@@ -964,61 +933,22 @@ public Model.CompilationJob GetCompilationJob(string resourceGroupName, string a
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- DscCompilationJobListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- if (startTime.HasValue && endTime.HasValue)
- {
- response = this.automationManagementClient.CompilationJobs.List(
+ response = this.automationManagementClient.DscCompilationJob.ListByAutomationAccount(
resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- StartTime = FormatDateTime(startTime.Value),
- EndTime = FormatDateTime(endTime.Value),
- Status = jobStatus,
- });
-
- }
- else if (startTime.HasValue)
- {
- response = this.automationManagementClient.CompilationJobs.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- StartTime = FormatDateTime(startTime.Value),
- Status = jobStatus,
- });
- }
- else if (endTime.HasValue)
- {
- response = this.automationManagementClient.CompilationJobs.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters
- {
- EndTime = FormatDateTime(endTime.Value),
- Status = jobStatus,
- });
- }
- else
- {
- response = this.automationManagementClient.CompilationJobs.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscCompilationJobListParameters { Status = jobStatus });
- }
+ automationAccountName, this.GetDscJobFilterString(null, startTime, endTime, jobStatus));
}
else
{
- response = this.automationManagementClient.CompilationJobs.ListNext(nextLink);
+ response = this.automationManagementClient.DscCompilationJob.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.DscCompilationJobs.Select(jobModel => new Model.CompilationJob(resourceGroupName, automationAccountName, jobModel));
+ return response.Select(jobModel => new Model.CompilationJob(resourceGroupName, automationAccountName, jobModel));
}
}
@@ -1028,20 +958,18 @@ public CompilationJob StartCompilationJob(string resourceGroupName, string autom
{
var createJobParameters = new DscCompilationJobCreateParameters()
{
- Properties = new DscCompilationJobCreateProperties()
- {
- Configuration = new DscConfigurationAssociationProperty()
- {
- Name = configurationName
- },
- Parameters = this.ProcessConfigurationParameters(parameters, configurationData),
- IncrementNodeConfigurationBuild = incrementNodeConfigurationBuild
- }
+ Configuration = new DscConfigurationAssociationProperty()
+ {
+ Name = configurationName
+ },
+ Parameters = this.ProcessConfigurationParameters(parameters, configurationData),
+ IncrementNodeConfigurationBuild = incrementNodeConfigurationBuild
+
};
- var job = this.automationManagementClient.CompilationJobs.Create(resourceGroupName, automationAccountName, createJobParameters);
+ var job = this.automationManagementClient.DscCompilationJob.Create(resourceGroupName, automationAccountName, Guid.NewGuid().ToString(), createJobParameters);
- return new Model.CompilationJob(resourceGroupName, automationAccountName, job.DscCompilationJob);
+ return new Model.CompilationJob(resourceGroupName, automationAccountName, job);
}
}
@@ -1049,23 +977,12 @@ public CompilationJob StartCompilationJob(string resourceGroupName, string autom
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- var listParams = new AutomationManagement.Models.JobStreamListParameters();
-
- if (time.HasValue)
- {
- listParams.Time = this.FormatDateTime(time.Value);
- }
-
- if (streamType != null)
- {
- listParams.StreamType = streamType;
- }
- else
+ if (string.IsNullOrWhiteSpace(streamType))
{
- listParams.StreamType = CompilationJobStreamType.Any.ToString();
+ streamType = CompilationJobStreamType.Any.ToString();
}
- var jobStreams = this.automationManagementClient.JobStreams.List(resourceGroupName, automationAccountName, jobId, listParams).JobStreams;
+ var jobStreams = this.automationManagementClient.JobStream.ListByJob(resourceGroupName, automationAccountName, jobId.ToString(), this.GetDscJobStreamFilterString(time, streamType));
return jobStreams.Select(stream => this.CreateJobStreamFromJobStreamModel(stream, resourceGroupName, automationAccountName, jobId)).ToList();
}
}
@@ -1094,7 +1011,7 @@ public Model.NodeConfiguration GetNodeConfiguration(string resourceGroupName, st
{
try
{
- var nodeConfiguration = this.automationManagementClient.NodeConfigurations.Get(resourceGroupName, automationAccountName, nodeConfigurationName).NodeConfiguration;
+ var nodeConfiguration = this.automationManagementClient.DscNodeConfiguration.Get(resourceGroupName, automationAccountName, nodeConfigurationName);
string computedRollupStatus = GetRollupStatus(resourceGroupName, automationAccountName, nodeConfigurationName);
@@ -1105,9 +1022,9 @@ public Model.NodeConfiguration GetNodeConfiguration(string resourceGroupName, st
return null;
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(NodeConfiguration), string.Format(CultureInfo.CurrentCulture, Resources.NodeConfigurationNotFound, nodeConfigurationName));
}
@@ -1121,26 +1038,24 @@ public Model.NodeConfiguration GetNodeConfiguration(string resourceGroupName, st
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- DscNodeConfigurationListResponse response;
+ Rest.Azure.IPage response;
+
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.NodeConfigurations.List(
+ response = this.automationManagementClient.DscNodeConfiguration.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- new AutomationManagement.Models.DscNodeConfigurationListParameters
- {
- ConfigurationName = configurationName
- });
+ this.GetNodeConfigurationListFilterString(configurationName));
}
else
{
- response = this.automationManagementClient.NodeConfigurations.ListNext(nextLink);
+ response = this.automationManagementClient.DscNodeConfiguration.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- var nodeConfigurations = new List();
- foreach (var nodeConfiguration in response.DscNodeConfigurations)
+ var nodeConfigurations = new List();
+ foreach (var nodeConfiguration in response)
{
string computedRollupStatus = GetRollupStatus(resourceGroupName, automationAccountName, nodeConfiguration.Name);
@@ -1150,7 +1065,7 @@ public Model.NodeConfiguration GetNodeConfiguration(string resourceGroupName, st
}
}
- return nodeConfigurations.AsEnumerable();
+ return nodeConfigurations;
}
}
@@ -1158,25 +1073,24 @@ public Model.NodeConfiguration GetNodeConfiguration(string resourceGroupName, st
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- DscNodeConfigurationListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.NodeConfigurations.List(
+ response = this.automationManagementClient.DscNodeConfiguration.ListByAutomationAccount(
resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscNodeConfigurationListParameters());
+ automationAccountName);
}
else
{
- response = this.automationManagementClient.NodeConfigurations.ListNext(nextLink);
+ response = this.automationManagementClient.DscNodeConfiguration.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
var nodeConfigurations = new List();
- foreach (var nodeConfiguration in response.DscNodeConfigurations)
+ foreach (var nodeConfiguration in response)
{
- string computedRollupStatus = GetRollupStatus(resourceGroupName, automationAccountName, nodeConfiguration.Configuration.Name);
+ string computedRollupStatus = GetRollupStatus(resourceGroupName, automationAccountName, nodeConfiguration.Name);
if (string.IsNullOrEmpty(rollupStatus) || (rollupStatus != null && computedRollupStatus.Equals(rollupStatus)))
{
@@ -1233,13 +1147,13 @@ public Model.NodeConfiguration CreateNodeConfiguration(
this.CreateConfiguration(resourceGroupName, automationAccountName, configurationName, nodeName);
}
- var nodeConfigurationCreateParameters = new DscNodeConfigurationCreateOrUpdateParameters()
+ var nodeConfigurationCreateParameters = new DscNodeConfigurationCreateOrUpdateParameters()
{
Name = nodeConfigurationName,
Source = new Microsoft.Azure.Management.Automation.Models.ContentSource()
{
// only embeddedContent supported for now
- ContentType = Model.ContentSourceType.embeddedContent.ToString(),
+ Type = Model.ContentSourceType.embeddedContent.ToString(),
Value = fileContent
},
Configuration = new DscConfigurationAssociationProperty()
@@ -1250,10 +1164,11 @@ public Model.NodeConfiguration CreateNodeConfiguration(
nodeConfigurationCreateParameters.IncrementNodeConfigurationBuild = incrementNodeConfigurationBuild;
var nodeConfiguration =
- this.automationManagementClient.NodeConfigurations.CreateOrUpdate(
+ this.automationManagementClient.DscNodeConfiguration.CreateOrUpdate(
resourceGroupName,
automationAccountName,
- nodeConfigurationCreateParameters).NodeConfiguration;
+ nodeConfigurationName,
+ nodeConfigurationCreateParameters);
return new Model.NodeConfiguration(resourceGroupName, automationAccountName, nodeConfiguration, null);
@@ -1272,7 +1187,7 @@ public void DeleteNodeConfiguration(string resourceGroupName, string automationA
{
if (ignoreNodeMappings)
{
- this.automationManagementClient.NodeConfigurations.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.DscNodeConfiguration.Delete(resourceGroupName, automationAccountName, name);
}
else
{
@@ -1291,13 +1206,13 @@ public void DeleteNodeConfiguration(string resourceGroupName, string automationA
}
else
{
- this.automationManagementClient.NodeConfigurations.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.DscNodeConfiguration.Delete(resourceGroupName, automationAccountName, name);
}
}
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(
typeof(Model.NodeConfiguration),
@@ -1327,35 +1242,31 @@ public NodeConfigurationDeployment StartNodeConfigurationDeployment(string resou
if (schedule == null)
{
- job = this.automationManagementClient.Jobs.Create(
+ job = this.automationManagementClient.Job.Create(
resourceGroupName,
automationAccountName,
+ new Guid().ToString(),
new JobCreateParameters
{
- Properties = new JobCreateProperties
+ Runbook = new RunbookAssociationProperty
{
- Runbook = new RunbookAssociationProperty
- {
- Name = runbookName
- },
- Parameters = processedParameters ?? null
- }
- }).Job;
+ Name = runbookName
+ },
+ Parameters = processedParameters ?? null
+ });
}
else
{
- jobSchedule = this.automationManagementClient.JobSchedules.Create(
+ jobSchedule = this.automationManagementClient.JobSchedule.Create(
resourceGroupName,
- automationAccountName,
+ automationAccountName,
+ new Guid(),
new JobScheduleCreateParameters
{
- Properties = new JobScheduleCreateProperties
- {
- Schedule = new ScheduleAssociationProperty {Name = schedule.Name},
- Runbook = new RunbookAssociationProperty {Name = runbookName},
- Parameters = processedParameters ?? null
- }
- }).JobSchedule;
+ Schedule = new ScheduleAssociationProperty { Name = schedule.Name },
+ Runbook = new RunbookAssociationProperty { Name = runbookName },
+ Parameters = processedParameters ?? null
+ });
}
return new NodeConfigurationDeployment(resourceGroupName, automationAccountName, nodeConfiguraionName, job, jobSchedule);
@@ -1373,13 +1284,13 @@ public NodeConfigurationDeployment GetNodeConfigurationDeployment(string resourc
if (jobId != Guid.Empty)
{
- job = this.automationManagementClient.Jobs.Get(resourceGroupName, automationAccountName, jobId).Job;
+ job = this.automationManagementClient.Job.Get(resourceGroupName, automationAccountName, jobId.ToString());
nodeConfigurationName = PowerShellJsonConverter
- .Deserialize(job.Properties.Parameters["NodeConfigurationName"]).ToString();
+ .Deserialize(job.Parameters["NodeConfigurationName"]).ToString();
// Fetch Nodes from the Param List.
- var nodesJsonArray = PowerShellJsonConverter.Serialize(job.Properties.Parameters["ListOfNodeNames"]);
+ var nodesJsonArray = PowerShellJsonConverter.Serialize(job.Parameters["ListOfNodeNames"]);
var stringArray =
Newtonsoft.Json.Linq.JArray.Parse(JsonConvert.DeserializeObject(nodesJsonArray));
@@ -1421,13 +1332,13 @@ public NodeConfigurationDeploymentSchedule GetNodeConfigurationDeploymentSchedul
if (jobScheduleId != Guid.Empty)
{
try {
- jobSchedule = this.automationManagementClient.JobSchedules.Get(
+ jobSchedule = this.automationManagementClient.JobSchedule.Get(
resourceGroupName,
automationAccountName,
- jobScheduleId).JobSchedule;
- } catch (CloudException cloudException)
+ jobScheduleId);
+ } catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(typeof(JobSchedule),
string.Format(CultureInfo.CurrentCulture, Resources.JobScheduleWithIdNotFound, jobScheduleId));
@@ -1445,40 +1356,34 @@ public IEnumerable ListNodeConfigurationDeployment(
Requires.Argument("ResourceGroupName", resourceGroupName).NotNullOrEmpty();
Requires.Argument("AutomationAccountName", automationAccountName).NotNullOrEmpty().ValidAutomationAccountName();
- JobListResponse response;
- const string runbookName = "Deploy-NodeConfigurationToAutomationDscNodesV1";
+ Rest.Azure.IPage response;
+ // TODO: Fix this cmdlets const string runbookName = "Deploy-NodeConfigurationToAutomationDscNodesV1";
if (string.IsNullOrEmpty(nextLink))
{
- response = this.automationManagementClient.Jobs.List(
+ response = this.automationManagementClient.Job.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- new JobListParameters
- {
- StartTime = (startTime.HasValue) ? FormatDateTime(startTime.Value) : null,
- EndTime = (endTime.HasValue) ? FormatDateTime(endTime.Value) : null,
- RunbookName = runbookName,
- Status = jobStatus,
- });
+ this.GetDscJobFilterString(null, startTime, endTime, jobStatus));
}
else
{
- response = this.automationManagementClient.Jobs.ListNext(nextLink);
+ response = this.automationManagementClient.Job.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
- return response.Jobs.Select(c => new NodeConfigurationDeployment(resourceGroupName, automationAccountName, null, c));
+ nextLink = response.NextPageLink;
+ return response.Select(c => new NodeConfigurationDeployment(resourceGroupName, automationAccountName, null, c));
}
public IEnumerable ListNodeConfigurationDeploymentSchedules(string resourceGroupName, string automationAccountName, ref string nextLink)
{
const string runbookName = "Deploy-NodeConfigurationToAutomationDscNodesV1";
- var response = string.IsNullOrEmpty(nextLink) ? this.automationManagementClient.JobSchedules.List(resourceGroupName, automationAccountName) : this.automationManagementClient.JobSchedules.ListNext(nextLink);
+ var response = string.IsNullOrEmpty(nextLink) ? this.automationManagementClient.JobSchedule.ListByAutomationAccount(resourceGroupName, automationAccountName) : this.automationManagementClient.JobSchedule.ListByAutomationAccountNext(nextLink);
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.JobSchedules.Where(js => string.Equals(js.Properties.Runbook.Name, runbookName, StringComparison.OrdinalIgnoreCase)).
+ return response.Where(js => string.Equals(js.Runbook.Name, runbookName, StringComparison.OrdinalIgnoreCase)).
Select(js => new NodeConfigurationDeploymentSchedule(resourceGroupName, automationAccountName, js));
}
@@ -1503,8 +1408,8 @@ public Model.DscNodeReport GetDscNodeReportByReportId(string resourceGroupName,
this.automationManagementClient.NodeReports.Get(
resourceGroupName,
automationAccountName,
- nodeId,
- reportId).NodeReport;
+ nodeId.ToString(),
+ reportId.ToString());
return new Model.DscNodeReport(resourceGroupName, automationAccountName, nodeId.ToString("D"), nodeReport);
}
@@ -1523,8 +1428,8 @@ public DirectoryInfo GetDscNodeReportContent(string resourceGroupName, string au
this.automationManagementClient.NodeReports.GetContent(
resourceGroupName,
automationAccountName,
- nodeId,
- reportId).Content;
+ nodeId.ToString(),
+ reportId.ToString());
string outputFolderFullPath = this.GetCurrentDirectory();
@@ -1545,7 +1450,8 @@ public DirectoryInfo GetDscNodeReportContent(string resourceGroupName, string au
}
// Write to the file
- this.WriteFile(outputFilePath, nodeReportContent);
+ // TODO: Change the GetContent to string
+ this.WriteFile(outputFilePath, null);
return new DirectoryInfo(outputFilePath);
}
@@ -1560,11 +1466,10 @@ public Model.DscNodeReport GetLatestDscNodeReport(string resourceGroupName, stri
using (var request = new RequestSettings(this.automationManagementClient))
{
var nodeReport =
- this.automationManagementClient.NodeReports.List(
+ this.automationManagementClient.NodeReports.ListByNode(
resourceGroupName,
- automationAccountName,
- new DscNodeReportListParameters { NodeId = nodeId }
- ).NodeReports.OrderByDescending(report => report.StartTime).FirstOrDefault();
+ automationAccountName, nodeId.ToString(), null
+ ).OrderByDescending(report => report.StartTime).FirstOrDefault();
return new Model.DscNodeReport(resourceGroupName, automationAccountName, nodeId.ToString("D"), nodeReport);
}
@@ -1574,63 +1479,24 @@ public Model.DscNodeReport GetLatestDscNodeReport(string resourceGroupName, stri
{
using (var request = new RequestSettings(this.automationManagementClient))
{
- DscNodeReportListResponse response;
+ Rest.Azure.IPage response;
if (string.IsNullOrEmpty(nextLink))
{
- if (startTime.HasValue && endTime.HasValue)
- {
- response = this.automationManagementClient.NodeReports.List(
+ response = this.automationManagementClient.NodeReports.ListByNode(
resourceGroupName,
automationAccountName,
- new AutomationManagement.Models.DscNodeReportListParameters
- {
- NodeId = nodeId,
- StartTime = FormatDateTime(startTime.Value),
- EndTime = FormatDateTime(endTime.Value)
- });
- }
- else if (startTime.HasValue)
- {
- response = this.automationManagementClient.NodeReports.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscNodeReportListParameters
- {
- NodeId = nodeId,
- StartTime = FormatDateTime(startTime.Value)
- });
- }
- else if (endTime.HasValue)
- {
- response = this.automationManagementClient.NodeReports.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscNodeReportListParameters
- {
- NodeId = nodeId,
- EndTime = FormatDateTime(endTime.Value)
- });
- }
- else
- {
- response = this.automationManagementClient.NodeReports.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscNodeReportListParameters
- {
- NodeId = nodeId
- });
- }
+ nodeId.ToString(),
+ this.GetNodeReportListFilterString(null, startTime, endTime, null));
}
else
{
- response = this.automationManagementClient.NodeReports.ListNext(nextLink);
+ response = this.automationManagementClient.NodeReports.ListByNodeNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
- return response.NodeReports.Select(report => new Commands.Automation.Model.DscNodeReport(resourceGroupName, automationAccountName, nodeId.ToString("D"), report));
+ return response.Select(report => new Commands.Automation.Model.DscNodeReport(resourceGroupName, automationAccountName, nodeId.ToString("D"), report));
}
}
#endregion
@@ -1638,36 +1504,6 @@ public Model.DscNodeReport GetLatestDscNodeReport(string resourceGroupName, stri
#region privatemethods
- ///
- /// Enumerate the list of NodeConfigurations for given configuration - without any rollup status
- ///
- /// Resource group name
- /// Automation account
- /// Name of configuration
- /// List of NodeConfigurations
- private IEnumerable EnumerateNodeConfigurationsByConfigurationName(string resourceGroupName, string automationAccountName, string configurationName)
- {
- using (var request = new RequestSettings(this.automationManagementClient))
- {
- IEnumerable nodeConfigModels;
-
- nodeConfigModels = AutomationManagementClient.ContinuationTokenHandler(
- skipToken =>
- {
- var response = this.automationManagementClient.NodeConfigurations.List(
- resourceGroupName,
- automationAccountName,
- new AutomationManagement.Models.DscNodeConfigurationListParameters
- {
- ConfigurationName = configurationName
- });
- return new ResponseWithSkipToken(response, response.DscNodeConfigurations);
- });
-
- return nodeConfigModels.Select(nodeConfigModel => new Commands.Automation.Model.NodeConfiguration(resourceGroupName, automationAccountName, nodeConfigModel, null));
- }
- }
-
private string GetRollupStatus(string resourceGroupName, string automationAccountName, string nodeConfigurationName)
{
var nextLink = string.Empty;
@@ -1690,7 +1526,7 @@ private string GetRollupStatus(string resourceGroupName, string automationAccoun
private string FormatDateTime(DateTimeOffset dateTime)
{
- return string.Format(CultureInfo.InvariantCulture, "{0:O}", dateTime.ToUniversalTime());
+ return string.Format(CultureInfo.InvariantCulture, "{0:O}", dateTime.DateTime.ToUniversalTime());
}
private IDictionary ProcessConfigurationParameters(IDictionary parameters, IDictionary configurationData)
@@ -1819,6 +1655,161 @@ private IEnumerable> BuildParametersForNo
return paramsForRunbook;
}
-#endregion
+ private string GetDscJobFilterString(string configurationName, DateTimeOffset? startTime, DateTimeOffset? endTime, string jobStatus)
+ {
+ string filter = null;
+ List odataFilter = new List();
+ if (startTime.HasValue)
+ {
+ odataFilter.Add("properties/startTime ge " + this.FormatDateTime(startTime.Value));
+ }
+ if (endTime.HasValue)
+ {
+ odataFilter.Add("properties/endTime le " + this.FormatDateTime(endTime.Value));
+ }
+ if (!string.IsNullOrWhiteSpace(jobStatus))
+ {
+ odataFilter.Add("properties/status eq '" + Uri.EscapeDataString(jobStatus) + "'");
+ }
+ if (!string.IsNullOrWhiteSpace(configurationName))
+ {
+ odataFilter.Add("properties/configuration/name eq '" + Uri.EscapeDataString(configurationName) + "'");
+ }
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ private string GetDscJobStreamFilterString(DateTimeOffset? time, string streamType)
+ {
+ string filter = null;
+ List odataFilter = new List();
+ if (time.HasValue)
+ {
+ odataFilter.Add("properties/time ge " + this.FormatDateTime(time.Value));
+ }
+ if (!string.IsNullOrWhiteSpace(streamType))
+ {
+ odataFilter.Add("properties/streamType eq '" + Uri.EscapeDataString(streamType) + "'");
+ }
+
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ private string GetNodeListFilterString(string status, string nodeConfigurationName)
+ {
+ var filter = new ODataQuery(node => node.Name == nodeConfigurationName)
+ {
+ Top = 20,
+ Skip = 0
+ };
+
+ return filter.ToString();
+ }
+
+ private string GetNodeReportListFilterString(string type, DateTimeOffset? startTime, DateTimeOffset? endTime, DateTimeOffset? lastModifiedTime)
+ {
+ string filter = null;
+ List odataFilter = new List();
+ if (startTime.HasValue)
+ {
+ odataFilter.Add("properties/startTime ge " + this.FormatDateTime(startTime.Value));
+ }
+ if (endTime.HasValue)
+ {
+ odataFilter.Add("properties/endTime le " + this.FormatDateTime(endTime.Value));
+ }
+ if (string.IsNullOrWhiteSpace(type))
+ {
+ odataFilter.Add("properties/type eq '" + Uri.EscapeDataString(type) + "'");
+ }
+ if (lastModifiedTime.HasValue)
+ {
+ odataFilter.Add("properties/lastModifiedTime ge " + this.FormatDateTime(startTime.Value));
+ }
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ private string GetNodeConfigurationListFilterString(string configurationName)
+ {
+ string filter = null;
+ List odataFilter = new List();
+ if (!string.IsNullOrWhiteSpace(configurationName))
+ {
+ odataFilter.Add("properties/configuration/name eq " + Uri.EscapeDataString(configurationName) + "'");
+ }
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ #endregion
+ }
+
+ internal class ParametersObj
+ {
+ [JsonProperty("vmName")]
+ public TemplateParameters VmName { get; set; }
+
+ [JsonProperty("location")]
+ public TemplateParameters Location { get; set; }
+
+ [JsonProperty("modulesUrl")]
+ public TemplateParameters ModulesUrl { get; set; }
+
+ [JsonProperty("configurationFunction")]
+ public TemplateParameters ConfigurationFunction { get; set; }
+
+ [JsonProperty("registrationKey")]
+ public TemplateParameters RegistrationKey { get; set; }
+
+ [JsonProperty("registrationUrl")]
+ public TemplateParameters RegistrationUrl { get; set; }
+
+ [JsonProperty("nodeConfigurationName")]
+ public TemplateParameters NodeConfigurationName { get; set; }
+
+ [JsonProperty("configurationMode")]
+ public TemplateParameters ConfigurationMode { get; set; }
+
+ [JsonProperty("configurationModeFrequencyMins")]
+ public TemplateParameters ConfigurationModeFrequencyMins { get; set; }
+
+ [JsonProperty("refreshFrequencyMins")]
+ public TemplateParameters RefreshFrequencyMins { get; set; }
+
+ [JsonProperty("rebootNodeIfNeeded")]
+ public TemplateParameters RebootNodeIfNeeded { get; set; }
+
+ [JsonProperty("actionAfterReboot")]
+ public TemplateParameters ActionAfterReboot { get; set; }
+
+ [JsonProperty("allowModuleOverwrite")]
+ public TemplateParameters AllowModuleOverwrite { get; set; }
+
+ [JsonProperty("timestamp")]
+ public TemplateParameters Timestamp { get; set; }
+ }
+
+ internal class TemplateParameters
+ {
+ [JsonProperty("value")]
+ public object Value { get; set; }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientSoftwareUpdateConfiguration.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientSoftwareUpdateConfiguration.cs
new file mode 100644
index 000000000000..30edd5c295cf
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientSoftwareUpdateConfiguration.cs
@@ -0,0 +1,199 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Common
+{
+ using System;
+ using System.Linq;
+ using System.Collections.Generic;
+ using Microsoft.Azure.Commands.Automation.Model.UpdateManagement;
+ using Microsoft.Azure.Management.Automation;
+ using Sdk = Management.Automation.Models;
+
+ public partial class AutomationPSClient : IAutomationPSClient
+ {
+ #region Software Update Configuration
+
+ public SoftwareUpdateConfiguration CreateSoftwareUpdateConfiguration(string resourceGroupName, string automationAccountName, SoftwareUpdateConfiguration configuration)
+ {
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ var updateConfig = configuration.UpdateConfiguration;
+
+ var sucParameters = new Sdk.SoftwareUpdateConfiguration()
+ {
+ ScheduleInfo = new Sdk.ScheduleProperties()
+ {
+ StartTime = configuration.ScheduleConfiguration.StartTime.ToUniversalTime(),
+ ExpiryTime = configuration.ScheduleConfiguration.ExpiryTime.ToUniversalTime(),
+ Frequency = configuration.ScheduleConfiguration.Frequency.ToString(),
+ Interval = configuration.ScheduleConfiguration.Interval,
+ IsEnabled = configuration.ScheduleConfiguration.IsEnabled,
+ TimeZone = configuration.ScheduleConfiguration.TimeZone,
+ AdvancedSchedule = configuration.ScheduleConfiguration.GetAdvancedSchedule()
+ },
+ UpdateConfiguration = new Sdk.UpdateConfiguration()
+ {
+ OperatingSystem = updateConfig.OperatingSystem == OperatingSystemType.Windows ?
+ Sdk.OperatingSystemType.Windows : Sdk.OperatingSystemType.Linux,
+ Windows = updateConfig.OperatingSystem == OperatingSystemType.Linux ? null : new Sdk.WindowsProperties()
+ {
+ IncludedUpdateClassifications = updateConfig.Windows != null && updateConfig.Windows.IncludedUpdateClassifications != null
+ ? string.Join(",", updateConfig.Windows.IncludedUpdateClassifications.Select(c => c.ToString()))
+ : null,
+ ExcludedKbNumbers = updateConfig.Windows != null ? updateConfig.Windows.ExcludedKbNumbers : null
+ },
+ Linux = updateConfig.OperatingSystem == OperatingSystemType.Windows ? null : new Sdk.LinuxProperties()
+ {
+ IncludedPackageClassifications = updateConfig.Linux != null && updateConfig.Linux.IncludedPackageClassifications != null
+ ? string.Join(",", updateConfig.Linux.IncludedPackageClassifications.Select(c=>c.ToString()))
+ : null,
+ ExcludedPackageNameMasks = updateConfig.Linux != null ? updateConfig.Linux.ExcludedPackageNameMasks : null
+ },
+ Duration = updateConfig.Duration,
+ AzureVirtualMachines = updateConfig.AzureVirtualMachines,
+ NonAzureComputerNames = updateConfig.NonAzureComputers
+ }
+ };
+
+ var suc = this.automationManagementClient.SoftwareUpdateConfigurations.Create(resourceGroupName, automationAccountName, configuration.Name, sucParameters);
+ return new SoftwareUpdateConfiguration(resourceGroupName, automationAccountName, suc);
+ }
+ }
+
+ public SoftwareUpdateConfiguration GetSoftwareUpdateConfigurationByName(string resourceGroupName, string automationAccountName, string name)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("name", name).NotNullOrEmpty();
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ var suc = this.automationManagementClient.SoftwareUpdateConfigurations.GetByName(resourceGroupName, automationAccountName, name);
+ return suc == null ? null : new SoftwareUpdateConfiguration(resourceGroupName, automationAccountName, suc);
+ }
+ }
+
+ public IEnumerable ListSoftwareUpdateConfigurations(string resourceGroupName, string automationAccountName, string azureVirtualMachineId = null)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+
+ Sdk.SoftwareUpdateConfigurationListResult result;
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ if (string.IsNullOrWhiteSpace(azureVirtualMachineId))
+ {
+ result = this.automationManagementClient.SoftwareUpdateConfigurations.List(resourceGroupName, automationAccountName);
+ }
+ else
+ {
+ result = this.automationManagementClient.SoftwareUpdateConfigurations.ListByAzureVirtualMachine(resourceGroupName, automationAccountName, azureVirtualMachineId);
+ }
+
+ return result.Value.Select(item => new SoftwareUpdateConfiguration(resourceGroupName, automationAccountName, item)).ToList();
+ }
+ }
+
+ public void DeleteSoftwareUpdateConfiguration(string resourceGroupName, string automationAccountName, string name)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("name", name).NotNullOrEmpty();
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ this.automationManagementClient.SoftwareUpdateConfigurations.Delete(resourceGroupName, automationAccountName, name);
+ }
+ }
+
+ #endregion
+
+ #region Software Update Configuration Run
+
+ public SoftwareUpdateRun GetSoftwareUpdateRunById(string resourceGroupName, string automationAccountName, Guid id)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ var sucr = this.automationManagementClient.SoftwareUpdateConfigurationRuns.GetById(resourceGroupName, automationAccountName, id);
+ return new SoftwareUpdateRun(resourceGroupName, automationAccountName, sucr);
+ }
+ }
+
+ public IEnumerable ListSoftwareUpdateRuns(
+ string resourceGroupName,
+ string automationAccountName,
+ string softwareUpdateConfigurationName = null,
+ OperatingSystemType? operatingSystem = null,
+ DateTimeOffset? startTime = null,
+ SoftwareUpdateRunStatus? status = null)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ var sucrs = this.automationManagementClient.SoftwareUpdateConfigurationRuns.ListAll(
+ resourceGroupName,
+ automationAccountName,
+ softwareUpdateConfigurationName,
+ operatingSystem.ToString(),
+ status.ToString(),
+ startTime.HasValue ? startTime.Value.DateTime.ToUniversalTime() : (DateTime?)null);
+ return sucrs.Value.Select(sucr => new SoftwareUpdateRun(resourceGroupName, automationAccountName, sucr));
+ }
+ }
+ #endregion
+
+ #region Software Update Configuration Machine Run
+ public SoftwareUpdateMachineRun GetSoftwareUpdateMachineRunById(string resourceGroupName, string automationAccountName, Guid id)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ var sucmr = this.automationManagementClient.SoftwareUpdateConfigurationMachineRuns.GetById(resourceGroupName, automationAccountName, id);
+ return new SoftwareUpdateMachineRun(resourceGroupName, automationAccountName, sucmr);
+ }
+ }
+
+ public IEnumerable ListSoftwareUpdateMachineRuns(
+ string resourceGroupName,
+ string automationAccountName,
+ Guid? softwareUpdateConfigurationRunId = null,
+ string targetComputer = null,
+ SoftwareUpdateMachineRunStatus? status = null)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+
+ using (var request = new RequestSettings(this.automationManagementClient))
+ {
+ var sucmrs = this.automationManagementClient.SoftwareUpdateConfigurationMachineRuns.ListAll(
+ resourceGroupName,
+ automationAccountName,
+ softwareUpdateConfigurationRunId,
+ status.ToString(),
+ targetComputer);
+ return sucmrs.Value.Select(item => new SoftwareUpdateMachineRun(resourceGroupName, automationAccountName, item));
+ }
+ }
+ #endregion
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientSourceControl.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientSourceControl.cs
new file mode 100644
index 000000000000..3e4c80687727
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientSourceControl.cs
@@ -0,0 +1,433 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Hyak.Common;
+using Microsoft.Azure.Commands.Automation.Model;
+using Microsoft.Azure.Commands.Automation.Properties;
+using Microsoft.Azure.Management.Automation;
+using Microsoft.Azure.Management.Automation.Models;
+using Newtonsoft.Json;
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using System.Collections.ObjectModel;
+using System.Globalization;
+using System.IO;
+using System.Linq;
+using System.Management.Automation;
+using System.Management.Automation.Runspaces;
+using System.Net;
+using System.Security;
+using System.Text.RegularExpressions;
+using AutomationManagement = Microsoft.Azure.Management.Automation;
+using SourceControl = Microsoft.Azure.Management.Automation.Models.SourceControl;
+using SourceControlSyncJob = Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob;
+
+namespace Microsoft.Azure.Commands.Automation.Common
+{
+ public partial class AutomationPSClient : IAutomationPSClient
+ {
+ #region SourceControl
+
+ public Model.SourceControl CreateSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name,
+ string description,
+ SecureString accessToken,
+ string repoUrl,
+ string sourceType,
+ string branch,
+ string folderPath,
+ bool publishRunbook,
+ bool autoSync)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("name", name).NotNullOrEmpty();
+ Requires.Argument("accessToken", accessToken).NotNullOrEmpty();
+ Requires.Argument("repoUrl", repoUrl).NotNullOrEmpty();
+ Requires.Argument("sourceType", sourceType).NotNullOrEmpty();
+ Requires.Argument("folderPath", folderPath).NotNullOrEmpty();
+
+ if (String.Equals(sourceType, Constants.SupportedSourceType.GitHub.ToString()) ||
+ String.Equals(sourceType, Constants.SupportedSourceType.VsoGit.ToString()))
+ {
+ Requires.Argument("branch", branch).NotNullOrEmpty();
+ }
+
+ var decryptedAccessToken = Utils.GetStringFromSecureString(accessToken);
+
+ var createParams = new SourceControlCreateOrUpdateParameters(
+ repoUrl,
+ branch,
+ folderPath,
+ autoSync,
+ publishRunbook,
+ sourceType,
+ GetAccessTokenProperties(decryptedAccessToken),
+ description);
+
+ var sdkSourceControl = this.automationManagementClient.SourceControl.CreateOrUpdate(
+ resourceGroupName,
+ automationAccountName,
+ name,
+ createParams);
+
+ Model.SourceControl result = null;
+
+ if (sdkSourceControl != null)
+ {
+ result = new Model.SourceControl(sdkSourceControl, automationAccountName, resourceGroupName);
+ }
+
+ return result;
+ }
+
+ public Model.SourceControl UpdateSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name,
+ string description,
+ SecureString accessToken,
+ string branch,
+ string folderPath,
+ bool? publishRunbook,
+ bool? autoSync)
+ {
+ Requires.Argument("ResourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("AutomationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("name", name).NotNullOrEmpty();
+
+ var updateParams = new AutomationManagement.Models.SourceControlUpdateParameters();
+
+ if (autoSync.HasValue)
+ {
+ updateParams.AutoSync = autoSync;
+ }
+
+ if (publishRunbook.HasValue)
+ {
+ updateParams.PublishRunbook = publishRunbook;
+ }
+
+ if (!string.IsNullOrEmpty(description))
+ {
+ updateParams.Description = description;
+ }
+
+ if (!string.IsNullOrEmpty(branch))
+ {
+ updateParams.Branch = branch;
+ }
+
+ if (!string.IsNullOrEmpty(folderPath))
+ {
+ updateParams.FolderPath = folderPath;
+ }
+
+ if (accessToken != null)
+ {
+ var decryptedAccessToken = Utils.GetStringFromSecureString(accessToken);
+ updateParams.SecurityToken = GetAccessTokenProperties(decryptedAccessToken);
+ }
+
+ var sdkSourceControl = this.automationManagementClient.SourceControl.Update(
+ resourceGroupName,
+ automationAccountName,
+ name,
+ updateParams);
+
+ Model.SourceControl result = null;
+
+ if (sdkSourceControl != null)
+ {
+ result = new Model.SourceControl(sdkSourceControl, automationAccountName, resourceGroupName);
+ }
+
+ return result;
+ }
+
+ public void DeleteSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("name", name).NotNullOrEmpty();
+
+ this.automationManagementClient.SourceControl.Delete(resourceGroupName, automationAccountName, name);
+ }
+
+ public Model.SourceControl GetSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("name", name).NotNullOrEmpty();
+
+ var existingSourceControl = this.automationManagementClient.SourceControl.Get(
+ resourceGroupName,
+ automationAccountName,
+ name);
+
+ Model.SourceControl result = null;
+
+ if (existingSourceControl != null)
+ {
+ result = new Model.SourceControl(existingSourceControl, automationAccountName, resourceGroupName);
+ }
+
+ return result;
+ }
+
+ public IEnumerable ListSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceType,
+ ref string nextLink)
+ {
+ Rest.Azure.IPage response;
+
+ if (string.IsNullOrEmpty(nextLink))
+ {
+ response = this.automationManagementClient.SourceControl.ListByAutomationAccount(
+ resourceGroupName,
+ automationAccountName,
+ GetSourceControlTypeFilterString(sourceType));
+ }
+ else
+ {
+ response = this.automationManagementClient.SourceControl.ListByAutomationAccountNext(nextLink);
+ }
+ nextLink = response.NextPageLink;
+ return response.Select(sc => new Model.SourceControl(sc, automationAccountName, resourceGroupName));
+ }
+
+ #endregion
+
+ #region SourceControlSyncJob
+
+ public Model.SourceControlSyncJob StartSourceControlSyncJob(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid syncJobId)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNullOrEmpty();
+ Requires.Argument("syncJobId", syncJobId).NotNullOrEmpty();
+
+ var sdkSyncJob = this.automationManagementClient.SourceControlSyncJob.Create(
+ resourceGroupName,
+ automationAccountName,
+ sourceControlName,
+ syncJobId,
+ new SourceControlSyncJobCreateParameters(""));
+
+ Model.SourceControlSyncJob result = null;
+
+ if (sdkSyncJob != null)
+ {
+ result = new Model.SourceControlSyncJob(resourceGroupName, automationAccountName, sourceControlName, sdkSyncJob);
+ }
+
+ return result;
+ }
+
+ public Model.SourceControlSyncJobRecord GetSourceControlSyncJob(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid syncJobId)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNullOrEmpty();
+ Requires.Argument("syncJobId", syncJobId).NotNullOrEmpty();
+
+ var existingSyncJob = this.automationManagementClient.SourceControlSyncJob.Get(
+ resourceGroupName,
+ automationAccountName,
+ sourceControlName,
+ syncJobId);
+
+ Model.SourceControlSyncJobRecord result = null;
+
+ if (existingSyncJob != null)
+ {
+ result = new Model.SourceControlSyncJobRecord(resourceGroupName, automationAccountName, sourceControlName, existingSyncJob);
+ }
+
+ return result;
+ }
+
+ public IEnumerable ListSourceControlSyncJobs(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ ref string nextLink)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNullOrEmpty();
+
+ Rest.Azure.IPage response;
+
+ if (string.IsNullOrEmpty(nextLink))
+ {
+ response = this.automationManagementClient.SourceControlSyncJob.ListByAutomationAccount(
+ resourceGroupName,
+ automationAccountName,
+ sourceControlName);
+ }
+ else
+ {
+ response = this.automationManagementClient.SourceControlSyncJob.ListByAutomationAccountNext(nextLink);
+ }
+
+ nextLink = response.NextPageLink;
+ return response.Select(
+ sj => new Model.SourceControlSyncJob(resourceGroupName, automationAccountName, sourceControlName, sj));
+ }
+
+ public IEnumerable GetSourceControlSyncJobStream(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid syncJobId,
+ string streamType,
+ ref string nextLink)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNullOrEmpty();
+ Requires.Argument("syncJobId", syncJobId).NotNullOrEmpty();
+ Requires.Argument("streamType", streamType).NotNullOrEmpty();
+
+ Rest.Azure.IPage response;
+
+ if (string.IsNullOrEmpty(nextLink))
+ {
+ response = this.automationManagementClient.SourceControlSyncJobStreams.ListBySyncJob(
+ resourceGroupName,
+ automationAccountName,
+ sourceControlName,
+ syncJobId,
+ this.GetSyncJobStreamFilterString(streamType));
+ }
+ else
+ {
+ response = this.automationManagementClient.SourceControlSyncJobStreams.ListBySyncJobNext(nextLink);
+ }
+
+ nextLink = response.NextPageLink;
+
+ return response.Select(
+ stream => new Model.SourceControlSyncJobStream(stream, resourceGroupName, automationAccountName, sourceControlName, syncJobId));
+ }
+
+ public SourceControlSyncJobStreamRecord GetSourceControlSyncJobStreamRecord(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid syncJobId,
+ string syncJobStreamId)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("automationAccountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNullOrEmpty();
+ Requires.Argument("syncJobId", syncJobId).NotNullOrEmpty();
+ Requires.Argument("syncJobStreamId", syncJobStreamId).NotNullOrEmpty();
+
+ var response = this.automationManagementClient.SourceControlSyncJobStreams.Get(
+ resourceGroupName,
+ automationAccountName,
+ sourceControlName,
+ syncJobId,
+ syncJobStreamId);
+
+ SourceControlSyncJobStreamRecord result = null;
+
+ if (response != null)
+ {
+ result = new SourceControlSyncJobStreamRecord(
+ response, resourceGroupName, automationAccountName, sourceControlName, syncJobId);
+ }
+
+ return result;
+ }
+
+ #region private helper functions
+
+ private string GetSyncJobStreamFilterString(string streamType)
+ {
+ string filter = null;
+ List odataFilter = new List();
+
+ if (!string.IsNullOrWhiteSpace(streamType))
+ {
+ // By default, to retrieve all the streams, the API does not expect any filters.
+ // If streamType is Any, do not add a filter.
+ if (!(string.Equals(SourceControlSyncJobStreamType.Any.ToString(), streamType, StringComparison.OrdinalIgnoreCase)))
+ {
+ odataFilter.Add("properties/streamType eq '" + Uri.EscapeDataString(streamType) + "'");
+ }
+ }
+
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ private string GetSourceControlTypeFilterString(string sourceType)
+ {
+ string filter = null;
+ List odataFilter = new List();
+
+ if (!string.IsNullOrWhiteSpace(sourceType))
+ {
+ odataFilter.Add("properties/sourceType eq '" + Uri.EscapeDataString(sourceType) + "'");
+ }
+
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
+
+ private SourceControlSecurityTokenProperties GetAccessTokenProperties(string accessToken)
+ {
+ var securityTokenProperties = new SourceControlSecurityTokenProperties();
+ securityTokenProperties.AccessToken = accessToken;
+ securityTokenProperties.TokenType = "PersonalAccessToken";
+
+ return securityTokenProperties;
+ }
+
+ #endregion
+
+ #endregion
+
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientWebhook.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientWebhook.cs
similarity index 68%
rename from src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientWebhook.cs
rename to src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientWebhook.cs
index 00fc2e8f4ca7..3786b90e002c 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/AutomationClientWebhook.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AutomationPSClientWebhook.cs
@@ -12,21 +12,20 @@
// limitations under the License.
// ----------------------------------------------------------------------------------
-using Hyak.Common;
using Microsoft.Azure.Commands.Automation.Properties;
using Microsoft.Azure.Management.Automation;
using Microsoft.Azure.Management.Automation.Models;
using System;
using System.Collections.Generic;
using System.Globalization;
-using System.Net;
+using Microsoft.Rest.Azure.OData;
namespace Microsoft.Azure.Commands.Automation.Common
{
using System.Collections;
using System.Linq;
- public partial class AutomationClient : IAutomationClient
+ public partial class AutomationPSClient : IAutomationPSClient
{
public Model.Webhook CreateWebhook(
string resourceGroupName,
@@ -43,38 +42,29 @@ public Model.Webhook CreateWebhook(
using (var request = new RequestSettings(this.automationManagementClient))
{
var rbAssociationProperty = new RunbookAssociationProperty { Name = runbookName };
- var createOrUpdateProperties = new WebhookCreateOrUpdateProperties
- {
+
+ var webhookCreateOrUpdateParameters = new WebhookCreateOrUpdateParameters {
+ Name = name,
IsEnabled = isEnabled,
- ExpiryTime = expiryTime,
+ ExpiryTime = expiryTime.DateTime.ToUniversalTime(),
Runbook = rbAssociationProperty,
- Uri =
- this.automationManagementClient
- .Webhooks.GenerateUri(
- resourceGroupName,
- automationAccountName).Uri,
- RunOn = runOn
+ Uri = this.automationManagementClient.Webhook.GenerateUri(resourceGroupName, automationAccountName),
+ Parameters = (runbookParameters != null) ? this.ProcessRunbookParameters(resourceGroupName, automationAccountName, runbookName, runbookParameters) : null,
+ RunOn = runOn
};
- if (runbookParameters != null)
- {
- createOrUpdateProperties.Parameters = this.ProcessRunbookParameters(resourceGroupName, automationAccountName, runbookName, runbookParameters);
- }
-
- var webhookCreateOrUpdateParameters = new WebhookCreateOrUpdateParameters(
- name,
- createOrUpdateProperties);
- var webhook =
- this.automationManagementClient.Webhooks.CreateOrUpdate(
+ var webhook =
+ this.automationManagementClient.Webhook.CreateOrUpdate(
resourceGroupName,
automationAccountName,
- webhookCreateOrUpdateParameters).Webhook;
+ name,
+ webhookCreateOrUpdateParameters);
return new Model.Webhook(
resourceGroupName,
automationAccountName,
webhook,
- webhookCreateOrUpdateParameters.Properties.Uri);
+ webhookCreateOrUpdateParameters.Uri);
}
}
@@ -87,8 +77,7 @@ public Model.Webhook GetWebhook(string resourceGroupName, string automationAccou
try
{
var webhook =
- this.automationManagementClient.Webhooks.Get(resourceGroupName, automationAccountName, name)
- .Webhook;
+ this.automationManagementClient.Webhook.Get(resourceGroupName, automationAccountName, name);
if (webhook == null)
{
throw new ResourceNotFoundException(
@@ -98,9 +87,9 @@ public Model.Webhook GetWebhook(string resourceGroupName, string automationAccou
return new Model.Webhook(resourceGroupName, automationAccountName, webhook);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NotFound)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NotFound)
{
throw new ResourceNotFoundException(
typeof(Webhook),
@@ -116,34 +105,37 @@ public Model.Webhook GetWebhook(string resourceGroupName, string automationAccou
{
Requires.Argument("ResourceGroupName", resourceGroupName).NotNull();
Requires.Argument("AutomationAccountName", automationAccountName).NotNull();
- WebhookListResponse response;
+
+ Rest.Azure.IPage response;
+
using (var request = new RequestSettings(this.automationManagementClient))
{
if (string.IsNullOrEmpty(nextLink))
{
if (runbookName == null)
{
- response = this.automationManagementClient.Webhooks.List(
+ response = this.automationManagementClient.Webhook.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
null);
}
else
{
- response = this.automationManagementClient.Webhooks.List(
+ var filter = GetRunbookNameFilterString(runbookName);
+ response = this.automationManagementClient.Webhook.ListByAutomationAccount(
resourceGroupName,
automationAccountName,
- runbookName);
+ new ODataQuery(filter));
}
}
else
{
- response = this.automationManagementClient.Webhooks.ListNext(nextLink);
+ response = this.automationManagementClient.Webhook.ListByAutomationAccountNext(nextLink);
}
- nextLink = response.NextLink;
+ nextLink = response.NextPageLink;
return
- response.Webhooks.Select(w => new Model.Webhook(resourceGroupName, automationAccountName, w))
+ response.Select(w => new Model.Webhook(resourceGroupName, automationAccountName, w))
.ToList();
}
}
@@ -160,27 +152,30 @@ public Model.Webhook UpdateWebhook(
using (var request = new RequestSettings(this.automationManagementClient))
{
var webhookModel =
- this.automationManagementClient.Webhooks.Get(resourceGroupName, automationAccountName, name).Webhook;
- var webhookPatchProperties = new WebhookPatchProperties();
+ this.automationManagementClient.Webhook.Get(resourceGroupName, automationAccountName, name);
+ var webhookPatchParameters = new WebhookUpdateParameters
+ {
+ Name = name
+ };
if (webhookModel != null)
{
if (isEnabled != null)
{
- webhookPatchProperties.IsEnabled = isEnabled.Value;
+ webhookPatchParameters.IsEnabled = isEnabled.Value;
}
if (parameters != null)
{
- webhookPatchProperties.Parameters =
- this.ProcessRunbookParameters(resourceGroupName, automationAccountName, webhookModel.Properties.Runbook.Name, parameters);
+ webhookPatchParameters.Parameters =
+ this.ProcessRunbookParameters(resourceGroupName, automationAccountName, webhookModel.Runbook.Name, parameters);
}
}
-
- var webhookPatchParameters = new WebhookPatchParameters(name) { Properties = webhookPatchProperties };
+
var webhook =
- this.automationManagementClient.Webhooks.Patch(
+ this.automationManagementClient.Webhook.Update(
resourceGroupName,
automationAccountName,
- webhookPatchParameters).Webhook;
+ name,
+ webhookPatchParameters);
return new Model.Webhook(resourceGroupName, automationAccountName, webhook);
}
@@ -194,11 +189,11 @@ public void DeleteWebhook(string resourceGroupName, string automationAccountName
{
try
{
- this.automationManagementClient.Webhooks.Delete(resourceGroupName, automationAccountName, name);
+ this.automationManagementClient.Webhook.Delete(resourceGroupName, automationAccountName, name);
}
- catch (CloudException cloudException)
+ catch (ErrorResponseException ErrorResponseException)
{
- if (cloudException.Response.StatusCode == HttpStatusCode.NoContent)
+ if (ErrorResponseException.Response.StatusCode == System.Net.HttpStatusCode.NoContent)
{
throw new ResourceNotFoundException(
typeof(Webhook),
@@ -208,5 +203,23 @@ public void DeleteWebhook(string resourceGroupName, string automationAccountName
}
}
}
+
+ private string GetRunbookNameFilterString(string runbookName)
+ {
+ string filter = null;
+ List odataFilter = new List();
+
+ if (!string.IsNullOrWhiteSpace(runbookName))
+ {
+ odataFilter.Add("properties/runbook/name eq '" + Uri.EscapeDataString(runbookName) + "'");
+ }
+
+ if (odataFilter.Count > 0)
+ {
+ filter = string.Join(" and ", odataFilter);
+ }
+
+ return filter;
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AzureAutomationErrorInfo.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AzureAutomationErrorInfo.cs
new file mode 100644
index 000000000000..990e7e29e0d5
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AzureAutomationErrorInfo.cs
@@ -0,0 +1,39 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Common
+{
+ using Newtonsoft.Json;
+
+ ///
+ /// The error response message.
+ ///
+ public class AzureAutomationErrorInfo
+ {
+ // Gets or sets the error code.
+ [JsonProperty(Required = Required.Default)]
+ public string Code { get; set; }
+
+ // Gets or sets the error message.
+ [JsonProperty(Required = Required.Default)]
+ public string Message { get; set; }
+
+ // Initializes a new instance of the class.
+ public AzureAutomationErrorInfo(string code, string message)
+ {
+ this.Code = code;
+ this.Message = message;
+ }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/AzureAutomationErrorResponseMessage.cs b/src/ResourceManager/Automation/Commands.Automation/Common/AzureAutomationErrorResponseMessage.cs
new file mode 100644
index 000000000000..8d487a6337c4
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/AzureAutomationErrorResponseMessage.cs
@@ -0,0 +1,34 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Common
+{
+ using Newtonsoft.Json;
+
+ ///
+ /// The error response message.
+ ///
+ public class AzureAutomationErrorResponseMessage
+ {
+ // Gets or sets the extended error info.
+ [JsonProperty(Required = Required.Default)]
+ public AzureAutomationErrorInfo Error { get; set; }
+
+ // Initializes a new instance of the class.
+ public AzureAutomationErrorResponseMessage(string code, string message)
+ {
+ this.Error = new AzureAutomationErrorInfo(code, message);
+ }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/Constants.cs b/src/ResourceManager/Automation/Commands.Automation/Common/Constants.cs
index b94951b12b8c..9ade2aa86f76 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/Constants.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/Constants.cs
@@ -59,7 +59,7 @@ public class AutomationAccountState
public const string PsCommandParamDepth = "Depth";
- public const int PsCommandValueDepth = 10;
+ public const int PsCommandValueDepth = 2;
public const int JobSummaryLength = 80;
@@ -97,5 +97,12 @@ public static class SupportedFileExtensions
public const string Python = ".py";
}
+
+ internal static class SupportedSourceType
+ {
+ public const string GitHub = "GitHub";
+ public const string VsoGit = "VsoGit";
+ public const string VsoTfvc = "VsoTfvc";
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/IAutomationClient.cs b/src/ResourceManager/Automation/Commands.Automation/Common/IAutomationPSClient.cs
similarity index 79%
rename from src/ResourceManager/Automation/Commands.Automation/Common/IAutomationClient.cs
rename to src/ResourceManager/Automation/Commands.Automation/Common/IAutomationPSClient.cs
index 6da722b08565..458ec9878b6c 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/IAutomationClient.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/IAutomationPSClient.cs
@@ -13,8 +13,8 @@
// ----------------------------------------------------------------------------------
using Microsoft.Azure.Commands.Automation.Model;
+using Microsoft.Azure.Commands.Automation.Model.UpdateManagement;
using Microsoft.Azure.Commands.Common.Authentication.Abstractions;
-using Microsoft.Azure.Commands.Common.Authentication.Models;
using System;
using System.Collections;
using System.Collections.Generic;
@@ -23,7 +23,7 @@
namespace Microsoft.Azure.Commands.Automation.Common
{
- public interface IAutomationClient
+ public interface IAutomationPSClient
{
IAzureSubscription Subscription { get; }
@@ -126,7 +126,7 @@ IEnumerable ListDscNodesByConfiguration(
void DeleteDscNode(string resourceGroupName, string automationAccountName, Guid nodeId);
- void RegisterDscNode(string resourceGroupName, string automationAccountName, string azureVMName, string nodeconfigurationName, string configurationMode, int configurationModeFrequencyMins, int refreshFrequencyMins, bool rebootFlag, string actionAfterReboot, bool moduleOverwriteFlag, string azureVmResourceGroup, string azureVmLocation);
+ void RegisterDscNode(string resourceGroupName, string automationAccountName, string azureVMName, string nodeconfigurationName, string configurationMode, int configurationModeFrequencyMins, int refreshFrequencyMins, bool rebootFlag, string actionAfterReboot, bool moduleOverwriteFlag, string azureVmResourceGroup, string azureVmLocation, IAzureContext azureContext);
#endregion
@@ -231,6 +231,9 @@ Model.Webhook CreateWebhook(
HybridRunbookWorkerGroup GetHybridRunbookWorkerGroup(string resourceGroupName, string automationAccountName, string hybridRunbookWorkerGroupName);
IEnumerable ListHybridRunbookWorkerGroups(string resourceGroupName, string automationAccountName, ref string nextLink);
+
+ void DeleteHybridRunbookWorkerGroup(string resourceGroupName, string automationAccountName, string name);
+
#endregion
#region Credentials
@@ -326,5 +329,123 @@ IEnumerable GetJobStream(string resourceGroupName, string automationA
void DeleteConnectionType(string resourceGroupName, string automationAccountName, string name);
#endregion
+
+ #region Update Management
+
+ #region Software Update Configuration
+ SoftwareUpdateConfiguration CreateSoftwareUpdateConfiguration(string resourceGroupName, string automationAccountName, SoftwareUpdateConfiguration configuration);
+
+ SoftwareUpdateConfiguration GetSoftwareUpdateConfigurationByName(string resourceGroupName, string automationAccountName, string name);
+
+ IEnumerable ListSoftwareUpdateConfigurations(string resourceGroupName, string automationAccountName, string azureVirtualMachineId = null);
+
+ void DeleteSoftwareUpdateConfiguration(string resourceGroupName, string automationAccountName, string name);
+
+ #endregion
+
+ #region Software Update Configuration Run
+ SoftwareUpdateRun GetSoftwareUpdateRunById(string resourceGroupName, string automationAccountName, Guid Id);
+
+ IEnumerable ListSoftwareUpdateRuns(
+ string resourceGroupName,
+ string automationAccountName,
+ string softwareUpdateConfigurationName = null,
+ OperatingSystemType? operatingSystem = null,
+ DateTimeOffset? startTime = null,
+ SoftwareUpdateRunStatus? status = null);
+ #endregion
+
+ #region Software Update Configuration Machine Run
+ SoftwareUpdateMachineRun GetSoftwareUpdateMachineRunById(string resourceGroupName, string automationAccountName, Guid Id);
+
+ IEnumerable ListSoftwareUpdateMachineRuns(
+ string resourceGroupName,
+ string automationAccountName,
+ Guid? softwareUpdateRunId = null,
+ string targetComputer = null,
+ SoftwareUpdateMachineRunStatus? status = null);
+ #endregion
+
+ #endregion
+
+ #region SourceControl
+ SourceControl GetSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name);
+
+ IEnumerable ListSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceType,
+ ref string nextLink);
+
+ SourceControl CreateSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name,
+ string description,
+ SecureString accessToken,
+ string repoUrl,
+ string sourceType,
+ string branch,
+ string folderPath,
+ bool publishRunbook,
+ bool autoSync);
+
+ void DeleteSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName);
+
+ SourceControl UpdateSourceControl(
+ string resourceGroupName,
+ string automationAccountName,
+ string name,
+ string description,
+ SecureString accessToken,
+ string branch,
+ string folderPath,
+ bool? publishRunbook,
+ bool? autoSync);
+
+ #endregion
+
+ #region SourceControlSyncJobs
+
+ SourceControlSyncJob StartSourceControlSyncJob(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid syncJobId);
+
+ SourceControlSyncJobRecord GetSourceControlSyncJob(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid syncJobId);
+
+ IEnumerable ListSourceControlSyncJobs(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ ref string nextLink);
+
+ SourceControlSyncJobStreamRecord GetSourceControlSyncJobStreamRecord(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid jobId,
+ string jobStreamId);
+
+ IEnumerable GetSourceControlSyncJobStream(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid jobId,
+ string streamType,
+ ref string nextLink);
+
+ #endregion
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/RequestSettings.cs b/src/ResourceManager/Automation/Commands.Automation/Common/RequestSettings.cs
index 3248d052332e..1793d024cbe7 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/RequestSettings.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/RequestSettings.cs
@@ -18,15 +18,17 @@
#if !NETSTANDARD
using System.Diagnostics.Eventing;
#endif
+using AutomationManagement = Microsoft.Azure.Management.Automation;
+
namespace Microsoft.Azure.Commands.Automation
{
public class RequestSettings : IDisposable
{
- private readonly AutomationManagementClient client;
+ private readonly AutomationManagement.AutomationClient client;
- public RequestSettings(IAutomationManagementClient automationClient)
+ public RequestSettings(AutomationManagement.IAutomationClient automationClient)
{
- client = ((AutomationManagementClient)automationClient);
+ client = ((AutomationManagement.AutomationClient)automationClient);
client.HttpClient.DefaultRequestHeaders.Remove(Constants.ClientRequestIdHeaderName);
client.HttpClient.DefaultRequestHeaders.Add(Constants.ClientRequestIdHeaderName, Guid.NewGuid().ToString());
@@ -52,4 +54,4 @@ protected virtual void Dispose(bool disposing)
}
}
}
-}
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/SourceControlSyncJobStreamType.cs b/src/ResourceManager/Automation/Commands.Automation/Common/SourceControlSyncJobStreamType.cs
new file mode 100644
index 000000000000..841c5112eff7
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/SourceControlSyncJobStreamType.cs
@@ -0,0 +1,38 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+
+namespace Microsoft.Azure.Commands.Automation.Common
+{
+ ///
+ /// StreamType enum represents the 6 types of Powershell Streams supported.
+ ///
+ public enum SourceControlSyncJobStreamType
+ {
+ ///
+ /// Indicates Generic stream. Used for querying all the streams regardless of the type.
+ ///
+ Any,
+
+ ///
+ /// Indicates Output Record streams
+ ///
+ Output,
+
+ ///
+ /// Indicates Error Record streams
+ ///
+ Error,
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/StreamType.cs b/src/ResourceManager/Automation/Commands.Automation/Common/StreamType.cs
index 004861988c6c..6b28b2f3588b 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Common/StreamType.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/StreamType.cs
@@ -45,11 +45,6 @@ public enum StreamType
///
Error,
- ///
- /// Indicates Debug Record streams
- ///
- Debug,
-
///
/// Indicates Verbose Record streams
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Common/Utils.cs b/src/ResourceManager/Automation/Commands.Automation/Common/Utils.cs
new file mode 100644
index 000000000000..5aee3023b3ba
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Common/Utils.cs
@@ -0,0 +1,45 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+
+using System;
+using System.Runtime.InteropServices;
+using System.Security;
+
+namespace Microsoft.Azure.Commands.Automation.Common
+{
+ internal static class Utils
+ {
+ internal static string GetStringFromSecureString(SecureString ss)
+ {
+ IntPtr buffer = IntPtr.Zero;
+ string plainTextString = null;
+
+ try
+ {
+ buffer = Marshal.SecureStringToCoTaskMemUnicode(ss);
+ plainTextString = Marshal.PtrToStringUni(buffer);
+ }
+ finally
+ {
+ if (buffer != IntPtr.Zero)
+ {
+ Marshal.ZeroFreeCoTaskMemUnicode(buffer);
+ }
+ }
+
+ return plainTextString;
+ }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/AutomationAccount.cs b/src/ResourceManager/Automation/Commands.Automation/Model/AutomationAccount.cs
index a2f81119a506..7eaefaabfa23 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/AutomationAccount.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/AutomationAccount.cs
@@ -54,18 +54,19 @@ public AutomationAccount(string resourceGroupName, AutomationManagement.Models.A
this.Location = automationAccount.Location;
this.Tags = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in automationAccount.Tags)
+ if (automationAccount.Tags != null)
{
- this.Tags.Add(kvp.Key, kvp.Value);
+ foreach (var kvp in automationAccount.Tags)
+ {
+ this.Tags.Add(kvp.Key, kvp.Value);
+ }
}
-
- if (automationAccount.Properties == null) return;
-
- this.Plan = automationAccount.Properties.Sku != null ? automationAccount.Properties.Sku.Name : null;
- this.CreationTime = automationAccount.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = automationAccount.Properties.LastModifiedTime.ToLocalTime();
- this.State = automationAccount.Properties.State;
- this.LastModifiedBy = automationAccount.Properties.LastModifiedBy;
+
+ this.Plan = automationAccount.Sku != null ? automationAccount.Sku.Name : null;
+ this.CreationTime = automationAccount.CreationTime.ToLocalTime();
+ this.LastModifiedTime = automationAccount.LastModifiedTime.ToLocalTime();
+ this.State = automationAccount.State;
+ this.LastModifiedBy = automationAccount.LastModifiedBy;
}
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/CertificateInfo.cs b/src/ResourceManager/Automation/Commands.Automation/Model/CertificateInfo.cs
index b87e8c4134a7..e69e20b4f02e 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/CertificateInfo.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/CertificateInfo.cs
@@ -40,14 +40,14 @@ public CertificateInfo(string resourceGroupName, string accountAcccountName, Azu
this.ResourceGroupName = resourceGroupName;
this.Name = certificate.Name;
- if (certificate.Properties == null) return;
+ if (certificate == null) return;
- this.Description = certificate.Properties.Description;
- this.CreationTime = certificate.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = certificate.Properties.LastModifiedTime.ToLocalTime();
- this.ExpiryTime = certificate.Properties.ExpiryTime.ToLocalTime();
- this.Thumbprint = certificate.Properties.Thumbprint;
- this.Exportable = certificate.Properties.IsExportable;
+ this.Description = certificate.Description;
+ this.CreationTime = certificate.CreationTime.ToLocalTime();
+ this.LastModifiedTime = certificate.LastModifiedTime.ToLocalTime();
+ this.ExpiryTime = certificate.ExpiryTime.ToLocalTime();
+ this.Thumbprint = certificate.Thumbprint;
+ this.Exportable = certificate.IsExportable;
}
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/CompilationJob.cs b/src/ResourceManager/Automation/Commands.Automation/Model/CompilationJob.cs
index acf373663379..1a3ecceeb494 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/CompilationJob.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/CompilationJob.cs
@@ -48,23 +48,27 @@ public CompilationJob(string resourceGroupName, string accountName, AutomationMa
this.ResourceGroupName = resourceGroupName;
this.AutomationAccountName = accountName;
- if (job.Properties == null) return;
-
- this.Id = job.Properties.JobId;
- this.CreationTime = job.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = job.Properties.LastModifiedTime.ToLocalTime();
- this.StartTime = job.Properties.StartTime.HasValue ? job.Properties.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
- this.Status = job.Properties.Status;
- this.StatusDetails = job.Properties.StatusDetails;
- this.ConfigurationName = job.Properties.Configuration.Name;
- this.Exception = job.Properties.Exception;
- this.EndTime = job.Properties.EndTime.HasValue ? job.Properties.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
- this.LastStatusModifiedTime = job.Properties.LastStatusModifiedTime;
+ if (job == null) return;
+
+ this.Id = job.JobId;
+ this.CreationTime = job.CreationTime.ToLocalTime();
+ this.LastModifiedTime = job.LastModifiedTime.ToLocalTime();
+ this.StartTime = job.StartTime.HasValue ? job.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.Status = job.Status;
+ this.StatusDetails = job.StatusDetails;
+ this.ConfigurationName = job.Configuration.Name;
+ this.Exception = job.Exception;
+ this.EndTime = job.EndTime.HasValue ? job.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.LastStatusModifiedTime = job.LastStatusModifiedTime.HasValue ? job.LastStatusModifiedTime.Value : DateTimeOffset.MinValue;
this.JobParameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in job.Properties.Parameters.Where(kvp => 0 != String.Compare(kvp.Key, Constants.JobStartedByParameterName, CultureInfo.InvariantCulture,
- CompareOptions.IgnoreCase)))
+
+ if (job.Parameters != null)
{
- this.JobParameters.Add(kvp.Key, (object)(kvp.Value));
+ foreach (var kvp in job.Parameters.Where(kvp => 0 != String.Compare(kvp.Key, Constants.JobStartedByParameterName, CultureInfo.InvariantCulture,
+ CompareOptions.IgnoreCase)))
+ {
+ this.JobParameters.Add(kvp.Key, (object)(kvp.Value));
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Configuration.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Configuration.cs
index db551620d885..9a710ac90129 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Configuration.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Configuration.cs
@@ -48,25 +48,33 @@ public DscConfiguration(string resourceGroupName, string automationAccountName,
this.Location = configuration.Location;
this.Tags = null;
- if (configuration.Properties == null) return;
+ if (configuration == null) return;
- this.CreationTime = configuration.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = configuration.Properties.LastModifiedTime.ToLocalTime();
- this.Description = configuration.Properties.Description;
- this.LogVerbose = configuration.Properties.LogVerbose;
- this.State = configuration.Properties.State;
+ this.CreationTime = configuration.CreationTime.ToLocalTime();
+ this.LastModifiedTime = configuration.LastModifiedTime.ToLocalTime();
+ this.Description = configuration.Description;
+ this.LogVerbose = configuration.LogVerbose ?? false;
+ this.State = configuration.State;
this.Location = configuration.Location;
this.Tags = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in configuration.Tags)
+
+ if (configuration.Tags != null)
{
- this.Tags.Add(kvp.Key, kvp.Value);
+ foreach (var kvp in configuration.Tags)
+ {
+ this.Tags.Add(kvp.Key, kvp.Value);
+ }
}
this.Parameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in configuration.Properties.Parameters)
+
+ if (configuration.Parameters != null)
{
- this.Parameters.Add(kvp.Key, (object)kvp.Value);
+ foreach (var kvp in configuration.Parameters)
+ {
+ this.Parameters.Add(kvp.Key, (object)kvp.Value);
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/ConfigurationContent.cs b/src/ResourceManager/Automation/Commands.Automation/Model/ConfigurationContent.cs
index 67d291ccb100..2e9c81ca7082 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/ConfigurationContent.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/ConfigurationContent.cs
@@ -52,10 +52,10 @@ public ConfigurationContent(string resourceGroupName, string accountName, Automa
this.Name = configuration.Name;
this.Content = content;
- if (configuration.Properties == null) return;
+ if (configuration == null) return;
- this.CreationTime = configuration.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = configuration.Properties.LastModifiedTime.ToLocalTime();
+ this.CreationTime = configuration.CreationTime.ToLocalTime();
+ this.LastModifiedTime = configuration.LastModifiedTime.ToLocalTime();
this.Slot = slot;
}
@@ -89,12 +89,12 @@ public ConfigurationContent()
///
/// Gets or sets the creation time.
///
- public DateTimeOffset CreationTime { get; set; }
+ public DateTimeOffset? CreationTime { get; set; }
///
/// Gets or sets the last modified time.
///
- public DateTimeOffset LastModifiedTime { get; set; }
+ public DateTimeOffset? LastModifiedTime { get; set; }
///
/// Gets or sets the configuration script content.
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Connection.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Connection.cs
index 3369fef39900..52c7b5afa8a4 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Connection.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Connection.cs
@@ -41,16 +41,19 @@ public Connection(string resourceGroupName, string accountAcccountName, Azure.Ma
this.AutomationAccountName = accountAcccountName;
this.Name = connection.Name;
- if (connection.Properties == null) return;
+ if (connection == null) return;
- this.Description = connection.Properties.Description;
- this.CreationTime = connection.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = connection.Properties.LastModifiedTime.ToLocalTime();
- this.ConnectionTypeName = connection.Properties.ConnectionType.Name;
+ this.Description = connection.Description;
+ this.CreationTime = connection.CreationTime.ToLocalTime();
+ this.LastModifiedTime = connection.LastModifiedTime.ToLocalTime();
+ this.ConnectionTypeName = connection.ConnectionType.Name;
this.FieldDefinitionValues = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in connection.Properties.FieldDefinitionValues)
+ if (connection.FieldDefinitionValues != null)
{
- this.FieldDefinitionValues.Add(kvp.Key, kvp.Value.ToString());
+ foreach (var kvp in connection.FieldDefinitionValues)
+ {
+ this.FieldDefinitionValues.Add(kvp.Key, kvp.Value.ToString());
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/CredentialInfo.cs b/src/ResourceManager/Automation/Commands.Automation/Model/CredentialInfo.cs
index eaea977750b0..694d512397aa 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/CredentialInfo.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/CredentialInfo.cs
@@ -37,12 +37,12 @@ public CredentialInfo(string resourceGroupName, string accountAcccountName, Azur
this.AutomationAccountName = accountAcccountName;
this.Name = credential.Name;
- if (credential.Properties == null) return;
+ if (credential == null) return;
- this.Description = credential.Properties.Description;
- this.CreationTime = credential.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = credential.Properties.LastModifiedTime.ToLocalTime();
- this.UserName = credential.Properties.UserName;
+ this.Description = credential.Description;
+ this.CreationTime = credential.CreationTime.ToLocalTime();
+ this.LastModifiedTime = credential.LastModifiedTime.ToLocalTime();
+ this.UserName = credential.UserName;
}
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/DscNode.cs b/src/ResourceManager/Automation/Commands.Automation/Model/DscNode.cs
index 088b47ef15a9..39f72f566ff9 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/DscNode.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/DscNode.cs
@@ -38,12 +38,12 @@ public DscNode(string resourceGroupName, string automationAccountName, Automatio
this.ResourceGroupName = resourceGroupName;
this.AutomationAccountName = automationAccountName;
this.Name = node.Name;
- this.Id = node.NodeId.ToString("D");
+ this.Id = node.NodeId;
this.IpAddress = node.Ip;
this.LastSeen = node.LastSeen.ToLocalTime();
this.RegistrationTime = node.RegistrationTime.ToLocalTime();
this.Status = node.Status;
- this.NodeConfigurationName = node.NodeConfiguration.Name;
+ this.NodeConfigurationName = node.DscNodeName;
}
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/DscNodeReport.cs b/src/ResourceManager/Automation/Commands.Automation/Model/DscNodeReport.cs
index 0c2e6ed06be9..f3767be97d02 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/DscNodeReport.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/DscNodeReport.cs
@@ -43,7 +43,7 @@ public DscNodeReport(string resourceGroupName, string automationAccountName, str
this.EndTime = dscNodeReport.EndTime;
this.LastModifiedTime = dscNodeReport.LastModifiedTime;
this.ReportType = dscNodeReport.Type;
- this.Id = dscNodeReport.ReportId.ToString("D");
+ this.Id = dscNodeReport.ReportId;
this.NodeId = nodeId;
this.Status = dscNodeReport.Status;
this.RefreshMode = dscNodeReport.RefreshMode;
@@ -71,17 +71,17 @@ public DscNodeReport()
///
/// Gets or sets the start time.
///
- public DateTimeOffset StartTime { get; set; }
+ public DateTimeOffset? StartTime { get; set; }
///
/// Gets or sets the last modified time.
///
- public DateTimeOffset LastModifiedTime { get; set; }
+ public DateTimeOffset? LastModifiedTime { get; set; }
///
/// Gets or sets the end time.
///
- public DateTimeOffset EndTime { get; set; }
+ public DateTimeOffset? EndTime { get; set; }
///
/// Gets or sets the report type.
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorker.cs b/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorker.cs
index 37c4005d6c0a..3f6c092485b1 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorker.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorker.cs
@@ -3,20 +3,22 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
+using Microsoft.Azure.Management.Automation.Models;
namespace Microsoft.Azure.Commands.Automation.Model
{
- public class HybridRunbookWorker : object
+ public class HybridRunbookWorker
{
public HybridRunbookWorker()
{
}
- public HybridRunbookWorker(string ipAddress, string name, DateTimeOffset registrationDataTime)
+ public HybridRunbookWorker(Azure.Management.Automation.Models.HybridRunbookWorker worker)
{
- this.IpAddress = ipAddress;
- this.Name = name;
- this.RegistrationTime = registrationDataTime;
+ this.IpAddress = worker.Ip;
+ this.Name = worker.Name;
+ this.RegistrationTime = worker.RegistrationTime;
+ this.LastSeenDateTime = worker.LastSeenDateTime;
}
public string IpAddress { get; set; }
//
@@ -28,5 +30,7 @@ public HybridRunbookWorker(string ipAddress, string name, DateTimeOffset registr
// Optional. Gets or sets the registration time of the worker machine.
public DateTimeOffset RegistrationTime { get; set; }
+ public DateTimeOffset LastSeenDateTime { get; set; }
+
}
-}
+}
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorkerGroup.cs b/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorkerGroup.cs
index 71fd1c239085..4c7e60208fa0 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorkerGroup.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/HybridRunbookWorkerGroup.cs
@@ -40,14 +40,12 @@ public HybridRunbookWorkerGroup(string resourceGroupName, string accountName, Az
this.ResourceGroupName = resourceGroupName;
this.AutomationAccountName = accountName;
-
this.Name = hybridRunbookWorkerGroup.Name;
-
-
+ this.GroupType = hybridRunbookWorkerGroup.GroupType;
RunbookWorker = new List();
foreach (var worker in hybridRunbookWorkerGroup.HybridRunbookWorkers)
{
- var hbworker = new HybridRunbookWorker(worker.IpAddress, worker.Name, worker.RegistrationDateTime);
+ var hbworker = new HybridRunbookWorker(worker);
this.RunbookWorker.Add(hbworker);
}
}
@@ -69,8 +67,11 @@ public HybridRunbookWorkerGroup(string resourceGroupName, string accountName, Az
///
/// Gets or sets a list of Runbook Workers
///
- public List RunbookWorker { get; set; }
+ public IList RunbookWorker { get; set; }
-
+ ///
+ /// Gets or sets the group type of hybrid worker.
+ ///
+ public string GroupType { get; set; }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Job.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Job.cs
index cc0fe7beed1b..75057f2bd84f 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Job.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Job.cs
@@ -45,44 +45,69 @@ public Job(string resourceGroupName, string accountName, Azure.Management.Automa
this.ResourceGroupName = resourceGroupName;
this.AutomationAccountName = accountName;
- if (job.Properties == null) return;
-
- this.JobId = job.Properties.JobId;
- this.CreationTime = job.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = job.Properties.LastModifiedTime.ToLocalTime();
- this.StartTime = job.Properties.StartTime.HasValue ? job.Properties.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
- this.Status = job.Properties.Status;
- this.StatusDetails = job.Properties.StatusDetails;
- this.RunbookName = job.Properties.Runbook.Name;
- this.Exception = job.Properties.Exception;
- this.EndTime = job.Properties.EndTime.HasValue ? job.Properties.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
- this.LastStatusModifiedTime = job.Properties.LastStatusModifiedTime;
- this.HybridWorker = job.Properties.RunOn;
- this.StartedBy = job.Properties.StartedBy;
+ if (job == null) return;
+
+ this.JobId = job.JobId;
+ this.CreationTime = job.CreationTime.ToLocalTime();
+ this.LastModifiedTime = job.LastModifiedTime.HasValue ? job.LastModifiedTime.Value.ToLocalTime() : new DateTimeOffset();
+ this.StartTime = job.StartTime.HasValue ? job.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.Status = job.Status;
+ this.StatusDetails = job.StatusDetails;
+ this.RunbookName = job.Runbook.Name;
+ this.Exception = job.Exception;
+ this.EndTime = job.EndTime.HasValue ? job.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.LastStatusModifiedTime = job.LastStatusModifiedTime.HasValue ? job.LastStatusModifiedTime.Value.ToLocalTime() : DateTimeOffset.MinValue;
+ this.HybridWorker = job.RunOn;
+ this.StartedBy = job.StartedBy;
this.JobParameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in job.Properties.Parameters)
+
+ if (job.Parameters != null)
{
- if (0 != String.Compare(kvp.Key, Constants.JobStartedByParameterName, CultureInfo.InvariantCulture, CompareOptions.IgnoreCase) &&
- 0 != String.Compare(kvp.Key, Constants.JobRunOnParameterName, CultureInfo.InvariantCulture, CompareOptions.IgnoreCase))
+ foreach (var kvp in job.Parameters)
{
- object paramValue;
- try
- {
- paramValue = ((object)PowerShellJsonConverter.Deserialize(kvp.Value));
- }
- catch (CmdletInvocationException exception)
+ if (0 != String.Compare(kvp.Key, Constants.JobStartedByParameterName, CultureInfo.InvariantCulture, CompareOptions.IgnoreCase) &&
+ 0 != String.Compare(kvp.Key, Constants.JobRunOnParameterName, CultureInfo.InvariantCulture, CompareOptions.IgnoreCase))
{
- if (!exception.Message.Contains("Invalid JSON primitive"))
- throw;
+ object paramValue;
+ try
+ {
+ paramValue = ((object)PowerShellJsonConverter.Deserialize(kvp.Value));
+ }
+ catch (CmdletInvocationException exception)
+ {
+ if (!exception.Message.Contains("Invalid JSON primitive"))
+ throw;
+
+ paramValue = kvp.Value;
+ }
+ this.JobParameters.Add(kvp.Key, paramValue);
- paramValue = kvp.Value;
}
- this.JobParameters.Add(kvp.Key, paramValue);
-
}
}
}
+ public Job(string resourceGroupName, string accountName, Azure.Management.Automation.Models.JobCollectionItem job)
+ {
+ Requires.Argument("job", job).NotNull();
+ Requires.Argument("accountName", accountName).NotNull();
+
+ this.ResourceGroupName = resourceGroupName;
+ this.AutomationAccountName = accountName;
+
+ if (job == null) return;
+
+ this.JobId = job.JobId;
+ this.CreationTime = job.CreationTime.ToLocalTime();
+ this.LastModifiedTime = job.LastModifiedTime.HasValue ? job.LastModifiedTime.Value.ToLocalTime() : DateTimeOffset.MinValue;
+ this.StartTime = job.StartTime.HasValue ? job.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.Status = job.Status;
+ this.RunbookName = job.Runbook.Name;
+ this.EndTime = job.EndTime.HasValue ? job.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.JobParameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
+ this.HybridWorker = job.RunOn;
+ }
+
///
/// Initializes a new instance of the class.
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/JobSchedule.cs b/src/ResourceManager/Automation/Commands.Automation/Model/JobSchedule.cs
index d6ba71f4b3bf..bed72238277d 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/JobSchedule.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/JobSchedule.cs
@@ -42,15 +42,18 @@ public JobSchedule(string resourceGroupName, string automationAccountName, Azure
Requires.Argument("jobSchedule", jobSchedule).NotNull();
this.ResourceGroupName = resourceGroupName;
this.AutomationAccountName = automationAccountName;
- this.JobScheduleId = jobSchedule.Properties.Id.ToString();
- this.RunbookName = jobSchedule.Properties.Runbook.Name;
- this.ScheduleName = jobSchedule.Properties.Schedule.Name;
+ this.JobScheduleId = jobSchedule.JobScheduleId.ToString();
+ this.RunbookName = jobSchedule.Runbook.Name;
+ this.ScheduleName = jobSchedule.Schedule.Name;
this.Parameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- this.HybridWorker = jobSchedule.Properties.RunOn;
- foreach (var kvp in jobSchedule.Properties.Parameters.Where(kvp => 0 != String.Compare(kvp.Key, Constants.JobStartedByParameterName, CultureInfo.InvariantCulture,
- CompareOptions.IgnoreCase)))
+ this.HybridWorker = jobSchedule.RunOn;
+ if (jobSchedule.Parameters != null)
{
- this.Parameters.Add(kvp.Key, (object)PowerShellJsonConverter.Deserialize(kvp.Value));
+ foreach (var kvp in jobSchedule.Parameters.Where(kvp => 0 != String.Compare(kvp.Key, Constants.JobStartedByParameterName, CultureInfo.InvariantCulture,
+ CompareOptions.IgnoreCase)))
+ {
+ this.Parameters.Add(kvp.Key, (object)PowerShellJsonConverter.Deserialize(kvp.Value));
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/JobStream.cs b/src/ResourceManager/Automation/Commands.Automation/Model/JobStream.cs
index a29409603ac3..aa50069576f7 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/JobStream.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/JobStream.cs
@@ -44,18 +44,18 @@ public JobStream(AutomationManagement.Models.JobStream jobStream, string resourc
{
Requires.Argument("jobStream", jobStream).NotNull();
- this.StreamRecordId = jobStream.Properties.JobStreamId;
- this.Type = jobStream.Properties.StreamType;
- this.Time = jobStream.Properties.Time;
+ this.StreamRecordId = jobStream.JobStreamId;
+ this.Type = jobStream.StreamType;
+ this.Time = jobStream.Time;
this.AutomationAccountName = automationAccountName;
this.ResourceGroupName = resourceGroupName;
this.JobId = jobId;
- if (!String.IsNullOrWhiteSpace(jobStream.Properties.Summary))
+ if (!String.IsNullOrWhiteSpace(jobStream.Summary))
{
- this.Summary = jobStream.Properties.Summary.Length > Constants.JobSummaryLength ?
- jobStream.Properties.Summary.Substring(0, Constants.JobSummaryLength) + "..." :
- jobStream.Properties.Summary;
+ this.Summary = jobStream.Summary.Length > Constants.JobSummaryLength ?
+ jobStream.Summary.Substring(0, Constants.JobSummaryLength) + "..." :
+ jobStream.Summary;
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/JobStreamRecord.cs b/src/ResourceManager/Automation/Commands.Automation/Model/JobStreamRecord.cs
index bd0733625d9e..1bedf6354849 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/JobStreamRecord.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/JobStreamRecord.cs
@@ -45,21 +45,30 @@ public class JobStreamRecord : JobStream
public JobStreamRecord(AutomationManagement.Models.JobStream jobStream, string resourceGroupName, string automationAccountName, Guid jobId) : base(jobStream, resourceGroupName, automationAccountName, jobId)
{
this.Value = new Hashtable();
- foreach (var kvp in jobStream.Properties.Value)
+
+ if (jobStream.Value == null)
{
- object paramValue;
- try
- {
- paramValue = ((object)PowerShellJsonConverter.Deserialize(kvp.Value.ToString()));
- }
- catch (CmdletInvocationException exception)
+ return;
+ }
+
+ foreach (var kvp in jobStream.Value)
+ {
+ if (kvp.Value != null)
{
- if (!exception.Message.Contains("Invalid JSON primitive"))
- throw;
+ object paramValue;
+ try
+ {
+ paramValue = ((object)PowerShellJsonConverter.Deserialize(kvp.Value.ToString()));
+ }
+ catch (CmdletInvocationException exception)
+ {
+ if (!exception.Message.Contains("Invalid JSON primitive"))
+ throw;
- paramValue = kvp.Value;
+ paramValue = kvp.Value;
+ }
+ this.Value.Add(kvp.Key, paramValue);
}
- this.Value.Add(kvp.Key, paramValue);
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Module.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Module.cs
index dd176cdd68d1..5112b98534ee 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Module.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Module.cs
@@ -41,15 +41,15 @@ public Module(string resourceGroupName, string automationAccountName, Azure.Mana
this.AutomationAccountName = automationAccountName;
this.Name = module.Name;
- if (module.Properties == null) return;
-
- this.CreationTime = module.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = module.Properties.LastModifiedTime.ToLocalTime();
- this.IsGlobal = module.Properties.IsGlobal;
- this.Version = module.Properties.Version;
- this.ProvisioningState = module.Properties.ProvisioningState.ToString();
- this.ActivityCount = module.Properties.ActivityCount;
- this.SizeInBytes = module.Properties.SizeInBytes;
+ if (module == null) return;
+
+ this.CreationTime = module.CreationTime.ToLocalTime();
+ this.LastModifiedTime = module.LastModifiedTime.ToLocalTime();
+ this.IsGlobal = module.IsGlobal.HasValue ? module.IsGlobal.Value : false;
+ this.Version = module.Version;
+ this.ProvisioningState = module.ProvisioningState.ToString();
+ this.ActivityCount = module.ActivityCount.HasValue ? module.ActivityCount.Value : 0;
+ this.SizeInBytes = module.SizeInBytes.HasValue ? module.SizeInBytes.Value : 0;
}
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeployment.cs b/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeployment.cs
index 06a55c385a55..1074fd4dc776 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeployment.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeployment.cs
@@ -49,12 +49,33 @@ public NodeConfigurationDeployment(string resourceGroupName, string accountName,
ResourceGroupName = resourceGroupName;
AutomationAccountName = accountName;
- if (automationJob != null && automationJob.Properties == null) return;
+ if (automationJob == null) return;
if (automationJob != null)
{
- JobId = automationJob.Properties.JobId;
- JobStatus = automationJob.Properties.Status;
+ JobId = automationJob.JobId;
+ JobStatus = automationJob.Status;
+ Job = new Job(resourceGroupName, accountName, automationJob);
+ }
+
+ NodeConfigurationName = nodeConfiguraionName;
+ }
+
+ public NodeConfigurationDeployment(string resourceGroupName, string accountName,
+ string nodeConfiguraionName, Management.Automation.Models.JobCollectionItem automationJob = null)
+ {
+ Requires.Argument("accountName", accountName).NotNull();
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNull();
+
+ ResourceGroupName = resourceGroupName;
+ AutomationAccountName = accountName;
+
+ if (automationJob == null) return;
+
+ if (automationJob != null)
+ {
+ JobId = automationJob.JobId;
+ JobStatus = automationJob.Status;
Job = new Job(resourceGroupName, accountName, automationJob);
}
@@ -97,13 +118,13 @@ public NodeConfigurationDeployment(string resourceGroupName, string accountName,
{
if (automationJob != null)
{
- JobId = automationJob.Properties.JobId;
- JobStatus = automationJob.Properties.Status;
+ JobId = automationJob.JobId;
+ JobStatus = automationJob.Status;
Job = new Job(resourceGroupName, accountName, automationJob);
}
else
{
- JobScheduleId = automationJobSchedule.Properties.Id;
+ JobScheduleId = Guid.Parse(automationJobSchedule.Id);
JobStatus = Scheduled;
JobSchedule = new JobSchedule(resourceGroupName, accountName, automationJobSchedule);
}
@@ -175,12 +196,12 @@ public NodeConfigurationDeployment(string resourceGroupName, string accountName,
AutomationAccountName = accountName;
NodeConfigurationName = nodeConfiguraionName;
- if (automationJob != null && automationJob.Properties == null) return;
+ if (automationJob != null && automationJob == null) return;
if (automationJob != null)
{
- JobId = automationJob.Properties.JobId;
- JobStatus = automationJob.Properties.Status;
+ JobId = automationJob.JobId;
+ JobStatus = automationJob.Status;
Job = new Job(resourceGroupName, accountName, automationJob);
}
@@ -229,13 +250,13 @@ public NodeConfigurationDeployment(string resourceGroupName, string accountName,
{
if (automationJob != null)
{
- JobId = automationJob.Properties.JobId;
- JobStatus = automationJob.Properties.Status;
+ JobId = automationJob.JobId;
+ JobStatus = automationJob.Status;
Job = new Job(resourceGroupName, accountName, automationJob);
}
else
{
- JobScheduleId = automationJobSchedule.Properties.Id;
+ JobScheduleId = Guid.Parse(automationJobSchedule.Id);
JobSchedule = new JobSchedule(resourceGroupName, accountName, automationJobSchedule);
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeploymentSchedule.cs b/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeploymentSchedule.cs
index fc082e97a99d..e5de8fb2eeab 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeploymentSchedule.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/NodeConfigurationDeploymentSchedule.cs
@@ -44,10 +44,10 @@ public NodeConfigurationDeploymentSchedule(string resourceGroupName, string acco
ResourceGroupName = resourceGroupName;
AutomationAccountName = accountName;
- if (automationJobSchedule != null && automationJobSchedule.Properties == null) return;
+ if (automationJobSchedule != null && automationJobSchedule == null) return;
if (automationJobSchedule == null) return;
- JobScheduleId = automationJobSchedule.Properties.Id;
+ JobScheduleId = Guid.Parse(automationJobSchedule.Id);
JobSchedule = new JobSchedule(resourceGroupName, accountName, automationJobSchedule);
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Runbook.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Runbook.cs
index 42f704ba68bc..56d3b090707c 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Runbook.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Runbook.cs
@@ -49,28 +49,34 @@ public Runbook(string resourceGroupName, string accountName, AutomationManagemen
this.Name = runbook.Name;
this.Location = runbook.Location;
- if (runbook.Properties == null) return;
-
- this.CreationTime = runbook.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = runbook.Properties.LastModifiedTime.ToLocalTime();
- this.Description = runbook.Properties.Description;
-
- this.LogVerbose = runbook.Properties.LogVerbose;
- this.LogProgress = runbook.Properties.LogProgress;
- this.State = runbook.Properties.State;
- this.JobCount = runbook.Properties.JobCount;
- this.RunbookType = runbook.Properties.RunbookType;
- this.LastModifiedBy = runbook.Properties.LastModifiedBy;
+ if (runbook == null) return;
+
+ this.CreationTime = runbook.CreationTime.ToLocalTime();
+ this.LastModifiedTime = runbook.LastModifiedTime.ToLocalTime();
+ this.Description = runbook.Description;
+
+ this.LogVerbose = runbook.LogVerbose ?? false;
+ this.LogProgress = runbook.LogProgress ?? false;
+ this.State = runbook.State;
+ this.JobCount = runbook.JobCount ?? 0;
+ this.RunbookType = runbook.RunbookType;
+ this.LastModifiedBy = runbook.LastModifiedBy;
this.Tags = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in runbook.Tags)
+ if (runbook.Tags != null)
{
- this.Tags.Add(kvp.Key, kvp.Value);
+ foreach (var kvp in runbook.Tags)
+ {
+ this.Tags.Add(kvp.Key, kvp.Value);
+ }
}
this.Parameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in runbook.Properties.Parameters)
+ if (runbook.Parameters != null)
{
- this.Parameters.Add(kvp.Key, (object)kvp.Value);
+ foreach (var kvp in runbook.Parameters)
+ {
+ this.Parameters.Add(kvp.Key, (object)kvp.Value);
+ }
}
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Schedule.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Schedule.cs
index c8a3d430e62a..d0d86c2ad386 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Schedule.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Schedule.cs
@@ -47,18 +47,19 @@ public Schedule(string resourceGroupName, string automationAccountName, Azure.Ma
this.ResourceGroupName = resourceGroupName;
this.AutomationAccountName = automationAccountName;
this.Name = schedule.Name;
- this.Description = schedule.Properties.Description;
- this.StartTime = AdjustOffset(schedule.Properties.StartTime, schedule.Properties.StartTimeOffsetMinutes);
- this.ExpiryTime = AdjustOffset(schedule.Properties.ExpiryTime, schedule.Properties.ExpiryTimeOffsetMinutes);
- this.CreationTime = schedule.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = schedule.Properties.LastModifiedTime.ToLocalTime();
- this.IsEnabled = schedule.Properties.IsEnabled;
- this.NextRun = AdjustOffset(schedule.Properties.NextRun, schedule.Properties.NextRunOffsetMinutes);
- this.Interval = schedule.Properties.Interval ?? this.Interval;
- this.Frequency = (ScheduleFrequency)Enum.Parse(typeof(ScheduleFrequency), schedule.Properties.Frequency, true);
+ this.Description = schedule.Description;
+ this.StartTime = AdjustOffset(schedule.StartTime, schedule.StartTimeOffsetMinutes);
+ var expiryTime = AdjustOffset(schedule.ExpiryTime, schedule.ExpiryTimeOffsetMinutes);
+ this.ExpiryTime = expiryTime.HasValue ? expiryTime.Value : DateTimeOffset.MaxValue;
+ this.CreationTime = schedule.CreationTime.ToLocalTime();
+ this.LastModifiedTime = schedule.LastModifiedTime.ToLocalTime();
+ this.IsEnabled = schedule.IsEnabled ?? false;
+ this.NextRun = AdjustOffset(schedule.NextRun, schedule.NextRunOffsetMinutes);
+ this.Interval = (byte?)schedule.Interval ?? this.Interval;
+ this.Frequency = (ScheduleFrequency)Enum.Parse(typeof(ScheduleFrequency), schedule.Frequency, true);
this.WeeklyScheduleOptions = this.CreateWeeklyScheduleOptions(schedule);
this.MonthlyScheduleOptions = this.CreateMonthlyScheduleOptions(schedule);
- this.TimeZone = schedule.Properties.TimeZone;
+ this.TimeZone = schedule.TimeZone;
}
#region Public Properties
@@ -162,7 +163,7 @@ public AdvancedSchedule GetAdvancedSchedule()
///
/// The .
///
- private bool IsNullOrEmptyList(IList list)
+ private static bool IsNullOrEmptyList(IList list)
{
return list == null || list.Count == 0;
}
@@ -176,9 +177,9 @@ private bool IsNullOrEmptyList(IList list)
///
/// The .
///
- private bool IsMonthlyOccurrenceNull(Azure.Management.Automation.Models.AdvancedSchedule advancedSchedule)
+ private static bool IsMonthlyOccurrenceNull(Azure.Management.Automation.Models.AdvancedSchedule advancedSchedule)
{
- return advancedSchedule == null || this.IsNullOrEmptyList(advancedSchedule.MonthlyOccurrences);
+ return advancedSchedule == null || IsNullOrEmptyList(advancedSchedule.MonthlyOccurrences);
}
///
@@ -226,11 +227,16 @@ private bool AdvancedScheduleIsNull(Schedule schedule)
///
private WeeklyScheduleOptions CreateWeeklyScheduleOptions(Microsoft.Azure.Management.Automation.Models.Schedule schedule)
{
- return schedule.Properties.AdvancedSchedule == null
+ return CreateWeeklyScheduleOptions(schedule.AdvancedSchedule);
+ }
+
+ private static WeeklyScheduleOptions CreateWeeklyScheduleOptions(Microsoft.Azure.Management.Automation.Models.AdvancedSchedule advSchedule)
+ {
+ return advSchedule == null
? null
: new WeeklyScheduleOptions()
{
- DaysOfWeek = schedule.Properties.AdvancedSchedule.WeekDays
+ DaysOfWeek = advSchedule.WeekDays
};
}
@@ -244,20 +250,26 @@ private WeeklyScheduleOptions CreateWeeklyScheduleOptions(Microsoft.Azure.Manage
/// The .
///
private MonthlyScheduleOptions CreateMonthlyScheduleOptions(
- Microsoft.Azure.Management.Automation.Models.Schedule schedule)
+ Microsoft.Azure.Management.Automation.Models.Schedule schedule)
+ {
+ return CreateMonthlyScheduleOptions(schedule.AdvancedSchedule);
+ }
+
+ private static MonthlyScheduleOptions CreateMonthlyScheduleOptions(
+ Microsoft.Azure.Management.Automation.Models.AdvancedSchedule advSchedule)
{
- return schedule.Properties.AdvancedSchedule == null
- || (schedule.Properties.AdvancedSchedule.MonthDays == null && schedule.Properties.AdvancedSchedule.MonthlyOccurrences == null)
+ return advSchedule == null
+ || (advSchedule.MonthDays == null && advSchedule.MonthlyOccurrences == null)
? null
: new MonthlyScheduleOptions()
{
- DaysOfMonth = this.GetDaysOfMonth(schedule.Properties.AdvancedSchedule.MonthDays),
- DayOfWeek = this.IsMonthlyOccurrenceNull(schedule.Properties.AdvancedSchedule)
+ DaysOfMonth = GetDaysOfMonth(advSchedule.MonthDays),
+ DayOfWeek = IsMonthlyOccurrenceNull(advSchedule)
? null
: new DayOfWeek()
{
- Day = schedule.Properties.AdvancedSchedule.MonthlyOccurrences.First().Day,
- Occurrence = this.GetDayOfWeekOccurrence(schedule.Properties.AdvancedSchedule.MonthlyOccurrences.First().Occurrence)
+ Day = advSchedule.MonthlyOccurrences.First().Day,
+ Occurrence = GetDayOfWeekOccurrence(advSchedule.MonthlyOccurrences.First().Occurrence)
}
};
}
@@ -271,7 +283,7 @@ private MonthlyScheduleOptions CreateMonthlyScheduleOptions(
///
/// The .
///
- private string GetDayOfWeekOccurrence(int? dayOfWeekOccurrence)
+ private static string GetDayOfWeekOccurrence(int? dayOfWeekOccurrence)
{
return dayOfWeekOccurrence.HasValue
? Enum.GetName(typeof(DayOfWeekOccurrence), dayOfWeekOccurrence)
@@ -287,7 +299,7 @@ private string GetDayOfWeekOccurrence(int? dayOfWeekOccurrence)
///
/// The .
///
- private IList GetDaysOfMonth(IList daysOfMonth)
+ private static IList GetDaysOfMonth(IList daysOfMonth)
{
return daysOfMonth.Select(value => (DaysOfMonth)value).ToList();
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/SourceControl.cs b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControl.cs
new file mode 100644
index 000000000000..b4b828eafa1d
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControl.cs
@@ -0,0 +1,102 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.Automation.Common;
+using System;
+using System.Collections;
+
+namespace Microsoft.Azure.Commands.Automation.Model
+{
+ using AutomationManagement = Azure.Management.Automation;
+
+ ///
+ /// The Source Control.
+ ///
+ public class SourceControl : BaseProperties
+ {
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The sourceControl.
+ ///
+ ///
+ /// The automation account name.
+ ///
+ ///
+ /// The resource group name.
+ ///
+ ///
+ ///
+ public SourceControl(
+ AutomationManagement.Models.SourceControl sourceControl,
+ string automationAccoutName,
+ string resourceGroupName)
+ {
+ Requires.Argument("accountName", automationAccoutName).NotNull();
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNull();
+ Requires.Argument("sourceControl", sourceControl).NotNull();
+
+ this.AutomationAccountName = automationAccoutName;
+ this.ResourceGroupName = resourceGroupName;
+ this.Name = sourceControl.Name;
+ this.RepoUrl = sourceControl.RepoUrl;
+ this.SourceType = sourceControl.SourceType;
+ this.FolderPath = sourceControl.FolderPath;
+ this.AutoSync = sourceControl.AutoSync ?? false;
+ this.PublishRunbook = sourceControl.PublishRunbook ?? false;
+ this.Branch = (sourceControl.Branch != null) ? sourceControl.Branch : null;
+ this.Description = (sourceControl.Description != null) ? sourceControl.Description : null;
+ this.CreationTime = sourceControl.CreationTime.ToLocalTime();
+ this.LastModifiedTime = sourceControl.LastModifiedTime.ToLocalTime();
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public SourceControl()
+ {
+ }
+
+ ///
+ /// Gets or sets the repoUrl.
+ ///
+ public string RepoUrl { get; set; }
+
+ ///
+ /// Gets or sets the branch.
+ ///
+ public string Branch { get; set; }
+
+ ///
+ /// Gets or sets the folderPath.
+ ///
+ public string FolderPath { get; set; }
+
+ ///
+ /// Gets or sets the sourceType.
+ ///
+ public string SourceType { get; set; }
+
+ ///
+ /// Gets or sets autoSync.
+ ///
+ public bool AutoSync { get; set; }
+
+ ///
+ /// Gets or sets publishRunbook.
+ ///
+ public bool PublishRunbook { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJob.cs b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJob.cs
new file mode 100644
index 000000000000..4ac254e1f72d
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJob.cs
@@ -0,0 +1,119 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.Automation.Common;
+using System;
+using System.Collections;
+
+namespace Microsoft.Azure.Commands.Automation.Model
+{
+ using AutomationManagement = Azure.Management.Automation;
+
+ ///
+ /// The SourceControlSyncJob.
+ ///
+ public class SourceControlSyncJob
+ {
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The resource group name.
+ ///
+ ///
+ /// The automation account name.
+ ///
+ ///
+ /// The sourceControl name.
+ ///
+ ///
+ /// The SourceControlSyncJob object.
+ ///
+ public SourceControlSyncJob(
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Microsoft.Azure.Management.Automation.Models.SourceControlSyncJob syncJob)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("accountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNull();
+ Requires.Argument("sourceControl", syncJob).NotNull();
+
+ this.AutomationAccountName = automationAccountName;
+ this.ResourceGroupName = resourceGroupName;
+ this.SourceControlName = sourceControlName;
+ this.SourceControlSyncJobId = new Guid(syncJob.SourceControlSyncJobId);
+ this.ProvisioningState = syncJob.ProvisioningState;
+ this.CreationTime = syncJob.CreationTime.ToLocalTime();
+ this.StartTime = syncJob.StartTime.HasValue ? syncJob.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.EndTime = syncJob.EndTime.HasValue ? syncJob.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.SyncType = syncJob.SyncType;
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public SourceControlSyncJob()
+ {
+ }
+
+ ///
+ /// Gets or sets the resource group name.
+ ///
+ public string ResourceGroupName { get; set; }
+
+ ///
+ /// Gets or sets the source control name.
+ ///
+ public string SourceControlName { get; set; }
+
+ ///
+ /// Gets or sets the automation account name.
+ ///
+ public string AutomationAccountName { get; set; }
+
+ ///
+ /// Gets or sets the source control sync job id.
+ ///
+ public Guid SourceControlSyncJobId { get; set; }
+
+ ///
+ /// Gets or sets the status of the job.
+ ///
+ //public string Status { get; set; }
+ public string ProvisioningState { get; set; }
+
+ ///
+ /// Gets or sets the sync type.
+ ///
+ public string SyncType { get; set; }
+
+ ///
+ /// Gets or sets the start time of the job.
+ ///
+ public DateTimeOffset? StartTime { get; set; }
+
+ ///
+ /// Gets or sets the end time of the job.
+ ///
+ public DateTimeOffset? EndTime { get; set; }
+
+ ///
+ /// Gets or sets the creation time.
+ ///
+ public DateTimeOffset CreationTime { get; set; }
+
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobRecord.cs b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobRecord.cs
new file mode 100644
index 000000000000..940dd53009c2
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobRecord.cs
@@ -0,0 +1,84 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.Automation.Common;
+using System;
+using System.Collections;
+
+namespace Microsoft.Azure.Commands.Automation.Model
+{
+ using AutomationManagement = Azure.Management.Automation;
+
+ ///
+ /// The SourceControlSyncJob.
+ ///
+ public class SourceControlSyncJobRecord : SourceControlSyncJob
+ {
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The automation account name.
+ ///
+ ///
+ /// The resource group name.
+ ///
+ ///
+ /// The sourceControl name.
+ ///
+ //
+ /// The SourceControlSyncJobById object.
+ ///
+ ///
+ ///
+ public SourceControlSyncJobRecord(
+ string resourceGroupName,
+ string automationAccoutName,
+ string sourceControlName,
+ Microsoft.Azure.Management.Automation.Models.SourceControlSyncJobById syncJob) : base()
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("accountName", automationAccoutName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNull();
+ Requires.Argument("sourceControl", syncJob).NotNull();
+
+ this.AutomationAccountName = automationAccoutName;
+ this.ResourceGroupName = resourceGroupName;
+ this.SourceControlName = sourceControlName;
+ this.SourceControlSyncJobId = new Guid(syncJob.SourceControlSyncJobId.ToString());
+ this.ProvisioningState = syncJob.ProvisioningState;
+ this.CreationTime = syncJob.CreationTime.ToLocalTime();
+ this.StartTime = syncJob.StartTime.HasValue ? syncJob.StartTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.EndTime = syncJob.EndTime.HasValue ? syncJob.EndTime.Value.ToLocalTime() : (DateTimeOffset?)null;
+ this.SyncType = syncJob.SyncType;
+
+ if (!String.IsNullOrWhiteSpace(syncJob.Exception))
+ {
+ this.Exception = syncJob.Exception;
+ }
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public SourceControlSyncJobRecord()
+ {
+ }
+
+ ///
+ /// Gets or sets the exception of the job.
+ ///
+ public string Exception { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobStream.cs b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobStream.cs
new file mode 100644
index 000000000000..14be62db1e9e
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobStream.cs
@@ -0,0 +1,120 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.Automation.Common;
+using System;
+using AutomationManagement = Microsoft.Azure.Management.Automation;
+
+namespace Microsoft.Azure.Commands.Automation.Model
+{
+ ///
+ /// The Source Control Sync Job Stream.
+ ///
+ public class SourceControlSyncJobStream
+ {
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The source control job stream.
+ ///
+ ///
+ /// The resource group name.
+ ///
+ ///
+ /// The automation account name.
+ ///
+ ///
+ /// The source control name.
+ ///
+ ///
+ /// The job Id.
+ ///
+ ///
+ ///
+ public SourceControlSyncJobStream(
+ AutomationManagement.Models.SourceControlSyncJobStream stream,
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid sourceControlSyncJobId)
+ {
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("accountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNull();
+ Requires.Argument("sourceControlSyncJobId", sourceControlSyncJobId).NotNull();
+
+ this.AutomationAccountName = automationAccountName;
+ this.ResourceGroupName = resourceGroupName;
+ this.SourceControlName = sourceControlName;
+ this.SourceControlSyncJobId = sourceControlSyncJobId;
+
+ this.SourceControlSyncJobStreamId = stream.SourceControlSyncJobStreamId;
+ this.Type = stream.StreamType;
+ this.Time = stream.Time.HasValue ? stream.Time.Value.ToLocalTime() : (DateTimeOffset?)null;
+
+ if (!String.IsNullOrWhiteSpace(stream.Summary))
+ {
+ this.Summary = stream.Summary;
+ }
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public SourceControlSyncJobStream()
+ {
+ }
+
+ ///
+ /// Gets or sets the resource group name.
+ ///
+ public string ResourceGroupName { get; set; }
+
+ ///
+ /// Gets or sets the automation account name.
+ ///
+ public string AutomationAccountName { get; set; }
+
+ ///
+ /// Gets or sets the automation account name.
+ ///
+ public string SourceControlName { get; set; }
+
+ ///
+ /// Gets or sets the Job Id.
+ ///
+ public Guid SourceControlSyncJobId { get; set; }
+
+ ///
+ /// Gets or sets the stream record id
+ ///
+ public string SourceControlSyncJobStreamId { get; set; }
+
+ ///
+ /// Gets or sets the stream time.
+ ///
+ public DateTimeOffset? Time { get; set; }
+
+ ///
+ /// Gets or sets the summary.
+ ///
+ public string Summary { get; set; }
+
+ ///
+ /// Gets or sets the stream Type.
+ ///
+ public string Type { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobStreamRecord.cs b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobStreamRecord.cs
new file mode 100644
index 000000000000..b9a6713c3cf3
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/SourceControlSyncJobStreamRecord.cs
@@ -0,0 +1,118 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+using Microsoft.Azure.Commands.Automation.Common;
+using System;
+using System.Collections;
+using System.Management.Automation;
+using AutomationManagement = Microsoft.Azure.Management.Automation;
+
+namespace Microsoft.Azure.Commands.Automation.Model
+{
+ ///
+ /// The Source Control Sync Job Stream Record.
+ ///
+ public class SourceControlSyncJobStreamRecord : SourceControlSyncJobStream
+ {
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ ///
+ /// The source control job stream.
+ ///
+ ///
+ /// The resource group name.
+ ///
+ ///
+ /// The automation account name.
+ ///
+ ///
+ /// The source control name.
+ ///
+ ///
+ /// The job Id.
+ ///
+ ///
+ ///
+ public SourceControlSyncJobStreamRecord(
+ AutomationManagement.Models.SourceControlSyncJobStreamById syncJobStream,
+ string resourceGroupName,
+ string automationAccountName,
+ string sourceControlName,
+ Guid sourceControlSyncJobId) : base()
+ {
+ Requires.Argument("syncJobStream", syncJobStream).NotNull();
+ Requires.Argument("resourceGroupName", resourceGroupName).NotNullOrEmpty();
+ Requires.Argument("accountName", automationAccountName).NotNullOrEmpty();
+ Requires.Argument("sourceControlName", sourceControlName).NotNull();
+ Requires.Argument("sourceControlSyncJobId", sourceControlSyncJobId).NotNull();
+
+ this.AutomationAccountName = automationAccountName;
+ this.ResourceGroupName = resourceGroupName;
+ this.SourceControlName = sourceControlName;
+ this.SourceControlSyncJobId = sourceControlSyncJobId;
+ this.SourceControlSyncJobStreamId = syncJobStream.SourceControlSyncJobStreamId;
+ this.Type = syncJobStream.StreamType;
+ this.Time = syncJobStream.Time.HasValue ? syncJobStream.Time.Value.ToLocalTime() : (DateTimeOffset?)null;
+
+ if (!String.IsNullOrWhiteSpace(syncJobStream.Summary))
+ {
+ this.Summary = syncJobStream.Summary;
+ }
+
+ if (!String.IsNullOrWhiteSpace(syncJobStream.StreamText))
+ {
+ this.StreamText = syncJobStream.StreamText;
+ }
+
+ if (syncJobStream.Value != null)
+ {
+ this.Value = new Hashtable();
+ foreach (var kvp in syncJobStream.Value)
+ {
+ object paramValue;
+ try
+ {
+ paramValue = ((object)PowerShellJsonConverter.Deserialize(kvp.Value.ToString()));
+ }
+ catch (CmdletInvocationException exception)
+ {
+ if (!exception.Message.Contains("Invalid JSON primitive"))
+ throw;
+
+ paramValue = kvp.Value;
+ }
+ this.Value.Add(kvp.Key, paramValue);
+ }
+ }
+ }
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public SourceControlSyncJobStreamRecord()
+ {
+ }
+
+ ///
+ /// Gets or sets the text of the sync job stream.
+ ///
+ public string StreamText { get; set; }
+
+ ///
+ /// Gets the value of the sync job stream.
+ ///
+ public Hashtable Value { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/BaseArmProperties.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/BaseArmProperties.cs
new file mode 100644
index 000000000000..59eb1af2f505
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/BaseArmProperties.cs
@@ -0,0 +1,27 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public class BaseArmProperties : BaseProperties
+ {
+ public string Id { get; set; }
+
+ public string Type { get; set; }
+
+ public string CreatedBy { get; set; }
+
+ public string LastModifiedBy { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/ComputerType.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/ComputerType.cs
new file mode 100644
index 000000000000..d009362a6941
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/ComputerType.cs
@@ -0,0 +1,22 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public enum ComputerType
+ {
+ AzureVirtualMachines,
+ NonAzureComputerNames
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/ErrorInfo.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/ErrorInfo.cs
new file mode 100644
index 000000000000..b57d21f656bd
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/ErrorInfo.cs
@@ -0,0 +1,23 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public class ErrorInfo
+ {
+ public string Code { get; set; }
+
+ public string Message { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/LinuxConfiguration.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/LinuxConfiguration.cs
new file mode 100644
index 000000000000..b3ab8fd21f95
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/LinuxConfiguration.cs
@@ -0,0 +1,27 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ using System.Collections.Generic;
+
+ public class LinuxConfiguration
+ {
+ public IList IncludedPackageClassifications { get; set; }
+
+ public IList ExcludedPackageNameMasks { get; set; }
+
+ public IList IncludedPackageNameMasks { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/LinuxPackageClasses.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/LinuxPackageClasses.cs
new file mode 100644
index 000000000000..1127719e587d
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/LinuxPackageClasses.cs
@@ -0,0 +1,24 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public enum LinuxPackageClasses
+ {
+ Unclassified = 0x00,
+ Critical = 0x01,
+ Security = 0x02,
+ Other = 0x04
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/OperatingSystemType.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/OperatingSystemType.cs
new file mode 100644
index 000000000000..9575fbfef74f
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/OperatingSystemType.cs
@@ -0,0 +1,22 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public enum OperatingSystemType
+ {
+ Windows,
+ Linux
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateConfiguration.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateConfiguration.cs
new file mode 100644
index 000000000000..8ff084b823e0
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateConfiguration.cs
@@ -0,0 +1,119 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ using System;
+ using System.Collections.Generic;
+ using System.Linq;
+ using Sdk = Microsoft.Azure.Management.Automation.Models;
+
+ public class SoftwareUpdateConfiguration : BaseProperties
+ {
+ public UpdateConfiguration UpdateConfiguration { get; set; }
+
+ public Schedule ScheduleConfiguration { get; set; }
+
+ public string ProvisioningState { get; set; }
+
+ public ErrorInfo ErrorInfo { get; set; }
+
+ internal SoftwareUpdateConfiguration() { }
+
+ internal SoftwareUpdateConfiguration(string ResourceGroupName, string automationAccountName, Sdk.SoftwareUpdateConfigurationCollectionItem suc)
+ {
+ this.ResourceGroupName = ResourceGroupName;
+ AutomationAccountName = automationAccountName;
+ Name = suc.Name;
+ CreationTime = suc.CreationTime;
+ ScheduleConfiguration = new Schedule
+ {
+ Frequency = (ScheduleFrequency)Enum.Parse(typeof(ScheduleFrequency), suc.Frequency, true),
+ StartTime = suc.StartTime,
+ NextRun = suc.NextRun
+ };
+ UpdateConfiguration = new UpdateConfiguration()
+ {
+ Duration = suc.UpdateConfiguration.Duration,
+ AzureVirtualMachines = suc.UpdateConfiguration.AzureVirtualMachines
+ };
+ LastModifiedTime = suc.LastModifiedTime;
+ ProvisioningState = suc.ProvisioningState;
+ }
+
+ internal SoftwareUpdateConfiguration(string resourceGroupName, string automationAccountName, Sdk.SoftwareUpdateConfiguration suc)
+ {
+ this.ResourceGroupName = resourceGroupName;
+ this.AutomationAccountName = automationAccountName;
+ this.CreationTime = suc.CreationTime;
+ this.Description = suc.ScheduleInfo.Description;
+ this.ErrorInfo = suc.Error == null ? null : new ErrorInfo
+ {
+ Code = suc.Error.Code,
+ Message = suc.Error.Message
+ };
+ this.LastModifiedTime = suc.LastModifiedTime;
+ this.Name = suc.Name;
+ this.ProvisioningState = suc.ProvisioningState;
+ var schedule = new Sdk.Schedule
+ {
+ CreationTime = suc.ScheduleInfo.CreationTime,
+ Description = suc.ScheduleInfo.Description,
+ ExpiryTime = suc.ScheduleInfo.ExpiryTime,
+ ExpiryTimeOffsetMinutes = suc.ScheduleInfo.ExpiryTimeOffsetMinutes,
+ Frequency = suc.ScheduleInfo.Frequency,
+ Interval = suc.ScheduleInfo.Interval,
+ IsEnabled = suc.ScheduleInfo.IsEnabled,
+ LastModifiedTime = suc.ScheduleInfo.LastModifiedTime,
+ AdvancedSchedule = suc.ScheduleInfo.AdvancedSchedule,
+ StartTime = suc.ScheduleInfo.StartTime,
+ TimeZone = suc.ScheduleInfo.TimeZone,
+ NextRun = suc.ScheduleInfo.NextRun,
+ NextRunOffsetMinutes = suc.ScheduleInfo.NextRunOffsetMinutes
+ };
+
+ this.ScheduleConfiguration = new Schedule(resourceGroupName, automationAccountName, schedule);
+
+ this.UpdateConfiguration = new UpdateConfiguration
+ {
+ OperatingSystem = (OperatingSystemType)suc.UpdateConfiguration.OperatingSystem,
+ AzureVirtualMachines = suc.UpdateConfiguration.AzureVirtualMachines,
+ NonAzureComputers = suc.UpdateConfiguration.NonAzureComputerNames,
+ Duration = suc.UpdateConfiguration.Duration,
+ Linux = suc.UpdateConfiguration.OperatingSystem == Sdk.OperatingSystemType.Windows ? null :
+ new LinuxConfiguration
+ {
+ IncludedPackageClassifications = StringToEnumList(suc.UpdateConfiguration.Linux.IncludedPackageClassifications),
+ IncludedPackageNameMasks = suc.UpdateConfiguration.Linux.IncludedPackageNameMasks,
+ ExcludedPackageNameMasks = suc.UpdateConfiguration.Linux.ExcludedPackageNameMasks
+ },
+ Windows = suc.UpdateConfiguration.OperatingSystem == Sdk.OperatingSystemType.Linux ? null :
+ new WindowsConfiguration
+ {
+ IncludedUpdateClassifications = StringToEnumList(suc.UpdateConfiguration.Windows.IncludedUpdateClassifications),
+ IncludedKbNumbers = suc.UpdateConfiguration.Windows.IncludedKbNumbers,
+ ExcludedKbNumbers = suc.UpdateConfiguration.Windows.ExcludedKbNumbers
+ }
+ };
+ }
+
+ private static IList StringToEnumList(string classes)
+ {
+ return classes.Split(new[] { ',' })
+ .Select(p => p.Trim())
+ .Select(p => (T)Enum.Parse(typeof(T), p, true))
+ .ToList();
+ }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateMachineRun.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateMachineRun.cs
new file mode 100644
index 000000000000..79d6a9c511d6
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateMachineRun.cs
@@ -0,0 +1,49 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ using System;
+ using Management.Automation.Models;
+
+ public class SoftwareUpdateMachineRun : BaseProperties
+ {
+ internal SoftwareUpdateMachineRun(string resourceGroupName, string automationAccountName, SoftwareUpdateConfigurationMachineRun sucmr)
+ {
+ this.ResourceGroupName = resourceGroupName;
+ this.AutomationAccountName = automationAccountName;
+ this.CreationTime = sucmr.CreationTime;
+ this.LastModifiedTime = sucmr.LastModifiedTime;
+ this.MachineRunId = Guid.Parse(sucmr.Name);
+ this.Name = sucmr.Name;
+ this.OperatingSystem = (OperatingSystemType)Enum.Parse(typeof(OperatingSystemType), sucmr.OsType, true);
+ this.SoftwareUpdateRunId = sucmr.CorrelationId.Value;
+ this.TargetComputerType = (ComputerType)Enum.Parse(typeof(ComputerType), sucmr.TargetComputerType, true);
+ this.TargetComputer = sucmr.TargetComputer;
+ this.Status = (SoftwareUpdateMachineRunStatus)Enum.Parse(typeof(SoftwareUpdateMachineRunStatus), sucmr.Status, true);
+ }
+
+ public Guid MachineRunId { get; set; }
+
+ public string TargetComputer { get; set; }
+
+ public ComputerType TargetComputerType { get; set; }
+
+ public Guid SoftwareUpdateRunId { get; set; }
+
+ public OperatingSystemType OperatingSystem { get; set; }
+
+ public SoftwareUpdateMachineRunStatus Status { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateMachineRunStatus.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateMachineRunStatus.cs
new file mode 100644
index 000000000000..81ff06852bf7
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateMachineRunStatus.cs
@@ -0,0 +1,26 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public enum SoftwareUpdateMachineRunStatus
+ {
+ NotStarted,
+ InProgress,
+ Succeeded,
+ Failed,
+ MaintenanceWindowExceeded,
+ FailedToStart
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateRun.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateRun.cs
new file mode 100644
index 000000000000..208579494105
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateRun.cs
@@ -0,0 +1,59 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ using System;
+ using System.Xml;
+ using Management.Automation.Models;
+
+ public class SoftwareUpdateRun : BaseProperties
+ {
+ internal SoftwareUpdateRun(string resourceGroupName, string automationAccountName, SoftwareUpdateConfigurationRun sucr)
+ {
+ this.ResourceGroupName = resourceGroupName;
+ this.AutomationAccountName = automationAccountName;
+ this.ComputerCount = sucr.ComputerCount.HasValue ? sucr.ComputerCount.Value : 0; // TODO: why do we have this nullable still?
+ this.ConfiguredDuration = XmlConvert.ToTimeSpan(sucr.ConfiguredDuration);
+ this.CreationTime = sucr.CreationTime;
+ this.EndTime = sucr.EndTime;
+ this.FailedCount = sucr.FailedCount.HasValue ? sucr.FailedCount.Value : 0;
+ this.LastModifiedTime = sucr.LastModifiedTime;
+ this.Name = sucr.Name;
+ this.OperatingSystem = (OperatingSystemType)Enum.Parse(typeof(OperatingSystemType), sucr.OsType, true);
+ this.RunId = Guid.Parse(sucr.Name);
+ this.SoftwareUpdateConfigurationName = sucr.SoftwareUpdateConfiguration.Name;
+ this.StartTime = sucr.StartTime;
+ this.Status = (SoftwareUpdateRunStatus)Enum.Parse(typeof(SoftwareUpdateRunStatus), sucr.Status, true);
+ }
+
+ public Guid RunId { get; set; }
+
+ public string SoftwareUpdateConfigurationName { get; set; }
+
+ public TimeSpan ConfiguredDuration { get; set; }
+
+ public OperatingSystemType OperatingSystem { get; set; }
+
+ public DateTimeOffset StartTime { get; set; }
+
+ public DateTimeOffset? EndTime { get; set; }
+
+ public int ComputerCount { get; set; }
+
+ public int FailedCount { get; set; }
+
+ public SoftwareUpdateRunStatus Status { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateRunStatus.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateRunStatus.cs
new file mode 100644
index 000000000000..45cfc7b0d4c0
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/SoftwareUpdateRunStatus.cs
@@ -0,0 +1,25 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public enum SoftwareUpdateRunStatus
+ {
+ NotStarted,
+ InProgress,
+ Succeeded,
+ Failed,
+ MaintenanceWindowExceeded
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/UpdateConfiguration.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/UpdateConfiguration.cs
new file mode 100644
index 000000000000..240e65d6d382
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/UpdateConfiguration.cs
@@ -0,0 +1,34 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ using System;
+ using System.Collections.Generic;
+
+ public class UpdateConfiguration
+ {
+ public OperatingSystemType OperatingSystem { get; set; }
+
+ public WindowsConfiguration Windows { get; set; }
+
+ public LinuxConfiguration Linux { get; set; }
+
+ public TimeSpan? Duration { get; set; }
+
+ public IList AzureVirtualMachines { get; set; }
+
+ public IList NonAzureComputers { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/WindowsConfiguration.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/WindowsConfiguration.cs
new file mode 100644
index 000000000000..496aae3b5a21
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/WindowsConfiguration.cs
@@ -0,0 +1,27 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ using System.Collections.Generic;
+
+ public class WindowsConfiguration
+ {
+ public IList IncludedUpdateClassifications { get; set; }
+
+ public IList ExcludedKbNumbers { get; set; }
+
+ public IList IncludedKbNumbers { get; set; }
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/WindowsUpdateClasses.cs b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/WindowsUpdateClasses.cs
new file mode 100644
index 000000000000..04cc06efd31b
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/UpdateManagement/WindowsUpdateClasses.cs
@@ -0,0 +1,29 @@
+// ----------------------------------------------------------------------------------
+//
+// Copyright Microsoft Corporation
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+// http://www.apache.org/licenses/LICENSE-2.0
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+// ----------------------------------------------------------------------------------
+
+namespace Microsoft.Azure.Commands.Automation.Model.UpdateManagement
+{
+ public enum WindowsUpdateClasses
+ {
+ Unclassified = 0x00,
+ Critical = 0x01,
+ Security = 0x02,
+ UpdateRollup = 0x04,
+ FeaturePack = 0x08,
+ ServicePack = 0x10,
+ Definition = 0x20,
+ Tools = 0x40,
+ Updates = 0x80
+ }
+}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Variable.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Variable.cs
index 4bec833ced99..0c29eb3d6d70 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Variable.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Variable.cs
@@ -43,20 +43,20 @@ public Variable(AutomationManagement.Models.Variable variable, string automation
this.ResourceGroupName = resourceGroupName;
this.Name = variable.Name;
- this.CreationTime = variable.Properties.CreationTime.ToLocalTime();
- this.LastModifiedTime = variable.Properties.LastModifiedTime.ToLocalTime();
+ this.CreationTime = variable.CreationTime.ToLocalTime();
+ this.LastModifiedTime = variable.LastModifiedTime.ToLocalTime();
- if (variable.Properties.Value == null || variable.Properties.IsEncrypted)
+ if (variable.Value == null || (variable.IsEncrypted.HasValue && variable.IsEncrypted.Value))
{
this.Value = null;
}
else
{
- this.Value = PowerShellJsonConverter.Deserialize(variable.Properties.Value);
+ this.Value = PowerShellJsonConverter.Deserialize(variable.Value);
}
- this.Description = variable.Properties.Description;
- this.Encrypted = variable.Properties.IsEncrypted;
+ this.Description = variable.Description;
+ this.Encrypted = variable.IsEncrypted ?? false;
this.AutomationAccountName = automationAccoutName;
}
diff --git a/src/ResourceManager/Automation/Commands.Automation/Model/Webhook.cs b/src/ResourceManager/Automation/Commands.Automation/Model/Webhook.cs
index b867159b2af7..da5a2f88cfe3 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Model/Webhook.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Model/Webhook.cs
@@ -49,27 +49,30 @@ public Webhook(
this.AutomationAccountName = automationAccountName;
this.Name = webhook.Name;
- if (webhook.Properties == null) return;
+ if (webhook == null) return;
- this.CreationTime = webhook.Properties.CreationTime.ToLocalTime();
- this.Description = webhook.Properties.Description;
- this.ExpiryTime = webhook.Properties.ExpiryTime.ToLocalTime();
- this.IsEnabled = webhook.Properties.IsEnabled;
- if (webhook.Properties.LastInvokedTime.HasValue)
+ this.CreationTime = webhook.CreationTime.ToLocalTime();
+ this.Description = webhook.Description;
+ this.ExpiryTime = webhook.ExpiryTime.ToLocalTime();
+ this.IsEnabled = webhook.IsEnabled;
+ if (webhook.LastInvokedTime.HasValue)
{
- this.LastInvokedTime = webhook.Properties.LastInvokedTime.Value.ToLocalTime();
+ this.LastInvokedTime = webhook.LastInvokedTime.Value.ToLocalTime();
}
- this.LastModifiedTime = webhook.Properties.LastModifiedTime.ToLocalTime();
+ this.LastModifiedTime = webhook.LastModifiedTime.ToLocalTime();
this.Parameters = new Hashtable(StringComparer.InvariantCultureIgnoreCase);
- foreach (var kvp in webhook.Properties.Parameters)
+ if (webhook.Parameters != null)
{
- this.Parameters.Add(kvp.Key, (object)PowerShellJsonConverter.Deserialize(kvp.Value));
+ foreach (var kvp in webhook.Parameters)
+ {
+ this.Parameters.Add(kvp.Key, (object)PowerShellJsonConverter.Deserialize(kvp.Value));
+ }
}
- this.RunbookName = webhook.Properties.Runbook.Name;
+ this.RunbookName = webhook.Runbook.Name;
this.WebhookURI = webhookUri;
- this.HybridWorker = webhook.Properties.RunOn;
+ this.HybridWorker = webhook.RunOn;
}
public string ResourceGroupName { get; set; }
diff --git a/src/ResourceManager/Automation/Commands.Automation/Properties/AssemblyInfo.cs b/src/ResourceManager/Automation/Commands.Automation/Properties/AssemblyInfo.cs
index 4958c73b9fb2..62459b1c968b 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Properties/AssemblyInfo.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Properties/AssemblyInfo.cs
@@ -43,8 +43,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
-[assembly: AssemblyVersion("5.1.2")]
-[assembly: AssemblyFileVersion("5.1.2")]
+[assembly: AssemblyVersion("6.0.1")]
+[assembly: AssemblyFileVersion("6.0.1")]
#if SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.Commands.Automation.Test, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
#else
diff --git a/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.Designer.cs b/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.Designer.cs
index ae5ccf43cf98..9748a0db2e1c 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.Designer.cs
+++ b/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.Designer.cs
@@ -19,7 +19,7 @@ namespace Microsoft.Azure.Commands.Automation.Properties {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -789,6 +789,60 @@ internal static string SetnodeconfigurationWarning {
}
}
+ ///
+ /// Looks up a localized string similar to Creating Azure Automation Software Update Configuration..
+ ///
+ internal static string SoftwareUpdateConfigurationCreateOperation {
+ get {
+ return ResourceManager.GetString("SoftwareUpdateConfigurationCreateOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Software update configuration has no target computers..
+ ///
+ internal static string SoftwareUpdateConfigurationHasNoTargetComputers {
+ get {
+ return ResourceManager.GetString("SoftwareUpdateConfigurationHasNoTargetComputers", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing Azure Automation Software Update Configuration..
+ ///
+ internal static string SoftwareUpdateConfigurationRemoveOperation {
+ get {
+ return ResourceManager.GetString("SoftwareUpdateConfigurationRemoveOperation", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Creating Azure Automation Source Control..
+ ///
+ internal static string SourceControlCreateAction {
+ get {
+ return ResourceManager.GetString("SourceControlCreateAction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Removing the Azure Automation Source Control..
+ ///
+ internal static string SourceControlRemoveAction {
+ get {
+ return ResourceManager.GetString("SourceControlRemoveAction", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Updating the Azure Automation Source Control..
+ ///
+ internal static string SourceControlUpdateAction {
+ get {
+ return ResourceManager.GetString("SourceControlUpdateAction", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Starting a node configuration deployment..
///
diff --git a/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.resx b/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.resx
index f1f32a8364bd..549a004e2d91 100644
--- a/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.resx
+++ b/src/ResourceManager/Automation/Commands.Automation/Properties/Resources.resx
@@ -467,4 +467,27 @@
No JobId passed. Please pass a valid JobId.
+
+ Software update configuration has no target computers.
+
+
+ Creating Azure Automation Source Control.
+ Automation
+
+
+ Removing the Azure Automation Source Control.
+ Automation
+
+
+ Updating the Azure Automation Source Control.
+ Automation
+
+
+ Creating Azure Automation Software Update Configuration.
+ Automation
+
+
+ Removing Azure Automation Software Update Configuration.
+ Automation
+
\ No newline at end of file
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/AzureRM.Automation.md b/src/ResourceManager/Automation/Commands.Automation/help/AzureRM.Automation.md
index cfa5155ae694..f9118a6432ab 100644
--- a/src/ResourceManager/Automation/Commands.Automation/help/AzureRM.Automation.md
+++ b/src/ResourceManager/Automation/Commands.Automation/help/AzureRM.Automation.md
@@ -59,7 +59,7 @@ Gets reports sent from a DSC node to Automation.
### [Get-AzureRmAutomationDscOnboardingMetaconfig](Get-AzureRmAutomationDscOnboardingMetaconfig.md)
Creates meta-configuration .mof files.
-### [Get-AzureRMAutomationHybridWorkerGroup](Get-AzureRMAutomationHybridWorkerGroup.md)
+### [Get-AzureRmAutomationHybridWorkerGroup](Get-AzureRmAutomationHybridWorkerGroup.md)
Gets hybrid runbook worker groups.
### [Get-AzureRmAutomationJob](Get-AzureRmAutomationJob.md)
@@ -86,6 +86,24 @@ Gets an Automation schedule.
### [Get-AzureRmAutomationScheduledRunbook](Get-AzureRmAutomationScheduledRunbook.md)
Gets Automation runbooks and associated schedules.
+### [Get-AzureRmAutomationSoftwareUpdateConfiguration](Get-AzureRmAutomationSoftwareUpdateConfiguration.md)
+Gets a list of azure automation software update configurations.
+
+### [Get-AzureRmAutomationSoftwareUpdateMachineRun](Get-AzureRmAutomationSoftwareUpdateMachineRun.md)
+Gets a list of azure automation software update configuration machine runs.
+
+### [Get-AzureRmAutomationSoftwareUpdateRun](Get-AzureRmAutomationSoftwareUpdateRun.md)
+Gets a list of azure automation software update runs.
+
+### [Get-AzureRmAutomationSourceControl](Get-AzureRmAutomationSourceControl.md)
+Gets a list of Azure Automation source controls.
+
+### [Get-AzureRmAutomationSourceControlSyncJob](Get-AzureRmAutomationSourceControlSyncJob.md)
+Gets Azure Automation source control sync jobs.
+
+### [Get-AzureRmAutomationSourceControlSyncJobOutput](Get-AzureRmAutomationSourceControlSyncJobOutput.md)
+Gets the output of an Azure Automation source control sync job.
+
### [Get-AzureRmAutomationVariable](Get-AzureRmAutomationVariable.md)
Gets an Automation variable.
@@ -125,6 +143,12 @@ Creates an Automation runbook.
### [New-AzureRmAutomationSchedule](New-AzureRmAutomationSchedule.md)
Creates an Automation schedule.
+### [New-AzureRmAutomationSoftwareUpdateConfiguration](New-AzureRmAutomationSoftwareUpdateConfiguration.md)
+Creates a scheduled azure automation software update configuration.
+
+### [New-AzureRmAutomationSourceControl](New-AzureRmAutomationSourceControl.md)
+Creates an A Automation source control.
+
### [New-AzureRmAutomationVariable](New-AzureRmAutomationVariable.md)
Creates an Automation variable.
@@ -161,6 +185,9 @@ Removes DSC configurations from Automation.
### [Remove-AzureRmAutomationDscNodeConfiguration](Remove-AzureRmAutomationDscNodeConfiguration.md)
Removes metadata from DSC node configurations in Automation.
+### [Remove-AzureRmAutomationHybridWorkerGroup](Remove-AzureRmAutomationHybridWorkerGroup.md)
+Removes hybrid worker group from Automation.
+
### [Remove-AzureRmAutomationModule](Remove-AzureRmAutomationModule.md)
Removes a module from Automation.
@@ -170,6 +197,12 @@ Removes a runbook.
### [Remove-AzureRmAutomationSchedule](Remove-AzureRmAutomationSchedule.md)
Deletes an Automation schedule.
+### [Remove-AzureRmAutomationSoftwareUpdateConfiguration](Remove-AzureRmAutomationSoftwareUpdateConfiguration.md)
+Removes an azure automation software update configuration.
+
+### [Remove-AzureRmAutomationSourceControl](Remove-AzureRmAutomationSourceControl.md)
+Removes an Azure Automation source control.
+
### [Remove-AzureRmAutomationVariable](Remove-AzureRmAutomationVariable.md)
Removes an Automation variable.
@@ -218,6 +251,9 @@ Deploys a DSC Node configuration in Automation.
### [Start-AzureRmAutomationRunbook](Start-AzureRmAutomationRunbook.md)
Starts a runbook job.
+### [Start-AzureRmAutomationSourceControlSyncJob](Start-AzureRmAutomationSourceControlSyncJob.md)
+Starts an Azure Automation source control sync job.
+
### [Stop-AzureRmAutomationDscNodeConfigurationDeployment](Stop-AzureRmAutomationDscNodeConfigurationDeployment.md)
Stops a DSC Node configuration deployment in Automation. It only stops the current deployment job but does not unassign already assigned node configurations.
@@ -233,3 +269,6 @@ Removes a DSC node from management by an Automation account.
### [Unregister-AzureRmAutomationScheduledRunbook](Unregister-AzureRmAutomationScheduledRunbook.md)
Removes an association between a runbook and a schedule.
+### [Update-AzureRmAutomationSourceControl](Update-AzureRmAutomationSourceControl.md)
+Updates an Azure Automation source control.
+
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationHybridWorkerGroup.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationHybridWorkerGroup.md
index 6e14e13b72c3..59f7622ac39f 100644
--- a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationHybridWorkerGroup.md
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRMAutomationHybridWorkerGroup.md
@@ -6,7 +6,7 @@ online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.autom
schema: 2.0.0
---
-# Get-AzureRMAutomationHybridWorkerGroup
+# Get-AzureRmAutomationHybridWorkerGroup
## SYNOPSIS
Gets hybrid runbook worker groups.
@@ -15,13 +15,13 @@ Gets hybrid runbook worker groups.
### ByAll (Default)
```
-Get-AzureRMAutomationHybridWorkerGroup [-ResourceGroupName] [-AutomationAccountName]
+Get-AzureRmAutomationHybridWorkerGroup [-ResourceGroupName] [-AutomationAccountName]
[-DefaultProfile ] []
```
### ByName
```
-Get-AzureRMAutomationHybridWorkerGroup [[-Name] ] [-ResourceGroupName]
+Get-AzureRmAutomationHybridWorkerGroup [[-Name] ] [-ResourceGroupName]
[-AutomationAccountName] [-DefaultProfile ] []
```
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateConfiguration.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateConfiguration.md
new file mode 100644
index 000000000000..afb6ac30df03
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateConfiguration.md
@@ -0,0 +1,146 @@
+---
+external help file: Microsoft.Azure.Commands.ResourceManager.Automation.dll-Help.xml
+Module Name: AzureRM.Automation
+online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/get-azurermautomationsoftwareupdateconfiguration
+schema: 2.0.0
+---
+
+# Get-AzureRmAutomationSoftwareUpdateConfiguration
+
+## SYNOPSIS
+Gets a list of azure automation software update configurations.
+
+## SYNTAX
+
+### ByAll (Default)
+```
+Get-AzureRmAutomationSoftwareUpdateConfiguration [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### ByName
+```
+Get-AzureRmAutomationSoftwareUpdateConfiguration -Name [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### ByVMId
+```
+Get-AzureRmAutomationSoftwareUpdateConfiguration -AzureVMResourceId [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+## DESCRIPTION
+The Get-AzureRmAutomationSoftwareUpdateConfiguration returns a list of software update configurations. To get a specific software update configuration, specify the name parameter. You can also list software update configurations targeting specific azure virtual machine by specifying the azure resource Id for this virtual machine.
+
+## EXAMPLES
+
+### Example 1
+Get an azure automation software update configuration by name.
+
+```powershell
+PS C:\> Get-AzureRmAutomationSoftwareUpdateConfiguration -ResourceGroupName "mygroup" -AutomationAccountName "myaccount" -Name "MyWeeklySchedule"
+
+UpdateConfiguration : Microsoft.Azure.Commands.Automation.Model.UpdateManagement.UpdateConfiguration
+ScheduleConfiguration : Microsoft.Azure.Commands.Automation.Model.Schedule
+ProvisioningState : Succeeded
+ErrorInfo :
+ResourceGroupName : mygroup
+AutomationAccountName : myaccount
+Name : MyWeeklySchedule
+CreationTime : 9/14/2018 3:53:27 AM +00:00
+LastModifiedTime : 9/14/2018 3:53:37 AM +00:00
+Description :
+```
+
+## PARAMETERS
+
+### -AutomationAccountName
+The automation account name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 1
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -AzureVMResourceId
+Azure resource Id of the virtual machine.
+
+```yaml
+Type: System.String
+Parameter Sets: ByVMId
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Name
+Name of the software update configuration.
+
+```yaml
+Type: System.String
+Parameter Sets: ByName
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+The resource group name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 0
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### System.String
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateMachineRun.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateMachineRun.md
new file mode 100644
index 000000000000..816fb04b90d1
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateMachineRun.md
@@ -0,0 +1,214 @@
+---
+external help file: Microsoft.Azure.Commands.ResourceManager.Automation.dll-Help.xml
+Module Name: AzureRM.Automation
+online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/get-azurermautomationsoftwareupdatemachinerun
+schema: 2.0.0
+---
+
+# Get-AzureRmAutomationSoftwareUpdateMachineRun
+
+## SYNOPSIS
+Gets a list of azure automation software update configuration machine runs.
+
+## SYNTAX
+
+### ByAll (Default)
+```
+Get-AzureRmAutomationSoftwareUpdateMachineRun [-Status ]
+ [-TargetComputer ] [-ResourceGroupName] [-AutomationAccountName]
+ [-DefaultProfile ] []
+```
+
+### ById
+```
+Get-AzureRmAutomationSoftwareUpdateMachineRun -Id [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### BySucrId
+```
+Get-AzureRmAutomationSoftwareUpdateMachineRun [-SoftwareUpdateRunId ]
+ [-Status ] [-TargetComputer ] [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### BySucr
+```
+Get-AzureRmAutomationSoftwareUpdateMachineRun [-SoftwareUpdateRun ]
+ [-Status ] [-TargetComputer ] [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+## DESCRIPTION
+This cmdlet returns a list of machine runs. Each software update run will trigger a machine run for each of the software update configuration target machine. To get a specific machine run, pass the Id parameter. You can list all the machine runs, all runs for a specific computer, all runs with specific status by passing the corresponding parameters.
+
+## EXAMPLES
+
+### Example 1
+This example returns all failed machine runs for the specified azure virtual machine.
+
+
+```powershell
+PS C:\> $targetComputer = "/subscriptions/22e2445a-0984-4fa5-86a4-0280d76c4b2c/resourceGroups/compute/providers/Microsoft.Compute/virtualMachines/myvm"
+PS C:\> Get-AzureRmAutomationSoftwareUpdateMachineRun -ResourceGroupName "mygroup" `
+ -AutomationAccountName "myaccount" `
+ -TargetComputer $targetComputer `
+ -Status Failed
+
+MachineRunId : 0033d6d6-828d-4712-adab-293cc4fc8809
+TargetComputer : /subscriptions/22e2445a-0984-4fa5-86a4-0280d76c4b2c/resourceGroups/compute/providers/Microsoft.Compute/virtualMachines/myvm
+TargetComputerType : AzureVirtualMachines
+SoftwareUpdateRunId : 46568d26-0182-49b2-8bfd-af3455780397
+OperatingSystem : Windows
+Status : Failed
+ResourceGroupName : mygroup
+AutomationAccountName : myaccount
+Name : 0033d6d6-828d-4712-adab-293cc4fc8809
+CreationTime : 5/17/2018 2:06:44 AM +00:00
+LastModifiedTime : 5/17/2018 2:08:49 AM +00:00
+```
+
+## PARAMETERS
+
+### -AutomationAccountName
+The automation account name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 1
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Id
+Id of the software update machine run.
+
+```yaml
+Type: System.Guid
+Parameter Sets: ById
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+The resource group name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 0
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SoftwareUpdateRun
+The software update run.
+
+```yaml
+Type: Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun
+Parameter Sets: BySucr
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SoftwareUpdateRunId
+Id of the software update run.
+
+```yaml
+Type: System.Guid
+Parameter Sets: BySucrId
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -Status
+Status of the machine run.
+
+```yaml
+Type: System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus]
+Parameter Sets: ByAll, BySucrId, BySucr
+Aliases:
+Accepted values: NotStarted, InProgress, Succeeded, Failed, MaintenanceWindowExceeded, FailedToStart
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -TargetComputer
+target computer for the machine run.
+Can be either a non-azure computer name or an azure VM resource id.
+
+```yaml
+Type: System.String
+Parameter Sets: ByAll, BySucrId, BySucr
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### System.Guid
+
+### Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun
+
+### System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRunStatus, Microsoft.Azure.Commands.ResourceManager.Automation, Version=5.1.1.0, Culture=neutral, PublicKeyToken=null]]
+
+### System.String
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateMachineRun
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateRun.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateRun.md
new file mode 100644
index 000000000000..3c71936c656c
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSoftwareUpdateRun.md
@@ -0,0 +1,249 @@
+---
+external help file: Microsoft.Azure.Commands.ResourceManager.Automation.dll-Help.xml
+Module Name: AzureRM.Automation
+online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/get-azurermautomationsoftwareupdaterun
+schema: 2.0.0
+---
+
+# Get-AzureRmAutomationSoftwareUpdateRun
+
+## SYNOPSIS
+Gets a list of azure automation software update runs.
+
+## SYNTAX
+
+### ByAll (Default)
+```
+Get-AzureRmAutomationSoftwareUpdateRun [-OperatingSystem ]
+ [-Status ] [-StartTime ] [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### ById
+```
+Get-AzureRmAutomationSoftwareUpdateRun -Id [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### BySucName
+```
+Get-AzureRmAutomationSoftwareUpdateRun [-SoftwareUpdateConfigurationName ]
+ [-OperatingSystem ] [-Status ] [-StartTime ]
+ [-ResourceGroupName] [-AutomationAccountName] [-DefaultProfile ]
+ []
+```
+
+### BySuc
+```
+Get-AzureRmAutomationSoftwareUpdateRun [-SoftwareUpdateConfiguration ]
+ [-OperatingSystem ] [-Status ] [-StartTime ]
+ [-ResourceGroupName] [-AutomationAccountName] [-DefaultProfile ]
+ []
+```
+
+## DESCRIPTION
+The Get-AzureRmAutomationSoftwareUpdateRun cmdlet returns a list of software update runs. Since a software update configuration has an associated schedule, it can be triggered multiple times. Each time a schedule is triggered will result in an update run created. Update run is an aggregate of the result of all machine runs. You can get runs for specific software update configuration by passing the SoftwareUpdateConfigurationName parameter. To get a specific runs, you need to pass the name parameter. You can also list runs with specific status, runs targeting specific operatins system, or runs started after specific time by passing the appropriate parameter.
+
+## EXAMPLES
+
+### Example 1
+This example list all update runs triggered by a specific software update configuration.
+
+```powershell
+PS C:\> Get-AzureRmAutomationSoftwareUpdateRun -ResourceGroupName "mygroup" `
+ -AutomationAccountName "myaccount" `
+ -SoftwareUpdateConfigurationName "MyUpdateConfiguration"
+
+RunId : ec9ce57f-da18-44be-b33b-651a0f93cb52
+SoftwareUpdateConfigurationName : MyUpdateConfiguration
+ConfiguredDuration : 02:00:00
+OperatingSystem : Windows
+StartTime : 5/22/2018 11:37:42 PM +00:00
+EndTime : 5/22/2018 11:38:31 PM +00:00
+ComputerCount : 2
+FailedCount : 0
+ResourceGroupName : mygroup
+AutomationAccountName : myaccount
+Name : ec9ce57f-da18-44be-b33b-651a0f93cb52
+CreationTime : 5/22/2018 11:37:42 PM +00:00
+LastModifiedTime : 5/22/2018 11:38:54 PM +00:00
+Description :
+
+RunId : ac9396c7-a837-43d4-be97-fbfe46c80baa
+SoftwareUpdateConfigurationName : MyUpdateConfiguration
+ConfiguredDuration : 02:00:00
+OperatingSystem : Windows
+StartTime : 5/22/2018 10:00:47 PM +00:00
+EndTime : 5/22/2018 10:02:20 PM +00:00
+ComputerCount : 2
+FailedCount : 0
+ResourceGroupName : mygroup
+AutomationAccountName : myaccount
+Name : ac9396c7-a837-43d4-be97-fbfe46c80baa
+CreationTime : 5/22/2018 10:00:47 PM +00:00
+LastModifiedTime : 5/22/2018 10:02:58 PM +00:00
+```
+
+## PARAMETERS
+
+### -AutomationAccountName
+The automation account name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 1
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Id
+Id of the software update configuration run.
+
+```yaml
+Type: System.Guid
+Parameter Sets: ById
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -OperatingSystem
+The operating system of the run.
+
+```yaml
+Type: System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType]
+Parameter Sets: ByAll, BySucName, BySuc
+Aliases:
+Accepted values: Windows, Linux
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+The resource group name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 0
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SoftwareUpdateConfiguration
+The software update configuration triggered the run.
+
+```yaml
+Type: Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration
+Parameter Sets: BySuc
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SoftwareUpdateConfigurationName
+Name of the software update configuration triggered the run.
+
+```yaml
+Type: System.String
+Parameter Sets: BySucName
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -StartTime
+Minimum start time of the run.
+
+```yaml
+Type: System.DateTimeOffset
+Parameter Sets: ByAll, BySucName, BySuc
+Aliases:
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -Status
+Status of the run.
+
+```yaml
+Type: System.Nullable`1[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus]
+Parameter Sets: ByAll, BySucName, BySuc
+Aliases:
+Accepted values: NotStarted, InProgress, Succeeded, Failed, MaintenanceWindowExceeded
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### System.Guid
+
+### System.String
+
+### Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateConfiguration
+
+### System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.OperatingSystemType, Microsoft.Azure.Commands.ResourceManager.Automation, Version=5.1.1.0, Culture=neutral, PublicKeyToken=null]]
+
+### System.Nullable`1[[Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRunStatus, Microsoft.Azure.Commands.ResourceManager.Automation, Version=5.1.1.0, Culture=neutral, PublicKeyToken=null]]
+
+### System.DateTimeOffset
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.Automation.Model.UpdateManagement.SoftwareUpdateRun
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControl.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControl.md
new file mode 100644
index 000000000000..005fe7848d7d
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControl.md
@@ -0,0 +1,139 @@
+---
+external help file: Microsoft.Azure.Commands.ResourceManager.Automation.dll-Help.xml
+Module Name: AzureRM.Automation
+online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/get-azurermautomationsourcecontrol
+schema: 2.0.0
+---
+
+# Get-AzureRmAutomationSourceControl
+
+## SYNOPSIS
+Gets a list of Azure Automation source controls.
+
+## SYNTAX
+
+### ByAll (Default)
+```
+Get-AzureRmAutomationSourceControl [-SourceType ] [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+### ByName
+```
+Get-AzureRmAutomationSourceControl -Name [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+## DESCRIPTION
+The Get-AzureRmAutomationSourceControl cmdlet gets Automation source controls.
+To get a specific source control, specify its name.
+
+## EXAMPLES
+
+### Example 1
+This command gets an Automation source control named VSTSNative in the account named devAccount.
+
+
+```powershell
+PS C:\> Get-AzureRmAutomationSourceControl -ResourceGroupName "rg1" `
+ -AutomationAccountName "devAccount" `
+ -Name "VSTSNative"
+
+
+Name SourceType Branch FolderPath AutoSync PublishRunbook RepoUrl
+---- ---------- ------ ---------- -------- -------------- -------
+VSTSNative VsoTfvc /MyRunbooks False True https://contoso.visualstudio.com/_git/Fin...
+```
+
+## PARAMETERS
+
+### -AutomationAccountName
+The automation account name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 1
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -Name
+The source control name.
+
+```yaml
+Type: System.String
+Parameter Sets: ByName
+Aliases:
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+The resource group name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 0
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SourceType
+The source control type.
+
+```yaml
+Type: System.String
+Parameter Sets: ByAll
+Aliases:
+Accepted values: GitHub, VsoGit, VsoTfvc
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### System.String
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.Automation.Model.SourceControl
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControlSyncJob.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControlSyncJob.md
new file mode 100644
index 000000000000..da75bea50a5b
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControlSyncJob.md
@@ -0,0 +1,151 @@
+---
+external help file: Microsoft.Azure.Commands.ResourceManager.Automation.dll-Help.xml
+Module Name: AzureRM.Automation
+online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/get-azurermautomationsourcecontrolsyncjob
+schema: 2.0.0
+---
+
+# Get-AzureRmAutomationSourceControlSyncJob
+
+## SYNOPSIS
+Gets Azure Automation source control sync jobs.
+
+## SYNTAX
+
+```
+Get-AzureRmAutomationSourceControlSyncJob -SourceControlName [-JobId ]
+ [-ResourceGroupName] [-AutomationAccountName] [-DefaultProfile ]
+ []
+```
+
+## DESCRIPTION
+The Get-AzureRmAutomationSourceControlSyncJob cmdlet gets Azure Automation source control sync jobs. To get a specific source control sync job, specify its id.
+
+## EXAMPLES
+
+### Example 1
+This command gets all the Automation source control sync jobs for the source control VSTSNative.
+
+
+```powershell
+PS C:\> Get-AzureRmAutomationSourceControlSyncJob -ResourceGroupName "rg1" `
+ -AutomationAccountName "devAccount" `
+ -Name "VSTSNative"
+
+SourceControlSyncJobId SyncType Status StartTime EndTime
+---------------------- -------- ------ --------- -------
+08d6d266-27b6-463c-beea-bc48a67ace15 FullSync Failed 08/15/2018 09:17 AM 08/15/2018 09:18 AM
+b566d564-878a-4641-8c44-25bf7850531e FullSync Failed 08/15/2018 09:09 AM 08/15/2018 09:10 AM
+```
+
+### Example 2
+This command gets the source control sync job with id 08d6d266-27b6-463c-beea-bc48a67ace15
+for the source control VSTSNative.
+
+
+```powershell
+PS C:\> Get-AzureRmAutomationSourceControlSyncJob -ResourceGroupName "rg1" `
+ -AutomationAccountName "devAccount" `
+ -Name "VSTSNative"
+ -Id "08d6d266-27b6-463c-beea-bc48a67ace15"
+
+Status SyncType Exception
+------ -------- ---------
+Failed FullSync There were errors while syncing the user runbooks. Please see error streams for more information. (T...
+```
+
+## PARAMETERS
+
+### -AutomationAccountName
+The automation account name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 1
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -JobId
+The source control sync job id.
+
+```yaml
+Type: System.Guid
+Parameter Sets: (All)
+Aliases: SourceControlSyncJobId
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName, ByValue)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+The resource group name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 0
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SourceControlName
+The source control name of the job.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases: Name
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### System.String
+
+### System.Guid
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJob
+
+### Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobRecord
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControlSyncJobOutput.md b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControlSyncJobOutput.md
new file mode 100644
index 000000000000..53c6fc52e955
--- /dev/null
+++ b/src/ResourceManager/Automation/Commands.Automation/help/Get-AzureRmAutomationSourceControlSyncJobOutput.md
@@ -0,0 +1,199 @@
+---
+external help file: Microsoft.Azure.Commands.ResourceManager.Automation.dll-Help.xml
+Module Name: AzureRM.Automation
+online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.automation/get-azurermautomationsourcecontrolsyncjoboutput
+schema: 2.0.0
+---
+
+# Get-AzureRmAutomationSourceControlSyncJobOutput
+
+## SYNOPSIS
+Gets the output of an Azure Automation source control sync job.
+
+## SYNTAX
+
+```
+Get-AzureRmAutomationSourceControlSyncJobOutput -SourceControlName -JobId
+ [-Stream ] [-StreamId ] [-ResourceGroupName]
+ [-AutomationAccountName] [-DefaultProfile ] []
+```
+
+## DESCRIPTION
+The **Get-AzureRmAutomationSourceControlSyncJobOutput** cmdlet gets the output for a Azure Automation source control sync job.
+
+## EXAMPLES
+
+### Example 1
+This command gets the output of source control sync job with id 08d6d266-27b6-463c-beea-bc48a67ace15 for the source control VSTSNative.
+
+
+```powershell
+PS C:\> Get-AzureRmAutomationSourceControlSyncJobOutput -ResourceGroupName "rg1" `
+ -AutomationAccountName "devAccount" `
+ -Name "VSTSNative"
+ -Id "08d6d266-27b6-463c-beea-bc48a67ace15" `
+ -Stream Output | ForEach-Object {$_.summary}
+
+========================================================================================================
+
+Azure Automation Source Control Public Preview.
+Supported runbooks to sync: PowerShell Workflow, PowerShell Scripts, DSC Configurations, Graphical, and Python 2.
+Setting AzureRmEnvironment.
+Getting AzureRunAsConnection.
+Logging in to Azure...
+Source control information for syncing:
+[RepoUrl = https://contoso.visualstudio.com/_git/GitDemo] [Branch = master] [FolderPath = /]
+Verifying url: https://fcontoso.visualstudio.com/_git/GitDemo
+Connecting to VSTS...
+
+Source Control Sync Summary:
+
+2 files synced:
+ - RunbookA.ps1
+ - RunbookB.ps1
+
+Failed to import runbook:
+ - RunbookC.ps1
+
+File is not a runbook:
+ - README.md
+ - text_file.txt
+
+File size exceeds 1Mb:
+ - RunbookD_GreatherThan1MB.ps1
+
+Invalid runbook name:
+ - RunbookZ_ĈĦŕĬŞ.ps1
+
+========================================================================================================
+```
+
+## PARAMETERS
+
+### -AutomationAccountName
+The automation account name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 1
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -DefaultProfile
+The credentials, account, tenant, and subscription used for communication with Azure.
+
+```yaml
+Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer
+Parameter Sets: (All)
+Aliases: AzureRmContext, AzureCredential
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: False
+Accept wildcard characters: False
+```
+
+### -JobId
+The source control sync job id.
+
+```yaml
+Type: System.Guid
+Parameter Sets: (All)
+Aliases: SourceControlSyncJobId
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -ResourceGroupName
+The resource group name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases:
+
+Required: True
+Position: 0
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -SourceControlName
+The source control name.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases: Name
+
+Required: True
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -Stream
+The stream type.
+Defaults to Any.
+
+```yaml
+Type: Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType
+Parameter Sets: (All)
+Aliases:
+Accepted values: Any, Output, Error
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### -StreamId
+The stream id.
+
+```yaml
+Type: System.String
+Parameter Sets: (All)
+Aliases: SourceControlSyncJobStreamId
+
+Required: False
+Position: Named
+Default value: None
+Accept pipeline input: True (ByPropertyName)
+Accept wildcard characters: False
+```
+
+### CommonParameters
+This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
+
+## INPUTS
+
+### System.String
+
+### System.Guid
+
+### Microsoft.Azure.Commands.Automation.Common.SourceControlSyncJobStreamType
+
+## OUTPUTS
+
+### Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStream
+
+### Microsoft.Azure.Commands.Automation.Model.SourceControlSyncJobStreamRecord
+
+## NOTES
+
+## RELATED LINKS
diff --git a/src/ResourceManager/Automation/Commands.Automation/help/New-AzureRMAutomationSchedule.md b/src/ResourceManager/Automation/Commands.Automation/help/New-AzureRMAutomationSchedule.md
index d911300f1efd..0e69c351f64c 100644
--- a/src/ResourceManager/Automation/Commands.Automation/help/New-AzureRMAutomationSchedule.md
+++ b/src/ResourceManager/Automation/Commands.Automation/help/New-AzureRMAutomationSchedule.md
@@ -16,46 +16,48 @@ Creates an Automation schedule.
### ByDaily (Default)
```
New-AzureRmAutomationSchedule [-Name] [-StartTime] [-Description ]
- [-ExpiryTime ] -DayInterval [-TimeZone ] [-ResourceGroupName]
- [-AutomationAccountName] [-DefaultProfile ] []
+ [-ExpiryTime